diff options
author | Andrzej Telszewski <atelszewski@gmail.com> | 2019-11-11 17:31:40 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-11 17:31:40 +0700 |
commit | ae5521051b4c262766a7add4008f95ead3649d27 (patch) | |
tree | fda9b33a7338e20f8e3635746b266906a8f909ff /development/STM32CubeIDE/README | |
parent | cfdccbef136f16151e59e1949639e91e6c4aab95 (diff) |
development/STM32CubeIDE: Added (C/C++ development platform).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/STM32CubeIDE/README')
-rw-r--r-- | development/STM32CubeIDE/README | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/development/STM32CubeIDE/README b/development/STM32CubeIDE/README new file mode 100644 index 0000000000000..92dab7c0a3822 --- /dev/null +++ b/development/STM32CubeIDE/README @@ -0,0 +1,27 @@ +STM32CubeIDE is an advanced C/C++ development platform with peripheral +configuration, code generation, code compilation, and debug features +for STM32 microcontrollers and microprocessors. It is based on +the ECLIPSE/CDT framework and GCC toolchain for the development, +and GDB for the debugging. + +STM32CubeIDE integrates all STM32CubeMX functionalities to offer +all-in-one tool experience. + +STM32CubeIDE includes build and stack analyzers that provide the user +with useful information about project status and memory requirements. + +STM32CubeIDE also includes standard and advanced debugging features +including views of CPU core registers, memories, and peripheral +registers, as well as live variable watch, Serial Wire Viewer +interface, or fault analyzer. + +NOTES: +1. This SlackBuild repackages the official binary installer. +2. Direct link to download the source tarball is not available. + You need to go to the website and download the tarball manually. +3. (TODO). I haven't paid attention to J-Link udev rules and + ST-Link Server. These have to wait for better days. +4. Remember to reload udev rules after installing/upgrading + the package, so that you can access your debugger: + + $ /etc/rc.d/rc.udev reload |