deadprogram
2bee29959b
refactor: use *SPI everywhere to make consistant for implementations.
...
Fixes #4663 "in reverse" by making SPI a pointer everywhere, as discussed
in the comments.
Signed-off-by: deadprogram <ron@hybridgroup.com >
2025-03-11 06:06:31 -07:00
Ayke van Laethem
1270a50104
machine: use new internal/binary package
...
The encoding/binary package in Go 1.23 imports the slices package, which
results in circular import when imported from the machine package.
Therefore, encoding/binary cannot be used in the machine package.
This commit fixes that by introducing a new internal/binary package that
is just plain Go code without dependencies. It can be safely used
anywhere (including the runtime if needed).
2024-06-24 21:21:52 +02:00
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
deadprogram
938ce22307
machine/stm32: implement DeviceID() with unique ID per processor
...
Signed-off-by: deadprogram <ron@hybridgroup.com >
2023-10-27 17:44:53 +02:00
deadprogram
c5598630c9
machine/stm32: correct Flash implementation
...
Signed-off-by: deadprogram <ron@hybridgroup.com >
2023-03-18 11:18:17 +01:00
Ron Evans
6e1b8a54aa
machine/stm32, nrf: flash API ( #3472 )
...
machine/stm32, nrf: implement machine.Flash
Implements the machine.Flash interface using the same definition as the tinyfs BlockDevice.
This implementation covers the stm32f4, stm32l4, stm32wlx, nrf51, nrf52, and nrf528xx processors.
2023-02-27 13:55:38 +01:00
Olivier Fauchon
eec915170d
stm32wl: Fix incomplete RNG initialisation
2023-01-24 16:16:56 +01:00
Yurii Soldak
8d4d3c6201
build: drop deprecated build tags
2022-12-19 23:20:11 +01:00
sago35
d65e3deccf
Revert "all: move stm32 files to separate repository"
...
This reverts commit 644356c220 .
2022-02-28 10:19:26 +01:00
Ayke van Laethem
644356c220
all: move stm32 files to separate repository
2022-02-18 23:39:26 +01:00
Olivier Fauchon
2b1a72d112
stm32wlx: I2C implementation for gnse,lora-e5,nucleo-wl55jc boards
2021-12-23 23:45:28 +01:00
deadprogram
5264469cbd
machine/stm32wl: unify implementation for RNG for stm32wl with other STM32 processors
...
Signed-off-by: deadprogram <ron@hybridgroup.com >
2021-12-15 18:33:41 +01:00
Olivier Fauchon
93ac7cec0d
stm32/stm32wlx: Add support for stm32wl55_cm4
...
board/stm32: Add support for GNSE (Generic Node Sensor Edition)
Thanks to @jamestait for his help on GNSE port
2021-12-13 16:02:00 +01:00