summaryrefslogtreecommitdiff
path: root/ports/nrf/common-hal
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-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-05[nrf] No need to store `buffer_length` as part of `audiopwmio_pwmaudioout_obj_t`Artyom Skrobov
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-25implement suggested changesmicroDev
- add internal buffering - rtc initialization fix
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-03Initial commit. Edited error messages in .c filesBiffoBear
2021-01-27remove long read error messageBernhard Boser
2021-01-18make translate, BEWARE adds the 'world'Bernhard Boser
2021-01-17add flow control info to busio_uart_obj_tBernhard Boser
2021-01-13don't check length for remote characteristic or dedescriptorDan Halbert
2021-01-10Round BLE timing values; fix timeout checkDan Halbert
2021-01-07support RTS/CTS hardware flow controlBernhard Boser
2020-12-28update common_hal_reset_pin()microDev
2020-12-23BLE fixesDan Halbert
2020-12-01address review commentsDan Halbert
2020-11-26deep sleep working; deep sleep delay when connectedDan Halbert
2020-11-22wipDan Halbert
2020-11-21wip: ResetReason to microcontroller.cpuDan Halbert
2020-11-19merge from mainDan Halbert
2020-11-16Merge pull request #3667 from microDev1/watchdog-s2Scott Shawcroft
ESP32S2: Support for WatchDog
2020-11-16Merge remote-tracking branch 'adafruit/main' into sleepDan Halbert
2020-11-13Update parallel bus signaturesScott Shawcroft
2020-11-11move port specific checkmicroDev
2020-10-27Add check for invalid io, function to disable all alarmsmicroDev
2020-10-27Add description of alarm modulesmicroDev
2020-10-07Replace _bleio.ConnectionError with the native versionScott Shawcroft
Replace uses of _bleio.ConnectionError with regular ConnectionError Fixes #3008
2020-09-13PacketBuffer: add missing 'break's, remove unneeded {}Jeff Epler
2020-09-10Merge pull request #3375 from DavePutz/issue3296Scott Shawcroft
Correction for Issue #3296 - ble hanging on nrf52840
2020-09-05Moved checks for invalid pin to common-hal/microcontroller/Pin.croot
2020-09-04Corrected issue with BLE not working on nrf52840root
2020-08-30merge from upstreamDan Halbert
2020-08-27Fix problematic whitespace on pulseout parameter errorsLucian Copeland
2020-08-24Merge remote-tracking branch 'adafruit/main' into add_pwmioScott Shawcroft
2020-08-21Add more "extern" declarations for gcc10 compatScott Shawcroft
gcc has tightened the restrictions on forward declarations that lack "extern". Fix them up.
2020-08-21Merge remote-tracking branch 'adafruit/main' into add_pwmioScott Shawcroft
2020-08-21Merge remote-tracking branch 'adafruit/main' into ble_hciDan Halbert
2020-08-20merge from upstream; working; includes debug_out code for debugging via ↵Dan Halbert
Saleae for posterity