| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-06 | Updates based on feedback from jepler | Scott Shawcroft | |
| 2020-03-13 | Fix autoreload, neopixel, monotonic_ns and sleep w/o SD | Scott Shawcroft | |
| 2019-10-21 | Refine _bleio | Scott Shawcroft | |
| This PR refines the _bleio API. It was originally motivated by the addition of a new CircuitPython service that enables reading and modifying files on the device. Moving the BLE lifecycle outside of the VM motivated a number of changes to remove heap allocations in some APIs. It also motivated unifying connection initiation to the Adapter class rather than the Central and Peripheral classes which have been removed. Adapter now handles the GAP portion of BLE including advertising, which has moved but is largely unchanged, and scanning, which has been enhanced to return an iterator of filtered results. Once a connection is created (either by us (aka Central) or a remote device (aka Peripheral)) it is represented by a new Connection class. This class knows the current connection state and can discover and instantiate remote Services along with their Characteristics and Descriptors. Relates to #586 | |||
| 2019-03-20 | flush flash filesystem once a second | Dan Halbert | |
| 2018-05-14 | switch autoreload to reloadexception | Roy Hooper | |
| 2018-05-14 | Rename reload_next_character to reload_requested to make it match it's ↵ | Roy Hooper | |
| intended use | |||
| 2017-11-16 | Create supervisor module. | Scott Shawcroft | |
| It can control autoreload and the rgb status led. | |||
| 2017-09-22 | Move to ASF4 and introduce SAMD51 support. (#258)3.0.0-alpha.0 | Scott Shawcroft | |
| * atmel-samd: Remove ASF3. This will break builds. * atmel-samd: Add ASF4 for the SAMD21 and SAMD51. * Introduce the supervisor concept to facilitate porting. The supervisor is the code which runs individual MicroPython VMs. By splitting it out we make it more consistent and easier to find. This also adds very basic SAMD21 and SAMD51 support using the supervisor. Only the REPL currently works. This begins the work for #178. | |||
