add ADC (don't working DAC, don't workint Tsens)

This commit is contained in:
eddyem
2023-01-23 17:35:44 +03:00
parent a74e6f071b
commit 3b3c150474
32 changed files with 2598 additions and 0 deletions

9
F3:F303/ADC/Makefile Normal file
View File

@@ -0,0 +1,9 @@
BINARY := adc
PREFIX=/opt/ARM10/bin/arm-none-eabi
# MCU code
MCU := F303xb
# change this linking script depending on particular MCU model,
LDSCRIPT := stm32f303xB.ld
include ../makefile.f3
include ../../makefile.stm32