| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-02 | Changed error message to display the generic term 'system firmware' instead ↵ | Jonny Bergdahl | |
| of the Nordic specific term 'soft device' | |||
| 2021-04-01 | Two small PacketBuffer fixes | Scott Shawcroft | |
| 1. Allow for ctrl-c during a write. 2. Handle disconnects when acting as a client. | |||
| 2021-03-31 | Fix central pairing and crash on clear | Scott 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-16 | More formatting | gamblor21 | |
| 2021-03-16 | Formatting fixes | gamblor21 | |
| 2021-03-15 | Merge branch 'main' into rp_dp_parallel | Mark | |
| 2021-03-15 | run code formatting script | microDev | |
| 2021-03-11 | Add frequency support to parallel bus | gamblor21 | |
| 2021-03-05 | [nrf] No need to store `buffer_length` as part of `audiopwmio_pwmaudioout_obj_t` | Artyom Skrobov | |
| 2021-03-01 | Merge remote-tracking branch 'origin/main' into update-protomatter-rp2 | Jeff Epler | |
| 2021-02-26 | Merge remote-tracking branch 'origin/main' into update-protomatter-rp2 | Jeff Epler | |
| 2021-02-25 | Merge remote-tracking branch 'adafruit/main' into busio-uart-rp | Scott Shawcroft | |
| 2021-02-25 | implement suggested changes | microDev | |
| - add internal buffering - rtc initialization fix | |||
| 2021-02-18 | fix typo to fix nrf builds | Dan Halbert | |
| 2021-02-12 | wip | Dan Halbert | |
| 2021-02-12 | Enable protomatter on RP2040 builds | Jeff 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-11 | merge from upstream; complicated webusb merge | Dan Halbert | |
| 2021-02-08 | wip | Dan Halbert | |
| 2021-02-03 | Initial commit. Edited error messages in .c files | BiffoBear | |
| 2021-01-27 | remove long read error message | Bernhard Boser | |
| 2021-01-18 | make translate, BEWARE adds the 'world' | Bernhard Boser | |
| 2021-01-17 | add flow control info to busio_uart_obj_t | Bernhard Boser | |
| 2021-01-13 | don't check length for remote characteristic or dedescriptor | Dan Halbert | |
| 2021-01-10 | Round BLE timing values; fix timeout check | Dan Halbert | |
| 2021-01-07 | support RTS/CTS hardware flow control | Bernhard Boser | |
| 2020-12-28 | update common_hal_reset_pin() | microDev | |
| 2020-12-23 | BLE fixes | Dan Halbert | |
| 2020-12-01 | address review comments | Dan Halbert | |
| 2020-11-26 | deep sleep working; deep sleep delay when connected | Dan Halbert | |
| 2020-11-22 | wip | Dan Halbert | |
| 2020-11-21 | wip: ResetReason to microcontroller.cpu | Dan Halbert | |
| 2020-11-19 | merge from main | Dan Halbert | |
| 2020-11-16 | Merge pull request #3667 from microDev1/watchdog-s2 | Scott Shawcroft | |
| ESP32S2: Support for WatchDog | |||
| 2020-11-16 | Merge remote-tracking branch 'adafruit/main' into sleep | Dan Halbert | |
| 2020-11-13 | Update parallel bus signatures | Scott Shawcroft | |
| 2020-11-11 | move port specific check | microDev | |
| 2020-10-27 | Add check for invalid io, function to disable all alarms | microDev | |
| 2020-10-27 | Add description of alarm modules | microDev | |
| 2020-10-07 | Replace _bleio.ConnectionError with the native version | Scott Shawcroft | |
| Replace uses of _bleio.ConnectionError with regular ConnectionError Fixes #3008 | |||
| 2020-09-13 | PacketBuffer: add missing 'break's, remove unneeded {} | Jeff Epler | |
| 2020-09-10 | Merge pull request #3375 from DavePutz/issue3296 | Scott Shawcroft | |
| Correction for Issue #3296 - ble hanging on nrf52840 | |||
| 2020-09-05 | Moved checks for invalid pin to common-hal/microcontroller/Pin.c | root | |
| 2020-09-04 | Corrected issue with BLE not working on nrf52840 | root | |
| 2020-08-30 | merge from upstream | Dan Halbert | |
| 2020-08-27 | Fix problematic whitespace on pulseout parameter errors | Lucian Copeland | |
| 2020-08-24 | Merge remote-tracking branch 'adafruit/main' into add_pwmio | Scott Shawcroft | |
| 2020-08-21 | Add more "extern" declarations for gcc10 compat | Scott Shawcroft | |
| gcc has tightened the restrictions on forward declarations that lack "extern". Fix them up. | |||
| 2020-08-21 | Merge remote-tracking branch 'adafruit/main' into add_pwmio | Scott Shawcroft | |
| 2020-08-21 | Merge remote-tracking branch 'adafruit/main' into ble_hci | Dan Halbert | |
| 2020-08-20 | merge from upstream; working; includes debug_out code for debugging via ↵ | Dan Halbert | |
| Saleae for posterity | |||
