I2C THTIC is working on a patched EaserCAT-4000., EaserCAT-7000 tested, STM32 and LAN9252 works.

This commit is contained in:
Hakan Bastedt
2025-02-15 22:29:54 +01:00
parent f070ea592c
commit 0a66626fe4
12 changed files with 733 additions and 20 deletions

View File

@@ -15,10 +15,10 @@ board = genericSTM32F407VGT6
upload_protocol = stlink
debug_tool = stlink
debug_build_flags = -O0 -g -ggdb
monitor_port = COM17
monitor_port = COM19
monitor_filters = send_on_enter, time, colorize, log2file
monitor_speed = 115200
build_flags = -Wl,--no-warn-rwx-segment -DECAT
build_flags = -Wl,--no-warn-rwx-segment -DNOECAT
lib_deps =
SPI
robtillaart/ADS1X15@^0.5.1