Zephyr or TockOS STM32 links - joectchan/blog GitHub Wiki
Zephyr
Twitter channel for Zephyr
github Zephyr hal_stm32
Docker image for Zephyr
- This seems to be better than the next link.
Docker file
mkdir zephyr_ci; cd zephyr_ci
(download and extract three files from that link)
docker build -t "zephyr_ci:Dockerfile" .
docker run --publish 222222:22 --detach --name my_z_ci zephyr_ci:Dockerfile
docker stop my_z_ci
PR
- Enable USB for stm32wb. #24958
- Convert STM32 CAN driver to DT macros usage #24396
- stm32f4 i2c bug fixes for 1.14 #23663
- boards: stm32: Use dt API for serial peripheral configuration
- stm32: dma: enable dma with peripheral #23396
- spi: stm32: Enable DMA client #23157
- boards: arm: stm32_min_dev: Add ADC 1 #24466
- doc: write documentation about DT-based device init #24920
- devicetree: Add DT_FOR_EACH_CHILD macro #24848
- Additional DT sample cleanups #24949
- boards: arm: Add I2C node and alias for SAM0 Xplained Pro boards #24957
- drivers: flash: Add driver for AT45 compatible SPI flash chips #23399
- Add support for the RNG on STM32L0 #25135
- [RFC] spi: Add API support for DDR, Dual, Quad and Octal modes #20564
Code repo
- Customizing zephyr project
- Zephyr STM32F4 async ADC driver with DMA transfer
- disco_l475_iot1
- Zephyr firmware for the nRF52832 PineTime smartwatch
- Zephyr C++20 Framework
Issue
- Add VREF, TEMPSENSOR, VBAT internal channels to the stm32 adc driver
- RFC: API change: Add I2C bus recovery API
- Bluetooth: bt_recv deadlock on supervision timeout with pending GATT Write Commands #23364
- Mitigation in case system [created] threads hang/non-responsive #23423
- RFC: minimal build container for zephyr #30
People
Blog post
- LittleFs file support for QSPI flash in Zephyr
- Updating device firmware using DFU in Zephyr Project on a FRDM-K64F board