Skip to content

Commit

Permalink
ChibiOS: use FOME-Tech/ChibiOS:stable_20.3.x.FOME
Browse files Browse the repository at this point in the history
FOME-Tech/ChibiOS:stable_20.3.x.FOME is identical to rusefi/ChibiOS:stable_20.3.x.rusefi
  • Loading branch information
nmschulte committed Jan 16, 2025
1 parent 87e7b33 commit 21c1973
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "firmware/ChibiOS"]
path = firmware/ChibiOS
url = https://github.com/rusefi/ChibiOS.git
branch = stable_20.3.x.rusefi
url = https://github.com/FOME-Tech/ChibiOS.git
branch = stable_20.3.x.FOME
[submodule "firmware/ChibiOS-Contrib"]
path = firmware/ChibiOS-Contrib
url = https://github.com/rusefi/ChibiOS-Contrib.git
Expand Down
2 changes: 1 addition & 1 deletion firmware/ChibiOS
Submodule ChibiOS updated 51 files
+58 −0 .github/workflows/build-AT32-eval.yaml
+2 −0 .gitignore
+7 −0 demos/STM32/RT-AT32F435-ARTERY144/.gdbinit
+189 −0 demos/STM32/RT-AT32F435-ARTERY144/Makefile
+149 −0 demos/STM32/RT-AT32F435-ARTERY144/at32f4x.cfg
+840 −0 demos/STM32/RT-AT32F435-ARTERY144/cfg/chconf.h
+553 −0 demos/STM32/RT-AT32F435-ARTERY144/cfg/halconf.h
+407 −0 demos/STM32/RT-AT32F435-ARTERY144/cfg/mcuconf.h
+5 −0 demos/STM32/RT-AT32F435-ARTERY144/gdb.sh
+83 −0 demos/STM32/RT-AT32F435-ARTERY144/main.c
+3 −0 demos/STM32/RT-AT32F435-ARTERY144/openocd_artery.sh
+8 −0 demos/STM32/RT-AT32F435-ARTERY144/openocd_artery_flash.sh
+28 −0 demos/STM32/RT-AT32F435-ARTERY144/readme.txt
+17,026 −0 os/common/ext/Artery/AT32F4xx/at32f435xx.h
+227 −0 os/common/ext/Artery/AT32F4xx/at32f4xx.h
+124 −0 os/common/ext/Artery/AT32F4xx/system_at32f4xx.h
+86 −0 os/common/startup/ARMCMx/compilers/GCC/ld/AT32F435ZMxx.ld
+1 −1 os/common/startup/ARMCMx/compilers/GCC/mk/rules.mk
+18 −0 os/common/startup/ARMCMx/compilers/GCC/mk/startup_at32f4xx.mk
+88 −0 os/common/startup/ARMCMx/devices/AT32F4xx/cmparams.h
+266 −0 os/hal/boards/AT_START_F435/board.c
+1,673 −0 os/hal/boards/AT_START_F435/board.h
+9 −0 os/hal/boards/AT_START_F435/board.mk
+1,458 −0 os/hal/boards/AT_START_F435/cfg/board.chcfg
+15 −0 os/hal/boards/AT_START_F435/cfg/board.fmpp
+255 −0 os/hal/ports/AT32/AT32F4xx/at32_isr.c
+291 −0 os/hal/ports/AT32/AT32F4xx/at32_isr.h
+1,667 −0 os/hal/ports/AT32/AT32F4xx/at32_rcc.h
+457 −0 os/hal/ports/AT32/AT32F4xx/at32_registry.h
+936 −0 os/hal/ports/AT32/AT32F4xx/hal_efl_lld.c
+179 −0 os/hal/ports/AT32/AT32F4xx/hal_efl_lld.h
+252 −0 os/hal/ports/AT32/AT32F4xx/hal_lld.c
+286 −0 os/hal/ports/AT32/AT32F4xx/hal_lld.h
+1,449 −0 os/hal/ports/AT32/AT32F4xx/hal_lld_type1.h
+49 −0 os/hal/ports/AT32/AT32F4xx/platform.mk
+214 −0 testhal/AT32/AT32F4xx/ADC/Makefile
+842 −0 testhal/AT32/AT32F4xx/ADC/chconf.h
+531 −0 testhal/AT32/AT32F4xx/ADC/halconf.h
+167 −0 testhal/AT32/AT32F4xx/ADC/main.c
+407 −0 testhal/AT32/AT32F4xx/ADC/mcuconf.h
+30 −0 testhal/AT32/AT32F4xx/ADC/readme.txt
+216 −0 testhal/AT32/AT32F4xx/USB_CDC_IAD/Makefile
+843 −0 testhal/AT32/AT32F4xx/USB_CDC_IAD/chconf.h
+57 −0 testhal/AT32/AT32F4xx/USB_CDC_IAD/driver/ChibiOS Virtual COM.inf
+553 −0 testhal/AT32/AT32F4xx/USB_CDC_IAD/halconf.h
+192 −0 testhal/AT32/AT32F4xx/USB_CDC_IAD/main.c
+407 −0 testhal/AT32/AT32F4xx/USB_CDC_IAD/mcuconf.h
+26 −0 testhal/AT32/AT32F4xx/USB_CDC_IAD/readme.txt
+483 −0 testhal/AT32/AT32F4xx/USB_CDC_IAD/usbcfg.c
+28 −0 testhal/AT32/AT32F4xx/USB_CDC_IAD/usbcfg.h
+38 −0 tools/provide_gcc.sh

0 comments on commit 21c1973

Please sign in to comment.