| Age | Commit message (Collapse) | Author |
|
This is the same as I added to mpy-cross at e666e86035d5, see #3074
|
|
|
|
|
|
|
|
|
|
|
|
|
|
They must have the PORT_ prefix otherwise they mask the wrong pins.
Fixes #3552
|
|
Add DynOSSAT-EDU boards
|
|
enable CIRCUITPY_BLEIO_HCI on non-nRF boards where it will fit
|
|
|
|
|
|
Added default LWIP hostnames to FeatherS2 boards
|
|
Set default hostname
|
|
|
|
|
|
|
|
Add method to set custom hostname
|
|
|
|
|
|
Moved ORDEREDDICT define to central location
|
|
|
|
|
|
Fix stm sleep too long
|
|
|
|
|
|
Add new board to atmel-samd port: bdmicro_vina_d51
|
|
|
|
|
|
|
|
Finer grained, per port tick locking
|
|
|
|
Fix STM RTC read so it's atomic.
|
|
|
|
Fixes #3504 hopefully.
|
|
Fixes #3376
|
|
build: parallelize the qstr build steps
|
|
__await__ magic method and async/await
|
|
ESP32-S2: AnalogOut
|
|
|
|
|
|
|
|
Firmware too large
|
|
|
|
|
|
Fix autoreload on SAMD21
|
|
|
|
ESP32S2: Add AnalogIn
|
|
Unify iMX RT flash config and add Metro M7 1011
|
|
The issue was that a time.sleep() would set the RTC wake up
further into the future even if we wanted to tick every ms. Ticking
every ms is used to time the autoreload delay and without it,
autoreload doesn't work.
Fixes #3528
|