You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dist...@googlegroups.com
Hello all!
10 months and a little bit over 900 commits have finally resulted in
release of distortos 0.7.0, as well as snapshots of distortosExamples
and distortosTemplateSubfolder - both with a 20190505 timestamp.
Highlights:
- full support for CMake;
- removed support for Kconfig and make;
- support for NUCLEO-F042K6 and 32F072BDISCOVERY boards with STM32F0
chips;
- STM32 DMA drivers;
- DMA-based STM32 SPI master driver;
- a lot of fixes and improvements in interrupt-based STM32 SPI master
driver;
- STM32 SDMMC driver, currently only for STM32F7;
- massive rework of high-level SPI master driver API;
- SD card driver, for both SDMMC card interface and SPI-mode;
- framework for file systems, with implementation for littlefs-v1;
- useful wrapper functions for distortos::Mutex;