summaryrefslogtreecommitdiff
path: root/ports/nrf
AgeCommit message (Collapse)Author
2021-04-02Changed error message to display the generic term 'system firmware' instead ↵Jonny Bergdahl
of the Nordic specific term 'soft device'
2021-04-01Two small PacketBuffer fixesScott Shawcroft
1. Allow for ctrl-c during a write. 2. Handle disconnects when acting as a client.
2021-03-31Fix central pairing and crash on clearScott Shawcroft
The list_clear would crash if we tried to clear a NULL list. (It can happen if we haven't tried to discover any services.)
2021-03-25Fix 16MB Winbond namesScott Shawcroft
2021-03-25Switch devices.h to nvm.toml dataScott Shawcroft
2021-03-16Merge pull request #4421 from kattni/led-pinJeff Epler
Adding LED for D13/L pin name.
2021-03-16Adding LED for D13/L pin name.Kattni Rembor
2021-03-16More formattinggamblor21
2021-03-16Formatting fixesgamblor21
2021-03-15Merge branch 'main' into rp_dp_parallelMark
2021-03-15run code formatting scriptmicroDev
2021-03-11Add frequency support to parallel busgamblor21
2021-03-10Merge pull request #4350 from nitz/board-add-sparkfun-micromod-nrf52840Scott Shawcroft
Add new nRF port for SF MicroMod nRF52840.
2021-03-09SDIO/QSPI pin names. ¯\_(ツ)_/¯nitz
2021-03-09Update pins, remove unused defs from board config.nitz
2021-03-09Update pins, remove unused defs from board config.nitz
2021-03-09Fix the mpconfigboard.mk that was screwy?nitz
2021-03-09Updated SparkFun MicroMod USB PIDChris Dailey
As per the PID provide by TheHoff, [here](https://forum.sparkfun.com/viewtopic.php?p=223812#p223812)
2021-03-07Automatically count EXTERNAL_FLASH_DEVICESJeff Epler
2021-03-07Add new nRF port for SF MicroMod nRF52840.nitz
2021-03-05[nrf] No need to store `buffer_length` as part of `audiopwmio_pwmaudioout_obj_t`Artyom Skrobov
2021-03-02Merge pull request #4186 from jepler/update-protomatter-rp2Jeff Epler
Enable protomatter on RP2040 builds
2021-03-01Merge pull request #4256 from kmatch98/bt_cleanupScott Shawcroft
Add `bitmaptools` module
2021-03-01Merge remote-tracking branch 'origin/main' into update-protomatter-rp2Jeff Epler
2021-02-26Merge remote-tracking branch 'origin/main' into update-protomatter-rp2Jeff Epler
2021-02-25Merge remote-tracking branch 'adafruit/main' into busio-uart-rpScott Shawcroft
2021-02-25Updated build configs to turn off BITMAPTOOLS for smaller buildsKevin Matocha
2021-02-25implement suggested changesmicroDev
- add internal buffering - rtc initialization fix
2021-02-20Merge pull request #4232 from TG-Techie/fix_tg_watchDan Halbert
fix TG-Watch ble issue
2021-02-20fix TG-Watch ble issueJonah Yolles-Murphy
2021-02-19shrink simmel buildDan Halbert
2021-02-18fix some buildsDan Halbert
2021-02-18fix typo to fix nrf buildsDan Halbert
2021-02-12wipDan Halbert
2021-02-12Enable protomatter on RP2040 buildsJeff Epler
Also found a race condition between timer_disable and redraw, which would happen if I debugger-paused inside common_hal_rgbmatrix_timer_disable or put a delay or print inside it. That's what pausing inside reconstruct fixes. So that the "right timer" can be chosen, `timer_allocate` now gets the `self` pointer. It's guaranteed at this point that the pin information is accurate, so you can e.g., find a PWM unit related to the pins themselves. This required touching each port to add the parameter even though it's unused everywhere but raspberrypi.
2021-02-11merge from upstream; complicated webusb mergeDan Halbert
2021-02-08wipDan Halbert
2021-02-04usb descriptors all set; rework of enabling for USB devicesDan Halbert
2021-02-03Initial commit. Edited error messages in .c filesBiffoBear
2021-02-01shrink simmelDan Halbert
2021-01-27Merge remote-tracking branch 'adafruit/main' into cp-flowBernhard Boser
2021-01-27remove long read error messageBernhard Boser
2021-01-26Merge pull request #4060 from dhalbert/regularize-extmod-modulesDan Halbert
CIRCUITPY_* switches for JSON, RE, etc. Doc cleanup
2021-01-26shrink simmelDan Halbert
2021-01-24CIRCUITPY_* switches for JSON, RE, etc. Doc cleanupDan Halbert
2021-01-18make translate, BEWARE adds the 'world'Bernhard Boser
2021-01-17add flow control info to busio_uart_obj_tBernhard Boser
2021-01-17Disabling in more small boardsgamblor21
2021-01-14Merge pull request #3991 from TG-Techie/main6.1.0-rc.16.1.06.1.xDan Halbert
Revision to TG-Watch
2021-01-14restore TG-Watch USB_PID from accidental overwriteJonah Yolles-Murphy