Skip to content

Commit 5187e42

Browse files
authored
Update README.md
1 parent 449a576 commit 5187e42

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
# deepC for arduino
22

33
deepC is an open source deep learning framework for on-device inference on embedded devices. This repository is adapted for arduino devices. It enables low-latency inference of on-device machine learning models with a small binary size with low memory and high performance.
4+
5+
# KPNS
6+
### 1. add -fexceptions, and remove -fno-exceptions
7+
to the compiler flags to the platform.txt of your Arduino IDE installation files given below:
8+
- ${ARDUINO_INSTALLATION}/.arduino15/packages/arduino/hardware/mbed/1.1.4/variants/ARDUINO_NANO33BLE/cxxflags.txt
9+
- ${ARDUINO_INSTALLATION}/arduino-1.8.12/hardware/arduino/avr/platform.txt

0 commit comments

Comments
 (0)