Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / esp-rs/esp-hal issues and pull requests

#2242 - Migrate Camera to a move based API

Pull Request - State: open - Opened by Dominaezzz 3 days ago

#2241 - Only lock once in `is_slice_in_psram`, use `usize` and fix a few comparisons

Pull Request - State: open - Opened by bugadani 4 days ago
Labels: skip-changelog

#2240 - ESP32 SPI: Dummy phase is not handled correctly if there is no data phase

Issue - State: open - Opened by bugadani 4 days ago
Labels: bug, status:needs-attention, chip:esp32

#2239 - Update drivers

Pull Request - State: open - Opened by bjoernQ 4 days ago

#2238 - Add an example of a compressed DMA frame buffer

Pull Request - State: open - Opened by Dominaezzz 4 days ago - 2 comments

#2237 - Make DmaDescriptor methods public

Pull Request - State: closed - Opened by Dominaezzz 4 days ago - 1 comment

#2236 - Add stop_transfer method to DMA driver

Pull Request - State: closed - Opened by Dominaezzz 4 days ago
Labels: skip-changelog

#2235 - Remove `embedded-svc` traits and feature

Pull Request - State: closed - Opened by SergioGasquez 4 days ago

#2232 - Reduce (unnecessary) rebuilds

Pull Request - State: closed - Opened by bjoernQ 4 days ago

#2231 - Fix incorrect QSPI setup

Pull Request - State: closed - Opened by bugadani 5 days ago - 12 comments

#2230 - Fix warning: 'creating a shared reference to mutable static is discouraged'

Pull Request - State: closed - Opened by bugadani 5 days ago - 8 comments
Labels: skip-changelog

#2229 - `qspi_flash` example broken (at least on ESP32-S2 - most probably for all chips) since b5f0246

Issue - State: closed - Opened by bjoernQ 5 days ago - 5 comments
Labels: bug, peripheral:spi, status:needs-attention

#2228 - `Efuse::read_field_{le, be}` can cause Undefined Behavior.

Issue - State: open - Opened by 27factorial 5 days ago - 1 comment
Labels: bug

#2226 - DMA macro cleanup

Pull Request - State: closed - Opened by bugadani 5 days ago
Labels: skip-changelog

#2225 - Remove TxPrivate and RxPrivate

Pull Request - State: closed - Opened by bugadani 5 days ago
Labels: skip-changelog

#2224 - Expose esp_wifi_set_mode functionality (to disable access point after initialization)

Issue - State: open - Opened by Karuso33 6 days ago - 1 comment
Labels: status:needs-attention

#2223 - Deduplicate half duplex SPI setup

Pull Request - State: closed - Opened by Dominaezzz 6 days ago - 2 comments
Labels: skip-changelog

#2222 - Floating point operation crashes with "Exception occurred 'Cp0Disabled'" while connected to wifi

Issue - State: closed - Opened by Cutkh 6 days ago - 5 comments
Labels: bug, status:needs-attention

#2220 - Remove ChannelTypes trait

Pull Request - State: closed - Opened by Dominaezzz 6 days ago
Labels: skip-changelog

#2219 - DMA: Deduplicate descriptor operations

Pull Request - State: open - Opened by bugadani 6 days ago - 2 comments
Labels: skip-changelog

#2218 - Allow building docs from different tags

Pull Request - State: closed - Opened by MabezDev 6 days ago - 7 comments
Labels: skip-changelog

#2217 - esp-wifi Exception StoreProhibited

Issue - State: closed - Opened by Hero9909 6 days ago - 3 comments
Labels: bug, status:needs-attention

#2216 - Avoid moving inside `SpiDmaBus`, abort dropped transfers

Pull Request - State: open - Opened by bugadani 7 days ago - 5 comments

#2215 - Simplify DMA interrupt handlers

Pull Request - State: closed - Opened by Dominaezzz 7 days ago
Labels: skip-changelog

#2214 - Add SPI DMA double buffering example

Pull Request - State: closed - Opened by Dominaezzz 7 days ago - 1 comment

#2213 - Mark DMA buffer traits as unsafe to implement

Pull Request - State: open - Opened by Dominaezzz 7 days ago

#2212 - possibly bricking esp32-h2 thread border router

Issue - State: closed - Opened by lattice0 7 days ago - 10 comments
Labels: bug, status:needs-attention

#2211 - PARL_IO: fix for garbage output at the start of some TX operations

Pull Request - State: closed - Opened by liebman 8 days ago - 7 comments

#2210 - Apply rustfmt fix

Pull Request - State: closed - Opened by bugadani 9 days ago
Labels: skip-changelog

#2209 - Prevent reentry on single-core, add basic tests

Pull Request - State: closed - Opened by bugadani 9 days ago - 1 comment
Labels: skip-changelog

#2208 - Async support for IEEE 802.15.4.

Issue - State: open - Opened by Frostie314159 9 days ago - 6 comments

#2207 - Fix TWAI on ESP32

