diff options
author | Ron Evans <[email protected]> | 2019-06-15 07:14:05 +0200 |
---|---|---|
committer | Ayke <[email protected]> | 2019-07-07 18:09:05 +0200 |
commit | fc9188a29894493d9fbbd24da3d793eacf7bf977 (patch) | |
tree | 5fb5aadc194a350888dffc52e4b508b7d9a11b9b /targets | |
parent | ffa38b183b32331dd247e337a985c4eb5a7d9350 (diff) | |
download | tinygo-fc9188a29894493d9fbbd24da3d793eacf7bf977.tar.gz tinygo-fc9188a29894493d9fbbd24da3d793eacf7bf977.zip |
machine/samd21/arduino-nano33: adds support for Arduino Nano33 IoT along with mapping to NINA-W102 WiFi chip.
Also adds DTR and RTS functions along with timeouts to USBCDC functions to prevent lockups.
Signed-off-by: Ron Evans <[email protected]>
Diffstat (limited to 'targets')
-rw-r--r-- | targets/arduino-nano33.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/targets/arduino-nano33.json b/targets/arduino-nano33.json new file mode 100644 index 000000000..48bee735a --- /dev/null +++ b/targets/arduino-nano33.json @@ -0,0 +1,5 @@ +{ + "inherits": ["atsamd21g18a"], + "build-tags": ["sam", "atsamd21g18a", "arduino_nano33"], + "flash": "bossac -d -i -e -w -v -R --offset=0x2000 {bin}" +} |