Skip to content

Commit 5c7071e

Browse files
committed
Merge branch 'master' into add-ure-et-al
2 parents 253bdf7 + eeced45 commit 5c7071e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ script:
4141
- tools/build_adafruit_bins.sh
4242
- make -C minimal CROSS=1 build/firmware.bin
4343
- ls -l minimal/build/firmware.bin
44-
- tools/check_code_size.sh
4544
- mkdir -p ${HOME}/persist
4645
# Save new firmware for reference, but only if building a main branch, not a pull request
4746
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then cp minimal/build/firmware.bin ${HOME}/persist/; fi'

atmel-samd/main.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,9 @@ int main(void) {
576576
reset_samd21();
577577
reset_mp();
578578

579+
// Turn on autoreload by default but before boot.py in case it wants to change it.
580+
autoreload_enable();
581+
579582
// If not in safe mode, run boot before initing USB and capture output in a
580583
// file.
581584
if (safe_mode == NO_SAFE_MODE) {

0 commit comments

Comments
 (0)