diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-05-26 14:17:13 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-05-26 14:17:13 +0000 |
commit | e767b31b5e95901f36b6b630238a7e70944967a2 (patch) | |
tree | 049aa2b66cd1a31257456df874a8718f58f7e735 /os/hal/boards | |
parent | feec0f67bb460358e4058620690e45b4e6ed8535 (diff) | |
download | ChibiOS-e767b31b5e95901f36b6b630238a7e70944967a2.tar.gz ChibiOS-e767b31b5e95901f36b6b630238a7e70944967a2.tar.bz2 ChibiOS-e767b31b5e95901f36b6b630238a7e70944967a2.zip |
Fixed some board builders.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_19.1.x@12819 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
Diffstat (limited to 'os/hal/boards')
-rw-r--r-- | os/hal/boards/ST_NUCLEO144_L4R5ZI/cfg/board.fmpp | 2 | ||||
-rw-r--r-- | os/hal/boards/ST_STM32L4R9I_DISCOVERY/cfg/board.fmpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/boards/ST_NUCLEO144_L4R5ZI/cfg/board.fmpp b/os/hal/boards/ST_NUCLEO144_L4R5ZI/cfg/board.fmpp index 41754c141..3c311d3e9 100644 --- a/os/hal/boards/ST_NUCLEO144_L4R5ZI/cfg/board.fmpp +++ b/os/hal/boards/ST_NUCLEO144_L4R5ZI/cfg/board.fmpp @@ -1,4 +1,4 @@ -sourceRoot: ../../../../../tools/ftl/processors/boards/stm32f4xx/templates +sourceRoot: ../../../../../tools/ftl/processors/boards/stm32l4xx/templates outputRoot: .. dataRoot: . diff --git a/os/hal/boards/ST_STM32L4R9I_DISCOVERY/cfg/board.fmpp b/os/hal/boards/ST_STM32L4R9I_DISCOVERY/cfg/board.fmpp index 41754c141..3c311d3e9 100644 --- a/os/hal/boards/ST_STM32L4R9I_DISCOVERY/cfg/board.fmpp +++ b/os/hal/boards/ST_STM32L4R9I_DISCOVERY/cfg/board.fmpp @@ -1,4 +1,4 @@ -sourceRoot: ../../../../../tools/ftl/processors/boards/stm32f4xx/templates +sourceRoot: ../../../../../tools/ftl/processors/boards/stm32l4xx/templates outputRoot: .. dataRoot: . |