deadprogram
7d6b667bba
machine/stm32: add i2c Frequency and SetBaudRate() function for boards that were missing implementation
...
Signed-off-by: deadprogram <ron@hybridgroup.com >
2024-05-08 10:57:46 +02:00
Yurii Soldak
8d4d3c6201
build: drop deprecated build tags
2022-12-19 23:20:11 +01:00
Kenneth Bell
14ce531498
stm32: add blues wireless swan
2022-01-13 07:56:08 +01:00
Kenneth Bell
c43a41165a
stm32l4: add pwm
2021-05-28 00:02:46 +02:00
Ayke van Laethem
90b42799a2
machine: make machine.I2C0 and similar objects pointers
...
This makes it possible to assign I2C objects (machine.I2C0,
machine.I2C1, etc.) without needing to take a pointer.
This is important especially in the future when I2C may be driven using
DMA and the machine.I2C type needs to store some state.
2021-03-29 02:02:04 +02:00
Kenneth Bell
46a7993fb8
stm32: i2c implementation for F7, L5 and L4 MCUs
2021-03-24 08:35:34 +01:00
Kenneth Bell
c7bd5405c3
Add support for nucleol432 board
...
LED and UART are working
2021-03-23 08:33:59 +01:00