Commit graph

14 commits

Author SHA1 Message Date
Henry Gabryjelski
d542a60ae6
Cast to integral type ignores qualifier volatile
Attempting to cast to a `volatile uint32_t` does nothing different from cast to a `uint32_t`,
with the exception of **_looking like_** it's accessing a register.
2021-03-25 14:52:25 -07:00
dean
87eae6f55c DM: add copyrights 2018-08-30 15:12:51 -04:00
dean
f86a7b6af7 DM: updated magic number to match circuitpython stuff 2018-08-30 14:59:48 -04:00
dean
498e819a51 DM: fix upload bug 2018-08-30 14:59:16 -04:00
dean
c1827b289d DM: added support for samd51J20A 2018-08-30 14:46:42 -04:00
dean
358b11addd DM: added samd51 support 2018-08-30 14:32:21 -04:00
Martino Facchin
7ddb26678f Avoid erasing the chip if the sketch doesn't contain a bootloader
Use the information retrieved from the linker script in use to simply call a reset without any erase
2016-12-16 10:25:06 +01:00
Martino Facchin
ce5405f396 Add method to automatically retrieve sketch start
The exported variable is used by banzai() to avoid erasing any bootloader part
2016-12-15 18:48:40 +01:00
Cristian Maglie
1a1856c2fc License fix and cosmetic changes. 2015-06-14 17:16:37 +02:00
Cristian Maglie
dd50d5c446 Implemented 1200bps-touch to restart bootloader when connected from native port 2014-08-16 07:45:08 +02:00
Thibaut VIARD
ae42fd1167 Adding license in files, update platform.txt 2014-07-25 17:11:29 +02:00
Thibaut VIARD
83cf1c0bfd Merge branch 'zero' of github.com:arduino/ArduinoZero into zero
Conflicts:
	hardware/arduino/samd/variants/arduino_zero/variant.cpp
2014-05-12 11:51:22 +02:00
Thibaut VIARD
4428f9ef0a Fix compilation warning 2014-05-07 09:55:57 +02:00
Thibaut VIARD
973ccc47d8 Adding first files, not Zero specific 2014-04-15 14:46:03 +02:00