stm32l4: Add EVAL-ADIN1110EBZ example with basic http server

Page show the current temperature and auto refresh every 1s.
This commit is contained in:
René van Dorst
2023-08-24 00:45:15 +02:00
parent e19f7d9a76
commit 2cf6a59114
3 changed files with 449 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# replace STM32F429ZITx with your chip as listed in `probe-rs chip list`
#runner = "probe-rs run --chip STM32L475VGT6"
#runner = "probe-rs run --chip STM32L475VG"
runner = "probe-rs run --chip STM32L4S5VI"
runner = "probe-run --chip STM32L4S5QI"
[build]
target = "thumbv7em-none-eabi"