summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-07Merge pull request #1294 from tannewt/stack_check4.0.0-alpha.4Dan Halbert
Add stack validity check and raise an error when it happens.
2018-12-07Fix unused parameterScott Shawcroft
2018-12-07Stub out serial_write as wellScott Shawcroft
2018-12-06Fix unixScott Shawcroft
2018-12-06Update translationsScott Shawcroft
2018-12-06Merge pull request #1383 from tannewt/switch_back_to_hathach_tinyusbDan Halbert
Switch TinyUSB back to hathach's version.
2018-12-06Macro guard VDDH inclusion.Scott Shawcroft
2018-12-06Use the stub for ESP8266 as well.Scott Shawcroft
2018-12-06Switch TinyUSB back to hathach's version. The merge commit of the commit we ↵Scott Shawcroft
were on.
2018-12-06Add stack.c stub for mpy-crossScott Shawcroft
2018-12-06Rework safe mode and have heap overwrite trigger it.Scott Shawcroft
This creates a common safe mode mechanic that ports can share. As a result, the nRF52 now has safe mode support as well. The common safe mode adds a 700ms delay at startup where a reset during that window will cause a reset into safe mode. This window is designated by a yellow status pixel and flashing the single led three times. A couple NeoPixel fixes are included for the nRF52 as well. Fixes #1034. Fixes #990. Fixes #615.
2018-12-05Merge pull request #1379 from dhalbert/flush-output-to-travisDan Halbert
make sure travis sees some output in time
2018-12-05make sure travis sees some output in timeDan Halbert
2018-12-05Merge pull request #1378 from dhalbert/fix-build_release_files-on-travisScott Shawcroft
build_release_files.py hanging on travis
2018-12-05restored to old versionDan Halbert
2018-12-05testingDan Halbert
2018-12-04Add stack validity check and raise an error when it happens.Scott Shawcroft
The backtrace cannot be given because it relies on the validity of the qstr data structures on the heap which may have been corrupted. In fact, it still can crash hard when the bytecode itself is overwritten. To fix, we'd need a way to skip gathering the backtrace completely. This also increases the default stack size on M4s so it can accomodate the stack needed by ASF4s nvm API.
2018-12-04Merge pull request #1376 from tannewt/particleDan Halbert
Add Particle boards and hopefully speed up the SAMD build a little
2018-12-04Add flag commentScott Shawcroft
2018-12-04Don't capture outputScott Shawcroft
2018-12-04Add correct flash chip for Particle Mesh boardsScott Shawcroft
2018-12-04Update submodules to merge commitsScott Shawcroft
2018-12-04Add particle boards, fix cp32 and try to speed up atmel buildScott Shawcroft
2018-12-04Merge pull request #1375 from dhalbert/uart-timeout-interruptScott Shawcroft
allow KeyboardInterrupt on UART read; fix nrf UART pin claiming; rename feather 52840 UART pins
2018-12-04update translationsDan Halbert
2018-12-04allow KeyboardInterrupt on UART read; fix nrf UART pin claiming; rename ↵Dan Halbert
feather 52840 UART pins
2018-12-03Merge pull request #1344 from bwshockley/masterDan Halbert
Add Mini SAM M4 board.
2018-12-03Merge pull request #1372 from dhalbert/pyserial-compat-for-uartScott Shawcroft
UART changes: timeout in secs, write bytes, etc.
2018-12-03update translationsDan Halbert
2018-12-03Merge pull request #1373 from dhalbert/audio-quiescent-value-intScott Shawcroft
Fix arg type for AudioOut(..., quiescent_value=...)
2018-12-03UART changes: timeout in secs, write bytes, etc.Dan Halbert
2018-12-03Fix arg type for AudioOut(..., quiescent_value=...)Dan Halbert
2018-12-02Merge pull request #1364 from yeyeto2788/masterScott Shawcroft
Add some msgstr translations
2018-12-02Merge pull request #1 from adafruit/masterJuan Biondi
Get latest version
2018-11-30Merge branch 'master' into masterScott Shawcroft
2018-11-30Merge pull request #1347 from tannewt/gc_rev_bDan Halbert
Update for Grand Central Rev B
2018-11-30Merge remote-tracking branch 'adafruit/master' into gc_rev_bScott Shawcroft
2018-11-30Auto build and a couple pin fixesScott Shawcroft
2018-11-30Merge remote-tracking branch 'adafruit/master' into mini_samScott Shawcroft
2018-11-30Auto build mini-samScott Shawcroft
2018-11-30Fix up spi flash defineScott Shawcroft
2018-11-30Merge pull request #1366 from tannewt/update_website_with_releaseDan Halbert
Add support for adding release info into adafruit/circuitpython-org
2018-11-30Merge remote-tracking branch 'adafruit/master' into mini_samScott Shawcroft
2018-11-30Undo uzlib changeScott Shawcroft
2018-11-30Stop ignoring SD hex files and improve the error when its missing.Scott Shawcroft
2018-11-30Capture stderr as well and work on nRF buildScott Shawcroft
2018-11-30Fix BLE buildScott Shawcroft
2018-11-30A few tweaks based on review feedbackScott Shawcroft
2018-11-30Fix error on line 1901Juan Biondi
2018-11-30Fix error on line 1900Juan Biondi