-
- Downloads
stm32/spi: Split out pyb.SPI and machine.SPI bindings to their own files
The aim here is to have spi.c contain the low-level SPI driver which is independent (not fully but close) of MicroPython objects and methods, and the higher-level bindings are separated out to pyb_spi.c and machine_spi.c.
Showing
- ports/stm32/Makefile 2 additions, 0 deletionsports/stm32/Makefile
- ports/stm32/machine_spi.c 143 additions, 0 deletionsports/stm32/machine_spi.c
- ports/stm32/pyb_spi.c 357 additions, 0 deletionsports/stm32/pyb_spi.c
- ports/stm32/spi.c 5 additions, 472 deletionsports/stm32/spi.c
- ports/stm32/spi.h 21 additions, 0 deletionsports/stm32/spi.h
ports/stm32/machine_spi.c
0 → 100644
ports/stm32/pyb_spi.c
0 → 100644
This diff is collapsed.
Please register or sign in to comment