Skip to content

Commit 237fbe8

Browse files
authored
Merge pull request #523 from adafruit/fix-tfl-build
upgrade cmsis to v5 to build with TFL
2 parents c4ac7cc + 6183caf commit 237fbe8

37 files changed

+44263
-15998
lines changed

changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Adafruit nRF52 Arduino Core Changelog
22

3-
## 0.20.5 - 2020.07.03
3+
## 0.20.5 - 2020.07.05
44

55
- Updated toolchain from gcc 7-2017q4 to 9-2019q4
66
- Fixed GPIOTE channel conflict between libraries
77
- Added type-safe for arrcount() macros
88
- Added truncate() and rename() to Internal Filesystem (LittleFS).
9+
- Update CMSIS from v4 to v5 to build with TensorFlow
910

1011
Special thanks to @henrygab, @pyro9, @geeksville for contributing and helping with this release.
1112

cores/nRF5/WInterrupts.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ extern "C" {
3333

3434
#define ISR_DEFERRED 0x0100
3535

36-
#define DEFAULT 1
36+
//#define DEFAULT 1
3737
#define EXTERNAL 0
3838

3939
typedef void (*voidFuncPtr)(void);

0 commit comments

Comments
 (0)