-
The PACs will probably never be 1.0, therefore we need to keep it out of the public API in esp-hal.
This is currently exposed in a few places
- `interrupt::enable*` takes `pac::Interrupt`
- Som…
-
Taking #27130 to the next step: The following samples do not have a README:
* [ ] samples/boards/esp32/ethernet
* [ ] samples/boards/nrf/nrf53_sync_rtc/net
* [ ] samples/drivers/lcd_cyclonev_socd…
-
**Is your feature request related to a problem? Please describe.**
RTIO is a feature that enables lock-free queue like requests to hardware peripherals, allowing for things like SPI transactions to…
-
### Checklist
- [X] Checked the issue tracker for similar issues to ensure this is not a duplicate
- [X] Read the documentation to confirm the issue is not addressed there and your configuration i…
-
When using `spi conf []` followed by `spi transceive` from the shell, SPI controller drivers that are using `spi_context_configured` (such as `spi_ll_stm32.c`) do not allow for subsequent reconfigur…
-
**Is your feature request related to a problem? Please describe.**
RTIO is a feature that enables lock-free queue like requests to hardware peripherals, allowing for things like I2C transactions to…
-
It still has the symptom of bouncing out of the game.
-
## Introduction
This RFC provides a solution which completely separates software (drivers, subsystems, RAM/ROM layout etc.) from hardware (physical devices, interrupts, cores, etc.)
This solves:…
-
*Bugsquad edit:*
This bug has been well confirmed as something that's caused by specific USB peripherals and their drivers, apparently triggering an elusive DirectInput bug on Windows which is only…
-
The current implementations for getting the time (since boot?) are:
- https://github.com/esp-rs/esp-hal/blob/v0.19.0/esp-hal/src/time.rs
- https://github.com/esp-rs/esp-hal/blob/v0.19.0/esp-hal/src/…