Max Holliday
Max Holliday
- [x] allow serial communication to ESP32 through SAMD51 - [x] pass commands to micropython REPL on ESP32
I have an RP2040 booting from MRAM (non-volatile magnetic memory), specifically the [MR2xHxx family of Everspin devices](https://www.everspin.com/family/mr25h40?npath=259) using a slightly modified boot2_generic_03h.S Loading a uf2 (micropython, in my case) appears...
When reading an alarm set point, the `tm_year` attribute is hardcoded to return 2017 and `tm_mon` to return 1. Is this intentional? Caused by a limitation somewhere? https://github.com/adafruit/Adafruit_CircuitPython_Register/blob/d37349183b82cd7d05af57a77eb3765e17e7be3f/adafruit_register/i2c_bcd_alarm.py#L154 In contrast,...