Releases: energia/cc13xx-core
Releases · energia/cc13xx-core
CC13xx Core Release v4.9.0
This release fixes a critical compatibility issue with the compiler path always pointing at the latest and could result in build issues. Compiler path now explicitly points to the compiler that is compatible with the core.
CC13xx Core Release v4.9.0
Add -D flag for device family
CC13xx Core Release v3.7.4
- Fix uploader path in platform.txt
CC13xx Core Release v3.7.3
- Fix board names in pins_energia.h
- Remove duplicate flash/ram size entries from boards.txt
CC13xx Core Release v3.7.2
- Update DSLite to version 7.1.0.1917
- Update build.board for CC1350_LAUNCHXL and CC1310_LAUNCHXL
- Fix tools.dslite.path to not include version number
CC13xx Core Release v3.7.1
- Added support for:
- CC1350STK (http://www.ti.com/tool/cc1350stk)
- CC1350_LAUNCHXL (http://www.ti.com/tool/launchxl-cc1350)
- added -DCORE_VERSION
- Add SPI, Wire and WiFi library
CC13xx Core Release v3.7.0
- Upgrade to 2.21.0.06 TI-RTOS GA release
- Fix bug in analogReadResolution usage
- Adapt to new PWM driver interface
- Rework pulseIn() implementation to be more accurate and work on all devices.
- Rework board files as necessary to support 2.21.0.06 TI-RTOS
- Various code cleanup items.