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

155 clean unused firmware components #185

Merged
merged 27 commits into from
Feb 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
448ced2
boards: add missing include of stdio.h
gdoffe Feb 8, 2025
e5b3ee5
boards/cogip-board: set mandatory fdcan loop delay
gdoffe Feb 9, 2025
02613c8
board/cogip-native: rename ethernet feature to netif_ethernet
gdoffe Feb 9, 2025
ebc2598
sys/sysmon: update thread_measure_stack_free() API
gdoffe Feb 9, 2025
024cc17
drivers: remove legacy lds01 lidar driver
gdoffe Feb 8, 2025
47ee4c0
drivers: remove legacy sd21 driver
gdoffe Feb 9, 2025
b0a7b1e
drivers: remove legacy vacuum_pump driver
gdoffe Feb 9, 2025
0510124
applications: remove cup2024-pami
gdoffe Feb 10, 2025
20eb0f3
platforms: remove pf-pami
gdoffe Feb 10, 2025
1bf7eb6
platforms/pf-robot-actuators: remove servos related code
gdoffe Feb 10, 2025
42ffb2a
drivers: remove pca9548 driver
gdoffe Feb 10, 2025
0c858bb
drivers: remove LX numerical servomotor driver
gdoffe Feb 10, 2025
690dd22
drivers: remove empty drivers directory
gdoffe Feb 10, 2025
f903f7c
lib: remove legacy avoidance
gdoffe Feb 10, 2025
314cfb9
lib: remove obstacles library
gdoffe Feb 10, 2025
9b233ff
motion_control: remove legacy motion controller
gdoffe Feb 10, 2025
339dffb
lib: remove legacy PID implementation
gdoffe Feb 10, 2025
34ebf6e
lib: rename pid_ng to pid
gdoffe Feb 10, 2025
059a9fc
planners: remove all planners related code
gdoffe Feb 10, 2025
61aa56c
sys: remove uartpb protocol
gdoffe Feb 10, 2025
feb1628
sys: remove shmem module
gdoffe Feb 11, 2025
ab541c5
sys: remove shell_menu
gdoffe Feb 11, 2025
c3636c6
makefiles: remove planners and drivers from MCUFW_MODULE_DIRS
gdoffe Feb 11, 2025
64f85f1
makefiles: remove parsing shell modules
gdoffe Feb 11, 2025
e498775
boards/cogip-board: set TCAN332GDCNR CAN transceiver loop delay
gdoffe Feb 11, 2025
15970a8
boards/cogip-native: set fake CAN transceiver loop delay
gdoffe Feb 11, 2025
998501f
boards: remove cogip-board-pami
gdoffe Feb 12, 2025
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
7 changes: 1 addition & 6 deletions Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,12 @@ MCUFW_MODULE_DIRS = " \
motion_control/engines \
motion_control/filters \
motion_control/metas \
drivers \
lib \
planners \
platforms \
sys \
"

# All directories starting with 'shell_' are shell modules.
# List them to add their parent directory to EXTERNAL_MODULE_DIRS.
shell_module_dirs = $(wildcard $(MCUFW_MODULE_DIRS:%=$(MCUFIRMWAREBASE)/%/*/shell_*/.))
EXTERNAL_MODULE_DIRS += $(MCUFW_MODULE_DIRS:%=$(MCUFIRMWAREBASE)/%/) $(shell_module_dirs:%=%/..)
EXTERNAL_MODULE_DIRS += $(MCUFW_MODULE_DIRS:%=$(MCUFIRMWAREBASE)/%/)

# Use C++20 by default
CXXEXFLAGS := $(filter-out -std=%, $(CXXEXFLAGS))
Expand Down
12 changes: 0 additions & 12 deletions applications/cup2024-pami/Makefile

This file was deleted.

6 changes: 0 additions & 6 deletions applications/cup2024-pami/app.cpp

This file was deleted.

9 changes: 0 additions & 9 deletions applications/cup2024-pami/include/app.hpp

This file was deleted.

38 changes: 0 additions & 38 deletions applications/cup2024-pami/include/real/app_conf.hpp

This file was deleted.

39 changes: 0 additions & 39 deletions applications/cup2024-pami/include/simulation/app_conf.hpp

This file was deleted.

12 changes: 0 additions & 12 deletions applications/cup2024-pami/main.cpp

This file was deleted.

3 changes: 0 additions & 3 deletions boards/cogip-board-pami/Makefile

This file was deleted.

3 changes: 0 additions & 3 deletions boards/cogip-board-pami/Makefile.dep

This file was deleted.

13 changes: 0 additions & 13 deletions boards/cogip-board-pami/Makefile.features

This file was deleted.

8 changes: 0 additions & 8 deletions boards/cogip-board-pami/Makefile.include

This file was deleted.

51 changes: 0 additions & 51 deletions boards/cogip-board-pami/board.c

This file was deleted.

4 changes: 0 additions & 4 deletions boards/cogip-board-pami/dist/openocd.cfg

This file was deleted.

51 changes: 0 additions & 51 deletions boards/cogip-board-pami/include/board.h

This file was deleted.

Loading