summaryrefslogtreecommitdiff
path: root/ports/nrf/mpconfigport.h
AgeCommit message (Expand)Author
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
2018-08-03increase new dynamic stack size to a comfortable value for nowDan Halbert
2018-08-02Merge pull request #1057 from tannewt/flexible_heapDan Halbert
2018-08-01Merge branch 'master' into nrf52_sys_modulehathach
2018-08-01try to address sys module, compile okhathach
2018-07-31Remove rogue execute bit. Must a common incorrect shortcut for me. :-)Scott Shawcroft
2018-08-01Merge branch 'master' into nrf52840_usb_hidhathach
2018-07-31enable MICROPY_PY_ARRAY_SLICE_ASSIGN, MICROPY_PY_BUILTINS_SLICE_ATTRShathach
2018-07-31Allow for resizing the stack area.Scott Shawcroft
2018-07-31hid keyboard and mouse work wellhathach
2018-07-28Merge remote-tracking branch 'adafruit/master' into micropython-25ae98f-mergeDan Halbert
2018-07-27adding usb_hidhathach
2018-07-23WIP: complete manual inspection of all significant changesDan Halbert
2018-07-17should fix #1021hathach
2018-07-13nrf: Split the ble module into a shared part and the port implementationarturo182
2018-07-11Merge branch 'master' into nrf52840_usbboothathach
2018-07-10nrf: Remove the random hal and modulearturo182
2018-07-10Merge branch 'master' into nrf52840_usbboothathach
2018-07-08nrf: Cleanup mpconfigboard filesarturo182
2018-07-08nrf: Remove port-specific helparturo182
2018-07-05replace jlink with native usb cdc for serial REPLhathach
2018-06-20nrf: Cleanup machine and microbit leftoversarturo182
2018-06-20nrf: Simplify pin generation and definitionarturo182
2018-06-20nrf: Remove machine, pyb and utime modulesarturo182
2018-06-02Use the system errno's on nrfMatt Wozniski
2018-05-30Add gamepad_singleto to root pointers for the nrf portRadomir Dopieralski
2018-05-11Merge pull request #761 from jepler/nrf-modulesScott Shawcroft
2018-05-11nrf: Enable binascii, hashlib modulesJeff Epler
2018-05-10nrf52: enable framebuf moduleJeff Epler
2018-05-07Update mpconfigport.hjerryneedell
2018-03-27Enable high-quality float hashJeff Epler
2018-03-26Conditionally compile out nonstandard array/struct typecodesJeff Epler
2018-02-12Merge pull request #601 from arturo182/nrf_cleanupKevin Townsend
2018-02-07nrf: Remove nRF51 boards and files, update READMEarturo182
2018-02-07nrf: Use the shared bitbangio modulearturo182
2018-02-05nrf: Use the shared struct modulearturo182
2018-02-05nrf: Implement ticks, add gamepad module and examplearturo182