Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deletes stm32f0-f3 SPIFFs driver. #708

Merged
merged 2 commits into from
Apr 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/freertos_drivers/sources
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ SUBDIRS += mbed_lpc1768 drivers_lpc1768 tivaware lpc_chip_175x_6x \
cc3220sdk net_cc3220 cc3220 \
net_freertos_tcp freertos_tcp ti_grlib \
spiffs_cc32x0sf spiffs_tm4c129 \
spiffs_stm32f303xe spiffs_stm32f767xx \
spiffs_stm32f767xx \
spiffs_spi \

#spiffs_tm4c123 \
Expand All @@ -60,7 +60,7 @@ endif
ifeq ($(TARGET),freertos.armv7m.exc)

SUBDIRS += stm32cubef303x_28x_58x_98x stm32cubef303xe stm32cubef767xx \
spiffs_stm32f303xe spiffs_stm32f767xx \
spiffs_stm32f767xx \


# Avoids exception handling from operator new.
Expand Down
149 changes: 0 additions & 149 deletions src/freertos_drivers/spiffs/stm32f0_f3/Stm32SPIFFS.cxx

This file was deleted.

88 changes: 0 additions & 88 deletions src/freertos_drivers/spiffs/stm32f0_f3/Stm32SPIFFS.hxx

This file was deleted.

1 change: 0 additions & 1 deletion src/freertos_drivers/spiffs/stm32f0_f3/spiffs_config.h

This file was deleted.