summaryrefslogtreecommitdiff
path: root/ports/esp32s2/common-hal/microcontroller/Processor.c
AgeCommit message (Collapse)Author
2020-11-22wipDan Halbert
2020-11-21wip: ResetReason to microcontroller.cpuDan Halbert
2020-09-30Change submodule, rework all includesLucian Copeland
2020-09-08Added temp_sensor_stopmicroDev
Co-authored-by: hierophect <hierophect@gmail.com>
2020-09-08Update Processor.cmicroDev
2020-07-15esp32s2: Use the device's EUI-48 address as unique IDJeff 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-15Initial ESP32S2 port.Scott Shawcroft
Basic blinky works but doesn't check pins.