-
- Downloads
stmhal - fixed up adc stuff
Added support for the ADC channels and mappings to make_pins.py I'm not sure if the hal properly deals with the channel 16/18 differences between the 40x and 42x. It seems to deal with it partially. This particular aspect will need testing on a 42x or 43x.
Showing
- stmhal/Makefile 3 additions, 1 deletionstmhal/Makefile
- stmhal/adc.c 322 additions, 0 deletionsstmhal/adc.c
- stmhal/adc.h 2 additions, 0 deletionsstmhal/adc.h
- stmhal/boards/make-pins.py 56 additions, 7 deletionsstmhal/boards/make-pins.py
- stmhal/boards/stm32f4xx-af.csv 25 additions, 25 deletionsstmhal/boards/stm32f4xx-af.csv
- stmhal/boards/stm32f4xx-prefix.c 3 additions, 1 deletionstmhal/boards/stm32f4xx-prefix.c
- stmhal/exti.c 1 addition, 3 deletionsstmhal/exti.c
- stmhal/pin.h 11 additions, 3 deletionsstmhal/pin.h
- stmhal/pybmodule.c 1 addition, 3 deletionsstmhal/pybmodule.c
stmhal/adc.c
0 → 100644
stmhal/adc.h
0 → 100644
Please register or sign in to comment