Pull Request - State: closed - Opened by bugadani 10 days ago - 3 comments

#2206 - esp-config: validation of input

Issue - State: open - Opened by MabezDev 10 days ago
Labels: package:esp-config

#2205 - Remove DMA RegisterAccess::init_channel

Pull Request - State: closed - Opened by bugadani 10 days ago
Labels: skip-changelog

#2204 - esp-config: allow negative values

Pull Request - State: closed - Opened by MabezDev 10 days ago - 1 comment
Labels: skip-changelog

#2203 - esp-wifi: more static's in heap memory instead

Issue - State: open - Opened by bjoernQ 10 days ago
Labels: package:esp-wifi

#2202 - Create mutexes in heap memory

Pull Request - State: closed - Opened by bjoernQ 10 days ago - 2 comments

#2201 - [ESP-WIFI] Index out of bounds panic when connecting to enterprise wifi.

Issue - State: closed - Opened by m-dahl 10 days ago - 2 comments
Labels: bug, status:needs-attention, package:esp-wifi

#2200 - Slight general cleanup, enable dma-macros test, allow using virtual mem2mem channel on c2

Pull Request - State: closed - Opened by bugadani 10 days ago - 2 comments
Labels: skip-changelog

#2199 - H2: enable TWAI, enable delay test

Pull Request - State: closed - Opened by bugadani 11 days ago

#2198 - Enable QSPI tests on ESP32 and clean up

Pull Request - State: closed - Opened by bugadani 11 days ago
Labels: skip-changelog

#2197 - Rework locks

Pull Request - State: closed - Opened by bugadani 11 days ago - 3 comments

#2196 - Use enumset for DMA interrupts instead of countless functions

Pull Request - State: closed - Opened by Dominaezzz 11 days ago - 8 comments

#2195 - XTASK: Add a way to have features per chip for building documentation

Issue - State: open - Opened by bjoernQ 11 days ago
Labels: documentation, status:needs-attention

#2195 - XTASK: Add a way to have features per chip for building documentation

Issue - State: open - Opened by bjoernQ 11 days ago
Labels: documentation, status:needs-attention

#2194 - Enable I2S tests on ESP32 and work around first sample issue

Pull Request - State: closed - Opened by bugadani 11 days ago

#2193 - GDMA vs DMA interrupt bit discrepancies

Issue - State: closed - Opened by Dominaezzz 11 days ago - 1 comment
Labels: bug, peripheral:dma, status:needs-attention

#2192 - implement allocator-api via allocator-api2 crate

Issue - State: open - Opened by liebman 11 days ago - 3 comments
Labels: status:needs-attention

#2192 - implement allocator-api via allocator-api2 crate

Issue - State: open - Opened by liebman 11 days ago - 4 comments

#2191 - Migrate I8080 driver to a move based API

Pull Request - State: open - Opened by Dominaezzz 12 days ago - 5 comments

#2190 - Some minor I2S cleanups

Pull Request - State: closed - Opened by bugadani 12 days ago
Labels: skip-changelog

#2189 - RtcCntl structure is hard to follow

Issue - State: open - Opened by MabezDev 12 days ago
Labels: maintainability

#2189 - RtcCntl structure is hard to follow

Issue - State: open - Opened by MabezDev 12 days ago
Labels: maintainability

#2188 - Pass --verify when running HIL tests

Pull Request - State: closed - Opened by bugadani 12 days ago
Labels: CI

#2188 - Pass --verify when running HIL tests

Pull Request - State: closed - Opened by bugadani 12 days ago
Labels: CI

#2187 - Adding a way to deinitialize the WiFi stack.

Pull Request - State: open - Opened by playfulFence 12 days ago - 4 comments

#2186 - ESP32: test_symmetric_dma_transfer test broken

Issue - State: closed - Opened by bugadani 12 days ago
Labels: bug, tests

#2185 - Disable problematic ESP32 test

Pull Request - State: closed - Opened by bugadani 12 days ago - 3 comments

#2185 - Disable problematic ESP32 test

Pull Request - State: closed - Opened by bugadani 12 days ago - 3 comments

#2184 - Remove Debug2Format from esp-hal

Pull Request - State: closed - Opened by bugadani 12 days ago
Labels: skip-changelog

#2184 - Remove Debug2Format from esp-hal

Pull Request - State: closed - Opened by bugadani 12 days ago
Labels: skip-changelog

#2183 - Move binary logging to sys crate

Pull Request - State: closed - Opened by MabezDev 12 days ago - 4 comments

#2182 - ESP32: Can't use more than 2048k of PSRAM

Issue - State: open - Opened by bjoernQ 12 days ago
Labels: bug, status:needs-attention, chip:esp32

#2182 - ESP32: Can't use more than 2048k of PSRAM

Issue - State: open - Opened by bjoernQ 12 days ago
Labels: bug, status:needs-attention, chip:esp32

#2181 - Fix and enable I2S tests on ESP32-S2

Pull Request - State: closed - Opened by bugadani 12 days ago

