Skip to content

Develop #1

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

Merged
merged 4 commits into from
Mar 8, 2021
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
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "common"]
path = common
url = https://github.com/stateos/common
4 changes: 2 additions & 2 deletions .test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ do
rm -f src/main.*
echo $file
cp $file src/main.c
make all -f makefile.gnucc
make all -f examples_c.make
done

for file in examples/*.cpp_
do
rm -f src/main.*
echo $file
cp $file src/main.cpp
make all -f makefile.gnucc
make all -f examples_cpp.make
done
8,634 changes: 0 additions & 8,634 deletions CMSIS/STM32F4/stm32f401xc.h

This file was deleted.

8,634 changes: 0 additions & 8,634 deletions CMSIS/STM32F4/stm32f401xe.h

This file was deleted.

14,303 changes: 0 additions & 14,303 deletions CMSIS/STM32F4/stm32f405xx.h

This file was deleted.

15,594 changes: 0 additions & 15,594 deletions CMSIS/STM32F4/stm32f407xx.h

This file was deleted.

7,350 changes: 0 additions & 7,350 deletions CMSIS/STM32F4/stm32f410cx.h

This file was deleted.

7,354 changes: 0 additions & 7,354 deletions CMSIS/STM32F4/stm32f410rx.h

This file was deleted.

7,293 changes: 0 additions & 7,293 deletions CMSIS/STM32F4/stm32f410tx.h

This file was deleted.

8,673 changes: 0 additions & 8,673 deletions CMSIS/STM32F4/stm32f411xe.h

This file was deleted.

13,500 changes: 0 additions & 13,500 deletions CMSIS/STM32F4/stm32f412cx.h

This file was deleted.

14,493 changes: 0 additions & 14,493 deletions CMSIS/STM32F4/stm32f412rx.h

This file was deleted.

14,507 changes: 0 additions & 14,507 deletions CMSIS/STM32F4/stm32f412vx.h

This file was deleted.

14,530 changes: 0 additions & 14,530 deletions CMSIS/STM32F4/stm32f412zx.h

This file was deleted.

15,455 changes: 0 additions & 15,455 deletions CMSIS/STM32F4/stm32f413xx.h

This file was deleted.

14,588 changes: 0 additions & 14,588 deletions CMSIS/STM32F4/stm32f415xx.h

This file was deleted.

15,874 changes: 0 additions & 15,874 deletions CMSIS/STM32F4/stm32f417xx.h

This file was deleted.

15,608 changes: 0 additions & 15,608 deletions CMSIS/STM32F4/stm32f423xx.h

This file was deleted.

16,814 changes: 0 additions & 16,814 deletions CMSIS/STM32F4/stm32f427xx.h

This file was deleted.

17,172 changes: 0 additions & 17,172 deletions CMSIS/STM32F4/stm32f429xx.h

This file was deleted.

17,116 changes: 0 additions & 17,116 deletions CMSIS/STM32F4/stm32f437xx.h

This file was deleted.

17,466 changes: 0 additions & 17,466 deletions CMSIS/STM32F4/stm32f439xx.h

This file was deleted.

15,974 changes: 0 additions & 15,974 deletions CMSIS/STM32F4/stm32f446xx.h

This file was deleted.

20,265 changes: 0 additions & 20,265 deletions CMSIS/STM32F4/stm32f469xx.h

This file was deleted.

20,562 changes: 0 additions & 20,562 deletions CMSIS/STM32F4/stm32f479xx.h

This file was deleted.

253 changes: 0 additions & 253 deletions CMSIS/STM32F4/stm32f4xx.h

This file was deleted.

122 changes: 0 additions & 122 deletions CMSIS/STM32F4/system_stm32f4xx.h

This file was deleted.

Loading