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

Refactor multiple RTOS v2 #4

Merged
merged 28 commits into from
Apr 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
27 changes: 3 additions & 24 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,24 +1,3 @@
.depend
Make.dep
*.o
*.a
*.d
*.i
*~
.swp
.*.swp
core
.gdbinit
cscope.out
/Kconfig
/bin
/exe
/external
/.context
/.config
/.depend
/*.lib
/romfs.img
/boot_romfsimg.h
/*/*/.built
Micro-XRCE-DDS-Client

.devcontainer/
.vscode/
7 changes: 7 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[submodule "Micro-XRCE-DDS-Client"]
path = Micro-XRCE-DDS-Client
url = https://github.com/eProsima/Micro-XRCE-DDS-Client
branch = dashing
[submodule "FreeRTOS/Middlewares/Third_Party/FreeRTOS_POSIX"]
path = FreeRTOS/Middlewares/Third_Party/FreeRTOS_POSIX
url = https://github.com/FreeRTOS/Lab-Project-FreeRTOS-POSIX
10 changes: 10 additions & 0 deletions FreeRTOS/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
build/
arm_toolchain.cmake
micro_xrce_dds_install/
Drivers/
Inc/
Src/
Middlewares/Third_Party/FreeRTOS
Middlewares/Third_Party/LwIP
startup_stm32f407xx.s
STM32F407ZGTx_FLASH.ld
14 changes: 14 additions & 0 deletions FreeRTOS/.mxproject

Large diffs are not rendered by default.

Loading