#2181 - Fix and enable I2S tests on ESP32-S2

Pull Request - State: closed - Opened by bugadani 12 days ago

#2180 - Allow configuring the watchdogs in the init config

Pull Request - State: closed - Opened by SergioGasquez 12 days ago - 2 comments
Labels: skip-changelog

#2179 - Fix known SPI issues

Pull Request - State: closed - Opened by bugadani 12 days ago - 2 comments

#2178 - Remove most PSRAM features

Pull Request - State: closed - Opened by bjoernQ 13 days ago - 2 comments
Labels: skip-changelog

#2177 - Move SPI tests into the same file

Pull Request - State: closed - Opened by bugadani 13 days ago - 5 comments
Labels: skip-changelog

#2176 - Guide: Clarify that Level can be used as an output signal

Pull Request - State: closed - Opened by bugadani 13 days ago - 3 comments
Labels: skip-changelog

#2175 - Add chip-specific features for tests/examples

Pull Request - State: closed - Opened by bugadani 13 days ago
Labels: skip-changelog

#2174 - I2C: `write`, `write_read` and `read` are unnecessarily limiting

Issue - State: open - Opened by bjoernQ 13 days ago - 8 comments
Labels: peripheral:i2c

#2173 - Add more thorough I8080 HIL tests

Pull Request - State: closed - Opened by Dominaezzz 14 days ago - 1 comment

#2172 - Use esp types in peripheral docs

Pull Request - State: closed - Opened by MabezDev 14 days ago
Labels: skip-changelog

#2171 - Remove pin generics from I8080

Pull Request - State: closed - Opened by Dominaezzz 14 days ago - 9 comments

#2170 - Fix UART when using RcFast clock source

Pull Request - State: closed - Opened by bugadani 14 days ago

#2169 - Remove the `esp-hal-smartled` package and `hello_rgb` example

Pull Request - State: closed - Opened by jessebraham 14 days ago
Labels: skip-changelog

#2168 - Migration guide fixes

Pull Request - State: closed - Opened by bugadani 14 days ago - 2 comments
Labels: skip-changelog

#2167 - Prevent screen tearing in I8080 example

Pull Request - State: closed - Opened by Dominaezzz 14 days ago

#2166 - esp-wifi: RFC Remove `embedded-svc`

Issue - State: closed - Opened by bjoernQ 14 days ago - 1 comment
Labels: package:esp-wifi

#2165 - Be more clear about the `esp-alloc` feature in esp-wifi's migration g…

Pull Request - State: closed - Opened by bjoernQ 14 days ago
Labels: skip-changelog

#2164 - Fix overflowing subtraction

Pull Request - State: closed - Opened by bugadani 14 days ago - 3 comments

#2163 - Fix esp_alloc doc

Pull Request - State: closed - Opened by bugadani 14 days ago
Labels: skip-changelog

#2161 - Support PSRAM in DmaTxBuf

Pull Request - State: closed - Opened by liebman 14 days ago - 4 comments

#2159 - Fix double writes

Pull Request - State: closed - Opened by bugadani 16 days ago

#2158 - Slight timer cleanup

Pull Request - State: closed - Opened by bugadani 16 days ago
Labels: skip-changelog

#2157 - Gpio cleanup

Pull Request - State: closed - Opened by bugadani 16 days ago - 1 comment
Labels: skip-changelog

#2156 - esp-config

Pull Request - State: closed - Opened by MabezDev 17 days ago - 21 comments

#2156 - esp-config

Pull Request - State: closed - Opened by MabezDev 17 days ago - 21 comments

#2155 - [WIP} introduce overflow interrupt handing for led

Pull Request - State: open - Opened by KashunCheng 17 days ago - 3 comments

#2155 - [WIP} introduce overflow interrupt handing for led

Pull Request - State: open - Opened by KashunCheng 17 days ago - 6 comments

#2155 - [WIP} introduce overflow interrupt handing for led

Pull Request - State: open - Opened by KashunCheng 17 days ago - 5 comments

#2154 - Update WIFI / BLE drivers

Issue - State: open - Opened by bjoernQ 17 days ago
Labels: package:esp-wifi

#2153 - one typo; one misleading comment fixed

Pull Request - State: closed - Opened by lure23 18 days ago
Labels: skip-changelog

#2152 - Fix DMA starving SPI

Pull Request - State: closed - Opened by bugadani 18 days ago - 5 comments
Labels: skip-changelog

#2151 - ESP32-C6: spi_loopback_dma example broken (but apparently not just the example)

Issue - State: closed - Opened by bjoernQ 18 days ago - 1 comment
Labels: bug, status:needs-attention, chip:esp32c6

#2150 - Should esp-wifi take ownership of ADC2?

Issue - State: open - Opened by Frostie314159 18 days ago
Labels: package:esp-wifi, chip:esp32

#2149 - Add esp-alloc to trouble ble example

Pull Request - State: closed - Opened by okhsunrog 18 days ago