Results 83 issues of Avamander

Currently only taking 1.8 feature. End related blocks will be in it's own PR. - [ ] Smooth sandstone (current "Sandstone block" renamed to "Smooth sandstone") - [ ] Chiseled...

enhancement
help wanted

I took a peek and it seems that there's already SAMD MCU DMA support, but not ESP32. Are there any plans on adding ESP32 DMA support to Adafruit GFX?

When ieee80211_register_hw fails for some reason (and returns `EINVAL`/`-22`), the error handling and cleanup is unsafe. For example: ``` ------------[ cut here ]------------ WARNING: CPU: 3 PID: 1105 at net/mac80211/main.c:972...

I built the ft232 module and enabled `ft232h_usb_spi` in `start.py`, but dmesg doesn't say anything besides `Succeed to register spi driver(nrc80211).` . I suspected a mismatch between the FT232H wiring...

Just trying to unload the module when the underlying SPI device has disappeared will cause a kernel oops. ``` Unable to handle kernel paging request at virtual address 003a312d312f315c Mem...

I'm running on latest version of the module and it seems that the module is not very robust when the communication bus gets interfered with. This makes it really difficult...

After installing the kernel module, the relevant overlays (.dtbo's) for the Raspberry Pi 4, I still can't load the module because the SPI CS0 seems to be in use. Kernel...

It would be really nice if the official distribution used DKMS. The primary benefit would be that the kernel module is (re)built automatically necessary. But it would also improve integration...

I would really like to have a profile that would use one DNS server for one SSID and use an another for the rest. But I can't get an actually...

**Is your feature request related to a problem? Please describe.** I wish to control SK6803 RGB LEDs. **Describe the solution you'd like** It currently works with just: ```c++ NeoPixelBus strip(PixelCount,...