| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-15 | run code formatting script | microDev | |
| 2020-07-06 | Add license to some obvious files. | Diego Elio Pettenò | |
| 2020-05-21 | nrf: nvm: assume sd is not enabled if interrupts are off | Sean Cross | |
| If interrupts are disabled, then calling sd_* functions will hardfault. Instead, assume that it's safe to write if interrupts are disabled. Signed-off-by: Sean Cross <sean@xobs.io> | |||
| 2020-04-21 | nrf: add support for nrf52833 | Sean Cross | |
| This adds preliminary support for the nRF52833, which is a variant of the nRF52840 with half the RAM, half the flash, and fewer peripherals. Signed-off-by: Sean Cross <sean@xobs.io> | |||
| 2020-04-14 | nrf: protomatter port | Jeff Epler | |
| 2020-01-31 | fix UICR check; do not use NULL for no MISO | Dan Halbert | |
| 2020-01-14 | address review comments | Dan Halbert | |
| 2020-01-13 | merge from adafruit/circuitpython | Dan Halbert | |
| 2020-01-09 | wip; redid flash writing to be compatible with SD | Dan Halbert | |
| 2020-01-03 | wip | Dan Halbert | |
| 2019-12-17 | upgrade nrfx API to v2 | hathach | |
| 2019-12-12 | merge from master | Dan Halbert | |
| 2019-12-12 | Fix flash write error handling; clean up safe mode message printing | Dan Halbert | |
| 2019-10-20 | Parameterize linker script | Dan Halbert | |
| 2019-08-22 | fix default crystal value; fix include order | Dan Halbert | |
| 2019-08-22 | merge similar fix in | Dan Halbert | |
| 2019-08-22 | Fix CPBlue LFCLKSRC; CPB has no status neopixel | Dan Halbert | |
| 2019-08-20 | Add support for nrf boards that don't have an external crystal | Benny Meisels | |
| 2019-07-27 | allow discovery from central or peripheral | Dan Halbert | |
| 2019-04-16 | Fixups for adafruit/circuitpython#1042 | Nick Moore | |
| 2019-04-16 | Make some space for NVM adafruit/circuitpython#1042 | Nick Moore | |
| 2019-04-16 | Add a peripherals/nrf/nvm.c to wrap flash page writes safely | Nick Moore | |
| 2019-04-15 | Revert "nrf nvm: touchups to nickzoic PR #1768" | Scott Shawcroft | |
| 2019-04-09 | Fixups for adafruit/circuitpython#1042 | Nick Moore | |
| 2019-04-09 | Make some space for NVM adafruit/circuitpython#1042 | Nick Moore | |
| 2019-04-09 | Add a peripherals/nrf/nvm.c to wrap flash page writes safely | Nick Moore | |
| 2018-12-30 | Remove nRF52832 support | Dan Halbert | |
| 2018-12-06 | Rework 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-11-08 | Move atmel-samd to tinyusb and support nRF flash. | Scott Shawcroft | |
| This started while adding USB MIDI support (and descriptor support is in this change.) When seeing that I'd have to implement the MIDI class logic twice, once for atmel-samd and once for nrf, I decided to refactor the USB stack so its shared across ports. This has led to a number of changes that remove items from the ports folder and move them into supervisor. Furthermore, we had external SPI flash support for nrf pending so I factored out the connection between the usb stack and the flash API as well. This PR also includes the QSPI support for nRF. | |||
| 2018-10-16 | PulseOut working | Dan Halbert | |
| 2018-09-09 | use open-drain capabilities on GPIO; clean up board init; set correct GPIO ↵ | Dan Halbert | |
| voltage | |||
| 2018-09-04 | generalize # of ports; remove atmel neopixel code; remove pin name in ↵ | Dan Halbert | |
| mc_pin_obj_t | |||
| 2018-09-01 | fix typos, remove incorrect pca10059 example; add default buses for ↵ | Dan Halbert | |
| pca10056; improve board names for pca boards | |||
| 2018-08-31 | add pin claiming to devices | Dan Halbert | |
| 2018-08-31 | pin files rework; implement pin claiming; add more boards | Dan Halbert | |
