| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-23 | Add bitmaptools module | Kevin Matocha | |
| 2021-02-19 | merge from upstream; re-alphabetize | Dan Halbert | |
| 2021-02-18 | remove debug print during build | Jeff Epler | |
| 2021-02-18 | bitops: rename from _bit_transpose, describe the algorithm | Jeff Epler | |
| 2021-02-18 | core: add bit_transpose function | Jeff Epler | |
| .. this version can only handle exactly 8 bits "across". The restriction may be relaxed in a future revision. | |||
| 2021-02-12 | wip | Dan Halbert | |
| 2021-02-03 | Merge branch 'main' into webusb (trying to get CI back online) | Kevin Banks | |
| 2021-01-25 | Most of the code we need has been pulled in from the tinyusb webusb_serial ↵ | Kevin Banks | |
| demo. Still LOTS to do regarding descriptors. | |||
| 2021-01-25 | Separate Socket and SSLSocket, add LWIP connect | Lucian Copeland | |
| 2021-01-20 | Add initial RP2040 support | Scott Shawcroft | |
| The RP2040 is new microcontroller from Raspberry Pi that features two Cortex M0s and eight PIO state machines that are good for crunching lots of data. It has 264k RAM and a built in UF2 bootloader too. Datasheet: https://pico.raspberrypi.org/files/rp2040_datasheet.pdf | |||
| 2021-01-11 | Merge pull request #3957 from dhalbert/gcc10-debug-builds | Scott Shawcroft | |
| new CIRCUITPY_DEBUG flag passes DEBUG into C preprocessor | |||
| 2021-01-08 | avoid inline compile errors | Dan Halbert | |
| 2021-01-05 | Merge branch 'main' into msgpack | iot49 | |
| 2020-12-30 | Merge branch 'main' into touch-s2 | microDev | |
| 2020-12-18 | implement touch alarm | microDev | |
| 2020-12-18 | Merge branch 'main' into ota-s2 | microDev | |
| 2020-12-18 | rename ota to dualbank | microDev | |
| 2020-12-11 | Merge branch 'main' into msgpack | Scott Shawcroft | |
| 2020-12-10 | Initial SleepMemory code | Dan Halbert | |
| 2020-12-08 | implement ota module | microDev | |
| 2020-12-07 | remove a ~ from doc that causes an error; add ExtType.c to circuitpy_defns.mk | Bernhard Boser | |
| 2020-12-02 | Merge pull request #3612 from gamblor21/bus_device | Scott Shawcroft | |
| Moving Adafruit_CircuitPython_BusDevice to core | |||
| 2020-12-02 | Merge remote-tracking branch 'adafruit/main' into msgpack | Scott Shawcroft | |
| 2020-12-01 | moved logic to shared-module and added documentation | Bernhard Boser | |
| 2020-12-01 | add module msgpack | Bernhard Boser | |
| 2020-11-25 | merge from upstream + wip | Dan Halbert | |
| 2020-11-25 | changed alarm.time API | Dan Halbert | |
| 2020-11-23 | working, but need to avoid deep sleeping too fast before USB ready | Dan Halbert | |
| 2020-11-21 | wip: ResetReason to microcontroller.cpu | Dan Halbert | |
| 2020-11-20 | compiles | Dan Halbert | |
| 2020-11-19 | wip | Dan Halbert | |
| 2020-11-19 | WIP: redo API; not compiled yet | Dan Halbert | |
| 2020-11-16 | wip: initial code changes, starting from @tannewt's sleepio branch | Dan Halbert | |
| 2020-11-03 | Renamed to adafruit_bus_device | gamblor21 | |
| 2020-10-31 | Initial SPI commit | gamblor21 | |
| 2020-10-27 | Add check for invalid io, function to disable all alarms | microDev | |
| 2020-10-27 | Add alarm_touch module | microDev | |
| 2020-10-27 | Fix build error | microDev | |
| 2020-10-27 | restructure alarm modules | microDev | |
| 2020-10-27 | Renamed alarm modules | microDev | |
| 2020-10-27 | Get io wake working | microDev | |
| 2020-10-27 | Initial Sleep Support | microDev | |
| 2020-10-24 | Initial commit | gamblor21 | |
| 2020-10-12 | Merge pull request #3537 from jepler/update-protomatter-2 | Scott Shawcroft | |
| rgbmatrix: update protomatter to 1.0.5 tag | |||
| 2020-10-11 | remove warning that seems unneeded now | Jeff Epler | |
| 2020-10-10 | rgbmatrix: update protomatter to 1.0.5 tag | Jeff Epler | |
| this is compile-tested on stm32f405 feather matrixportal nrf52840 feather but not actually tested-tested. | |||
| 2020-09-28 | canio: RemoteTransmissionRequest: Split implementation, keep one structure | Jeff Epler | |
| This already begins obscuring things, because now there are two sets of shared-module functions for manipulating the same structure, e.g., common_hal_canio_remote_transmission_request_get_id and common_hal_canio_message_get_id | |||
| 2020-09-21 | canio: rename from _canio | Jeff Epler | |
| This reflects our belief that the API is stable enough to avoid incompatible changes during 6.x. | |||
| 2020-09-21 | _canio: Minimal implementation for SAM E5x MCUs | Jeff Epler | |
| Tested & working: * Send standard packets * Receive standard packets (1 FIFO, no filter) Interoperation between SAM E54 Xplained running this tree and MicroPython running on STM32F405 Feather with an external transceiver was also tested. Many other aspects of a full implementation are not yet present, such as error detection and recovery. | |||
| 2020-09-14 | camera: Change API | Kamil Tomaszewski | |
