Raphael Lehmann
Raphael Lehmann
Add STM32U5 devices Most work was already done in #800. - [x] Update device files: modm-io/modm-devices#82 - [x] Port RCC driver - [x] Adapt other platform drivers: Core, Gpio, Uart...
Based on the great work #621 from @ledneczki. - [x] DMA for all STM32 - [x] DMA: double buffer support (with dma-stream-channel type) - [x] I2S driver (by @ledneczki) -...
- [x] Fix channels - [x] Add support for ADC conversion sequences - [x] Add support for ADC triggers - [x] Add an advanced adc example for Nucleo-G474RE - [x]...
### Expected (with Toolchain [downloaded from ARM](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads)) ```bash user@vm$ which arm-none-eabi-gcc /opt/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gcc user@vm$ arm-none-eabi-gcc --version arm-none-eabi-gcc (GNU Tools for Arm Embedded Processors 9-2019-q4-major) 9.2.1 20191025 (release) [ARM/arm-9-branch revision 277599] Copyright...
``` uint16_t readChannel(Channel channel) ``` According to [docs.modm.io](https://docs.modm.io/develop/api/stm32f411vet6/classmodm_1_1Adc.html#a80cfcf935b9394cac0c5fd0ddeffb06a) ``` typedef uint8_t Channel // this type may also be an enum or enum class ``` the call `readChannel(1)` should be legal,...
The modm device cache (file `modm/ext/modm-devices.cache`) is not updated after a change to `modm/repo.lb`.
Add DCDC Converter: Cyntec MUN12AD01-SH  - [x] Datasheet: http://www.cyntec.com/upfile/products/download/Cyntec%20MUN12AD01-SH_Datasheet.pdf - [x] Model was created with: **FreeCAD** and exported with StepUp Utils - [x] Source : KiCad/kicad-packages3D-source#265 - [x] Step...
Add Crystal Murata XRCGB 2.0x1.6mm  Datasheet Link: https://www.murata.com/~/media/webrenewal/campaign/ads/america/timing/p79e.ashx?la=en-us - [x] 3D model was created using FreeCAD - [x] Source file pull request: https://github.com/KiCad/kicad-packages3D-source/pull/262 - [x] STEP and WRL exported...
Source file for KiCad/kicad-packages3D#659
Add Crystal Murata XRCGB 2.0x1.6mm Datasheet Link: https://www.murata.com/~/media/webrenewal/campaign/ads/america/timing/p79e.ashx?la=en-us   See https://github.com/KiCad/kicad-packages3D/pull/654