-
Notifications
You must be signed in to change notification settings - Fork 219
Insights: esp-rs/esp-hal
Overview
Could not load contribution data
Please try again later
19 Pull requests merged by 6 people
-
Fix qa-test build.rs
#2722 merged
Dec 10, 2024 -
ESP32 PSRAM: Clean the correct bit
#2721 merged
Dec 10, 2024 -
ESP32-S2: implement CryptoDMA for AES
#2699 merged
Dec 10, 2024 -
Update PACs
#2719 merged
Dec 10, 2024 -
Actually use a random seed in Wi-Fi examples
#2718 merged
Dec 10, 2024 -
Fix signal fn recommendation
#2692 merged
Dec 6, 2024 -
Hide most of the unstable peripherals
#2667 merged
Dec 6, 2024 -
SPI and related changes
#2681 merged
Dec 6, 2024 -
Seal the
PeripheralInput
andPeripheralOutput
traits#2690 merged
Dec 6, 2024 -
[DMA 8/8] Burst configuration
#2543 merged
Dec 6, 2024 -
Prevent creating GpioPin
#2688 merged
Dec 6, 2024 -
Auto-implement Debug, PartialEq and defmt::Format for peripherals
#2682 merged
Dec 5, 2024 -
Mention that config structs should derive
procmacros::BuilderLite
in the API guidelines#2686 merged
Dec 5, 2024 -
DHCP support added to wifi embassy access point example
#2683 merged
Dec 5, 2024 -
RESERVED_INTERRUPTS
to beINTERRUPT_TO_PRIORITY
#2676 merged
Dec 4, 2024 -
API-GUIDELINES tweaks
#2677 merged
Dec 4, 2024 -
Fix into_async/blocking on typed Spi
#2674 merged
Dec 4, 2024 -
HIL(QOL): Use global timeout instead of timeout macros
#2489 merged
Dec 4, 2024 -
Mark some dependencies as unstable
#2668 merged
Dec 4, 2024
4 Pull requests opened by 2 people
-
esp-backtrace: Add `coredump` feature
#2672 opened
Dec 4, 2024 -
Add priority-limited locks
#2684 opened
Dec 4, 2024 -
SPI: Implement interrupt-driven `transfer_in_place_async`
#2691 opened
Dec 6, 2024 -
Experimental embassy changes
#2701 opened
Dec 6, 2024
15 Issues closed by 5 people
-
ESP32-S2: Add `aes_dma` support
#2312 closed
Dec 10, 2024 -
DMA: Add option to configure psram block size
#1235 closed
Dec 6, 2024 -
SDM is not supported yet
#2646 closed
Dec 6, 2024 -
parl_io uses `InputConnection` instead of `PeripheralInput`
#2658 closed
Dec 6, 2024 -
Can we avoid panicking in init_spi_data_mode?
#2685 closed
Dec 6, 2024 -
`Debug`/`Format` missing on the drivers `Spi`
#2678 closed
Dec 6, 2024 -
`#[non_exaustive]` missing on Half duplex enums `Command`, `Address`
#2679 closed
Dec 6, 2024 -
`#[non_exaustive]` missing on `esp_hal::spi::Error`
#2680 closed
Dec 6, 2024 -
`embassy_embedded_hal::SetConfig` needs to be gated with the unstable feature in UART driver
#2635 closed
Dec 6, 2024 -
PeripheralInput and PeripheralOutput are not sealed
#2655 closed
Dec 6, 2024 -
It's possible to safely create pins "from thin air"
#2653 closed
Dec 6, 2024 -
RFC: Mark `enum`'s and `Config` structs as `#[non_exaustive]` unless proven to be feature complete
#2500 closed
Dec 5, 2024 -
Incorrect RESERVED_INTERRUPTS list for PLIC?
#2671 closed
Dec 4, 2024 -
`embassy_embedded_hal::SetConfig` impl needs to be marked unstable
#2675 closed
Dec 4, 2024
37 Issues opened by 6 people
-
ClockSource: should this be non-exhaustive?
#2735 opened
Dec 10, 2024 -
Uart constructor should take pins via the builder lite pattern
#2734 opened
Dec 10, 2024 -
`AtCmdConfig` should be #[non_exaustive]
#2733 opened
Dec 10, 2024 -
`AtCmdConfig` should be a part of `Config`
#2732 opened
Dec 10, 2024 -
Allow enabling/disabling cts/rts via `Config`
#2731 opened
Dec 10, 2024 -
Should uart use `nb` types and implementations?
#2730 opened
Dec 10, 2024 -
Missing `read_byte` that doesn't use `nb`
#2729 opened
Dec 10, 2024 -
Should split halves be allowed to be in different `Mode`s?
#2728 opened
Dec 10, 2024 -
Should split halves have individual constructors?
#2727 opened
Dec 10, 2024 -
`AtCmdConfig` should use the builder-lite pattern instead of that constructor
#2726 opened
Dec 10, 2024 -
`fill_fifo` seems redundant vs `read_bytes`
#2725 opened
Dec 10, 2024 -
ConfigError: should be non-exhaustive
#2724 opened
Dec 10, 2024 -
[RMT] Allow reading of more data than fits into the peripheral's allocated RAM
#2723 opened
Dec 10, 2024 -
Re-use WiFi/BLE calibration result
#2720 opened
Dec 10, 2024 -
Avoid repeating the enum name in the enum variants
#2716 opened
Dec 10, 2024 -
GPIO: `C-CUSTOM-TYPE`
#2715 opened
Dec 9, 2024 -
GPIO documentation issue: `C-QUESTION-MARK`
#2714 opened
Dec 9, 2024 -
GPIO: Avoiding `&mut self` when `&self` is safe to use.
#2711 opened
Dec 9, 2024 -
GPIO: The author must to use `crate::any_peripheral` to define the "any" peripheral instance type.
#2707 opened
Dec 9, 2024 -
Document using peripheral drivers in generic contexts
#2706 opened
Dec 9, 2024 -
GPIO Pin Hold is not supported
#2705 opened
Dec 9, 2024 -
GPIO inverter configuration is missing
#2704 opened
Dec 9, 2024 -
GPIO input synchronization options aren't configurable currently
#2703 opened
Dec 9, 2024 -
GPIO pin signal chaining (sig_in_func_X)
#2700 opened
Dec 6, 2024 -
`Output`, `Input` and others that wrap `Flex` should be `#[repr(transparent)]`
#2698 opened
Dec 6, 2024 -
GPIO `C-HIDDEN` violations
#2697 opened
Dec 6, 2024 -
Pin drivers should take a `Config` struct instead of `Pull` or `Level` directly.
#2696 opened
Dec 6, 2024 -
`Event`, `WakeEvent`, `Level`, `Pull`, `DriveStrength` & `AlternateFunction` are missing derives
#2695 opened
Dec 6, 2024 -
GPIO unstable items
#2693 opened
Dec 6, 2024 -
esp_wifi_set_country() called late
#2689 opened
Dec 5, 2024 -
SPI: one of the half-duplex modes is not supported
#2687 opened
Dec 5, 2024
26 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Updates for Xtensa enabled 1.83 compiler
#2615 commented on
Dec 10, 2024 • 1 new comment -
esp-hal: otg_fs: drop obsolete late cnak quirk
#2621 commented on
Dec 9, 2024 • 0 new comments -
Stable driver analysis: UART
#2495 commented on
Dec 10, 2024 • 0 new comments -
Missing `Drop` implementation(s) for UART driver
#2633 commented on
Dec 10, 2024 • 0 new comments -
Create non-trivial example applications which encapsulate all required dependencies and configuration
#2596 commented on
Dec 10, 2024 • 0 new comments -
Stable driver analysis: SPI master
#2494 commented on
Dec 10, 2024 • 0 new comments -
Stable driver analysis: I2C master
#2493 commented on
Dec 10, 2024 • 0 new comments -
Uart: problems after added check of err_wr_mask in config
#1580 commented on
Dec 9, 2024 • 0 new comments -
Stable driver analysis: GPIO
#2492 commented on
Dec 9, 2024 • 0 new comments -
Using multiple GPIO interrupts is supported yet (e.g. 4 on P4)
#2650 commented on
Dec 9, 2024 • 0 new comments -
I2C: allow configuring pin timings
#2607 commented on
Dec 9, 2024 • 0 new comments -
Direct CPU GPIO access is not supported yet
#2649 commented on
Dec 9, 2024 • 0 new comments -
GPIO filter is not supported yet
#2647 commented on
Dec 9, 2024 • 0 new comments -
esp-wifi should avoid critical sections, and use Lock where needed
#2552 commented on
Dec 6, 2024 • 0 new comments -
ESP32 / ESP_WIFI: Problems when enabling COEX
#2624 commented on
Dec 6, 2024 • 0 new comments -
I2C should expose Ack settings for each transfer (like esp-idf does)
#2505 commented on
Dec 6, 2024 • 0 new comments -
Overwritten default GPIO handler: currently no way to use async
#2659 commented on
Dec 6, 2024 • 0 new comments -
ESP32 SPI: Dummy phase is not handled correctly if there is no data phase
#2240 commented on
Dec 5, 2024 • 0 new comments -
BLE and Wifi examples not working on ESP32S3.
#1626 commented on
Dec 5, 2024 • 0 new comments -
Reading / writing multiple GPIO pins in one go
#2652 commented on
Dec 4, 2024 • 0 new comments -
Stable driver analysis tracking issue
#2491 commented on
Dec 4, 2024 • 0 new comments -
RFC: Provide consistent APIs for configuring clock sources for peripheral drivers
#1668 commented on
Dec 4, 2024 • 0 new comments -
[RFC] Should config options affect the public API?
#2509 commented on
Dec 4, 2024 • 0 new comments -
Explore how private dependencies with `links = ` affect esp-hal
#2589 commented on
Dec 4, 2024 • 0 new comments -
[RFC] Do we need a prelude?
#2660 commented on
Dec 4, 2024 • 0 new comments -
SPI Master additional features
#2503 commented on
Dec 4, 2024 • 0 new comments