| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-06-10 | Add trailing dash so that the exact board is matched.3.0.0-beta.1 | Scott Shawcroft | |
| 2018-06-10 | Merge pull request #921 from jepler/travis-build-esp | Scott Shawcroft | |
| Build for feather huzzah on travis-ci | |||
| 2018-06-10 | travis.yml: Enable building feather huzzah | Jeff Epler | |
| 2018-06-10 | build_adafruit_bins: feather_huzzah need not be a special case | Jeff Epler | |
| 2018-06-10 | Merge pull request #919 from adafruit/jerryneedell-patch-2 | Dan Halbert | |
| fix #918 | |||
| 2018-06-10 | Merge pull request #920 from adafruit/jerryneedell-patch-3 | Dan Halbert | |
| return "false" for stub call | |||
| 2018-06-10 | return "false" for stub call | jerryneedell | |
| See #918 for discussion | |||
| 2018-06-10 | Update PulseIn.c | jerryneedell | |
| 2018-06-10 | fix #918 | jerryneedell | |
| Add stub for common_hal_pulseio_pulsein_get_paused to make ESP8266 build compatible with PR #901 | |||
| 2018-06-08 | Merge pull request #901 from tannewt/pulseio_too_fast | Dan Halbert | |
| Prevent freezing USB during high frequency PulseIn. | |||
| 2018-06-08 | Use bool not int. | Scott Shawcroft | |
| 2018-06-08 | Merge pull request #916 from dhalbert/pdmin_hack_fix | Scott Shawcroft | |
| Check for PDMIn DMA getting stuck. | |||
| 2018-06-08 | Stub out get_paused in nrf builds. | Scott Shawcroft | |
| 2018-06-08 | Add code size analysis tool and shrink samd.clock a smidge. | Scott Shawcroft | |
| 2018-06-08 | Turn off USB pin objects since they are always used for USB. | Scott Shawcroft | |
| 2018-06-08 | Wait for the DFLL to be stable. | Scott Shawcroft | |
| 2018-06-08 | Support M4 | Scott Shawcroft | |
| 2018-06-08 | Prevent freezing USB during high frequency PulseIn. | Scott Shawcroft | |
| We now track the last time the background task ran and bail on the PulseIn if it starves the background work. In practice, this happens after the numbers from pulsein are no longer accurate. This also adjusts interrupt priorities so most are the lowest level except for the tick and USB interrupts. Fixes #516 and #876 | |||
| 2018-06-08 | Check for PDMIn DMA getting stuck. | Dan Halbert | |
| 2018-06-07 | Merge pull request #914 from SConaway/patch-1 | Dan Halbert | |
| Update README.rst | |||
| 2018-06-07 | Merge pull request #913 from kattni/itsybitsy-name-fix | Dan Halbert | |
| Itsybitsy name fixes | |||
| 2018-06-07 | Update README.rst | Steven Conaway | |
| 2018-06-07 | Add Adafruit to other M4 board name strings | Kattni Rembor | |
| 2018-06-07 | Add Adafruit to board name string | Kattni Rembor | |
| 2018-06-07 | Update ItsyBitsy board name to one word | Kattni Rembor | |
| 2018-06-06 | Merge pull request #910 from kattni/rotaryio-doc-fix | Dan Halbert | |
| Fixed documentation formatting for RTD | |||
| 2018-06-06 | Fixed documentation formatting for RTD | Kattni Rembor | |
| 2018-06-06 | Merge pull request #902 from dhalbert/feather_m0x_crickit | Kattni | |
| Feather M0 Express build with frozen Crickit libraries | |||
| 2018-06-06 | Merge pull request #905 from jepler/main-stack-usage | Dan Halbert | |
| main: move code pertaining to boot.py out of line | |||
| 2018-06-06 | main: move code pertaining to boot.py out of line | Jeff Epler | |
| .. this reduces stack usage in main() substantially, because the 512 byte stack allocation will only exist during the new run_boot_py function's duration. Closes: #904 | |||
| 2018-06-05 | Merge pull request #903 from jepler/stack-overflow-crash | Scott Shawcroft | |
| main: Explicitly set the stack top based on _estack | |||
| 2018-06-05 | main: Explicitly set the stack top based on _estack | Jeff Epler | |
| .. setting it based on the ad-hoc stack pointer calculation of mp_stack_ctrl_init() meant that the stack used above main() counts against the 1KiB safety factor that the mp_stack_set_limit call tries to establish. It turns out, at least on M4, that over half of the safety factor is used up by stack-above-main()! In the case of the basics/gen_stack_overflow.py test, which blows the stack on purpose, it turns out that gc would be called while handling the "maximum recursion depth exceeded" error, and this needed more stack than was left. Closes: #900 | |||
| 2018-06-05 | add feather_m0_express_crickit to .travis.yml | Dan Halbert | |
| 2018-06-05 | Feather M0 Express build with Crickit libraries | Dan Halbert | |
| 2018-06-05 | Merge pull request #898 from dhalbert/feather_m4_d4 | Dan Halbert | |
| add PA14 as D4 to Feather M4 Express | |||
| 2018-06-05 | add PA14 as D4 to Feather M4 Exprses | Dan Halbert | |
| 2018-06-04 | Merge pull request #893 from notro/cpboard | Scott Shawcroft | |
| tools: Add cpboard.py | |||
| 2018-06-04 | Merge pull request #891 from godlygeek/low_flash_errno_fixes | Scott Shawcroft | |
| Human readable OSError messages for low flash devices | |||
| 2018-06-02 | Merge pull request #892 from tannewt/clock_w_crystal | Dan Halbert | |
| Use the external crystal on SAMD21 again. | |||
| 2018-06-02 | Merge pull request #896 from dhalbert/update_frozen_lis3dh | Kattni | |
| Update HID code and seesaw version | |||
| 2018-06-02 | Merge remote-tracking branch 'adafruit/master' into update_frozen_lis3dh | Dan Halbert | |
| 2018-06-02 | update HID, and update seesaw version | Dan Halbert | |
| 2018-06-02 | Merge pull request #895 from dhalbert/update_frozen_lis3dh | Kattni | |
| Update frozen LIS3DH to 4.2.1 to save space | |||
| 2018-06-02 | Update frozen LIS3DH to 4.2.1 to save space | Dan Halbert | |
| 2018-06-02 | tests: Point pyboard.py to tools/cpboard.py | Noralf Trønnes | |
| This makes it possible to run-tests on the board itself. | |||
| 2018-06-02 | tools: Add cpboard.py | Noralf Trønnes | |
| This is a variant of pyboard.py aimed at Circuit Python boards. It can emulate pyboard.py enough so it works with tests/run-tests. | |||
| 2018-06-02 | Use the system errno's on nrf | Matt Wozniski | |
| 2018-06-01 | Use the external crystal on SAMD21 again. | Scott Shawcroft | |
| Also, re-enable calibration storage for CircuitPlayground Express. Tested with a 500hz PWMOut on Metro M0 with Saleae: * with crystal 500hz * with usb 500hz +- 0.1hz * without either 487hz += 0.1hz SAMD51 is skipped due to DFLL errata and the fact it defaults to a factory calibrated 48mhz that works fine for USB. Fixes #648 | |||
| 2018-06-01 | Prune atmel-samd errno list | Matt Wozniski | |
| Remove errnos that are only raised by modules that aren't linked into the atmel-samd port. | |||
| 2018-06-01 | Begin a custom list of errnos for atmel-samd | Matt Wozniski | |
| The uerrno module was written to allow boards to customize the list of errnos they can raise. Start by copying the default list. | |||
