diff options
| author | Nick Brassel <nick@tzarc.org> | 2022-06-08 09:42:35 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-08 09:42:35 +1000 |
| commit | 1085500e894d9d31c4e97e7f1b74091bb9043a91 (patch) | |
| tree | 83b8b73f034503c97238e6c65a0dc81e6bc78639 /platforms/test | |
| parent | 6df5fce0732df5cf15f7c388040e6dadbaa476b0 (diff) | |
Rework paths for eeprom locations. (#17326)
* Rework paths for eeprom locations.
* File relocation.
* Wrong file move.
* Fixup test paths.
Diffstat (limited to 'platforms/test')
| -rw-r--r-- | platforms/test/rules.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/platforms/test/rules.mk b/platforms/test/rules.mk index 55512c7392..a2baa283d0 100644 --- a/platforms/test/rules.mk +++ b/platforms/test/rules.mk | |||
| @@ -11,7 +11,8 @@ eeprom_stm32_large_DEFS := $(eeprom_stm32_DEFS) \ | |||
| 11 | -DFEE_PAGE_COUNT=16 | 11 | -DFEE_PAGE_COUNT=16 |
| 12 | 12 | ||
| 13 | eeprom_stm32_INC := \ | 13 | eeprom_stm32_INC := \ |
| 14 | $(PLATFORM_PATH)/chibios/ | 14 | $(PLATFORM_PATH)/chibios/drivers/eeprom/ \ |
| 15 | $(PLATFORM_PATH)/chibios/drivers/flash/ | ||
| 15 | eeprom_stm32_tiny_INC := $(eeprom_stm32_INC) | 16 | eeprom_stm32_tiny_INC := $(eeprom_stm32_INC) |
| 16 | eeprom_stm32_large_INC := $(eeprom_stm32_INC) | 17 | eeprom_stm32_large_INC := $(eeprom_stm32_INC) |
| 17 | 18 | ||
| @@ -19,6 +20,6 @@ eeprom_stm32_SRC := \ | |||
| 19 | $(TOP_DIR)/drivers/eeprom/eeprom_driver.c \ | 20 | $(TOP_DIR)/drivers/eeprom/eeprom_driver.c \ |
| 20 | $(PLATFORM_PATH)/$(PLATFORM_KEY)/eeprom_stm32_tests.cpp \ | 21 | $(PLATFORM_PATH)/$(PLATFORM_KEY)/eeprom_stm32_tests.cpp \ |
| 21 | $(PLATFORM_PATH)/$(PLATFORM_KEY)/flash_stm32_mock.c \ | 22 | $(PLATFORM_PATH)/$(PLATFORM_KEY)/flash_stm32_mock.c \ |
| 22 | $(PLATFORM_PATH)/chibios/eeprom_stm32.c | 23 | $(PLATFORM_PATH)/chibios/drivers/eeprom/eeprom_stm32.c |
| 23 | eeprom_stm32_tiny_SRC := $(eeprom_stm32_SRC) | 24 | eeprom_stm32_tiny_SRC := $(eeprom_stm32_SRC) |
| 24 | eeprom_stm32_large_SRC := $(eeprom_stm32_SRC) | 25 | eeprom_stm32_large_SRC := $(eeprom_stm32_SRC) |
