| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-22 | wip | Dan Halbert | |
| 2020-11-21 | wip: ResetReason to microcontroller.cpu | Dan Halbert | |
| 2020-09-30 | Change submodule, rework all includes | Lucian Copeland | |
| 2020-09-08 | Added temp_sensor_stop | microDev | |
| Co-authored-by: hierophect <hierophect@gmail.com> | |||
| 2020-09-08 | Update Processor.c | microDev | |
| 2020-07-15 | esp32s2: Use the device's EUI-48 address as unique ID | Jeff Epler | |
| On my hardware, esptool reports MAC: 7c:df:a1:02:6c:b8 after this change, the USB descriptor says SerialNumber: 7CDFA1026CB8 and microcontroller.cpu.id has >>> "".join("%02x" % byte for byte in microcontroller.cpu.uid) 'c7fd1a20c68b' Note that the nibble-swapping between USB and cpu.uid is typical. For instance, an stm32 board has USB SerialNumber 24002500F005D42445632302 but hex-converted microcontroller.cpu.id 420052000f504d4254363220. | |||
| 2020-05-15 | Initial ESP32S2 port. | Scott Shawcroft | |
| Basic blinky works but doesn't check pins. | |||
