Björn Quentin
Björn Quentin
Working on TWAI now
I'll look into SoftwareInterruptControl and friends next
> Once the remaining items in the task list have been completed, we should do a review to ensure that we have not missed any peripherals. At least there shouldn't...
Seems like LCD_CAM currently doesn't offer or use any interrupt functionality. I suggest to remove it from the list - whenever interrupt support is added it will follow the new...
Maybe I'm missing something here but given https://github.com/gintsgints/rust-iot/blob/a54216f9fcf5528f719a4f854e48a0b7d7d7c7b1/src/main.rs#L52-L55 It's expected you set the password to `None` if you want to use `AuthMethod::None`. Probably we should return an error if the...
Oh yes - it's W1TC so clearing shouldn't have any effect cc @Dominaezzz
Seems the definition in CMSIS-SVD and ESP32-TRMs are a bit different CMSIS-SVD  TRM  In the SVDs we should follow their terminology
| Chip | None (GND/3V3) | Basic (GND/3V3) | Line (GND/3V3) | Curve (GND/3V3) | | :-------------: | :------------: | :-------------: | :------------: | :-------------: | | ESP32 (v1.0) |...
I think it would be safer to not change what `is_out_done()` is checking but having a new function using `out_done` (but no idea how to name that - maybe the...
I don't think the first option is hacky - it's actually enabling Rng to operate in two different modes. Users could use it to seed a software rng from true...