Skip to content

Commit

Permalink
[examples] Deduplicate USB FATFS example
Browse files Browse the repository at this point in the history
  • Loading branch information
salkinium committed Jan 6, 2024
1 parent ca06286 commit d2d6b2f
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 303 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
- name: Examples STM32F4 Without Discovery Board
if: always()
run: |
(cd examples && ../tools/scripts/examples_compile.py nucleo_f401re nucleo_f411re nucleo_f429zi nucleo_f446re nucleo_f446ze nucleo_f439zi black_pill_f411 stm32f407vet6_devebox stm32_f4ve)
(cd examples && ../tools/scripts/examples_compile.py nucleo_f401re nucleo_f411re nucleo_f429zi nucleo_f446re nucleo_f446ze nucleo_f439zi stm32f407vet6_devebox stm32_f4ve)
avr-examples:
runs-on: ubuntu-22.04
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<library>
<extends>modm:black-pill-f411</extends>
<!-- <extends>modm:nucleo-f429zi</extends> -->
<options>
<option name="modm:build:build.path">../../../build/black_pill_f411/usb_fatfs</option>
<option name="modm:tinyusb:config">device.msc, device.cdc</option>
Expand All @@ -12,4 +13,7 @@
<module>modm:build:scons</module>
<module>modm:math:utils</module>
</modules>
<collectors>
<collect name="modm:build:cppdefines">CFG_TUSB_DEBUG=2</collect>
</collectors>
</library>
File renamed without changes.
25 changes: 0 additions & 25 deletions examples/nucleo_f429zi/usbfatfs/ffconf_local.h

This file was deleted.

156 changes: 0 additions & 156 deletions examples/nucleo_f429zi/usbfatfs/main.cpp

This file was deleted.

18 changes: 0 additions & 18 deletions examples/nucleo_f429zi/usbfatfs/project.xml

This file was deleted.

103 changes: 0 additions & 103 deletions examples/nucleo_f429zi/usbfatfs/ramdisk.cpp

This file was deleted.

0 comments on commit d2d6b2f

Please sign in to comment.