summaryrefslogtreecommitdiff
path: root/ports/nrf/mpconfigport.h
AgeCommit message (Expand)Author
2021-03-15run code formatting scriptmicroDev
2021-01-24CIRCUITPY_* switches for JSON, RE, etc. Doc cleanupDan Halbert
2020-10-13Moved ORDEREDDICT define to central locationgamblor21
2020-08-15SPIM3 buffer must be in first 64kB of RAMDan Halbert
2020-04-22fix calculation of nrf firmware sizeDan Halbert
2020-04-21nrf: mpconfigport: support configuration of various sizesSean Cross
2020-04-21nrf: mpconfigport: subtract config size from firmware sizeSean Cross
2020-04-21nrf: add support for nrf52833Sean Cross
2020-02-21put neopixel_write buffer in root pointersDan Halbert
2020-02-13correct chec^Cfor flash erase boundariesDan Halbert
2020-02-12use properly-sized SPI transactionsDan Halbert
2020-01-13fix some typos and leftoversDan Halbert
2020-01-13put bonding to-do flags into Connection objects instead of using a heap-alloc...Dan Halbert
2020-01-10wip: HID bonding works!Dan Halbert
2020-01-05wip; compilesDan Halbert
2019-12-12moved nrf internal filesystem to just below bootloaderDan Halbert
2019-12-11address review commentsDan Halbert
2019-12-10fix build failuresDan Halbert
2019-12-10working on all portsDan Halbert
2019-12-05wipDan Halbert
2019-10-20Parameterize linker scriptDan Halbert
2019-10-06WIP: bondingDan Halbert
2019-09-26initial Arduino Nano 33 BLE board definitionDan Halbert
2019-08-22fix default crystal value; fix include orderDan Halbert
2019-08-22merge similar fix inDan Halbert
2019-04-02starting on #1046 rtc for nRFNick Moore
2019-03-29Revert "Circuitpython nickzoic 1046 nrf rtc"Dan Halbert
2019-03-28starting on #1046 rtc for nRFNick Moore
2019-03-20enable MICROPY_CPYTHON_COMPAT for most builds except CIRCUITPY_SMALL_BUILD; r...Dan Halbert
2019-02-21Use critical section, not lock, in CharacteristicBuffer; use a root pointer f...Dan Halbert
2019-02-15address @tannewt changes: move and rename common files; remove PORT_HEAP_SIZEDan Halbert
2019-02-15finish Makefile refactoring; nrf builds workDan Halbert
2019-02-15WIP: atmel-samd trinket build worksDan Halbert
2019-02-11Change EMERGENCY_EXCEPTION_BUF settings to match samd.Scott Shawcroft
2019-02-07Merge pull request #1521 from nickzoic/circuitpython-nickzoic-1045-nrf-rotaryioScott Shawcroft
2019-02-05Start on rotaryio.IncrementalEncoder adafruit/circuitpython#1045 (does nothin...Nick Moore
2019-01-31Fix hallowing and nrf buildsScott Shawcroft
2019-01-28Merge pull request #1499 from nickzoic/nickzoic/circuitpython-nrf-touchin-1048Scott Shawcroft
2019-01-17Fix up nrf and using board.SPI in FourWireScott Shawcroft
2019-01-17share fourwire and make nrf compileScott Shawcroft
2019-01-09Add USB MIDI support for SAMD and nRF.Scott Shawcroft
2018-12-27 remome FRAMEBUF from nrf builds - use QSPI for particle ARGONJerry Needell
2018-12-10 enble MICROPYTHON_CPYTHON_COMPAT - fix mpconfigport.h to allow and enable a ...Jerry Needell
2018-12-04Set up structure for touchio adafruit/circuitpython#1048 (does nothing yet)Nick Moore
2018-11-22ports/nrf: enable json module on nrf boards generallyJeff Epler
2018-11-09Fix output overflow and make help translatableScott Shawcroft
2018-11-08Move atmel-samd to tinyusb and support nRF flash.Scott Shawcroft
2018-10-21nrf: Fix ble uart using the new APIarturo182
2018-10-21nrf: Move the Peripheral class to bleio as Devicearturo182
2018-09-04adding neopixel writehathach