-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #157 from RICCIARDI-Adrien/ci_add_remaining_cortex…
…_m_examples_build CI: Added the remaining Cortex-M examples builds.
- Loading branch information
Showing
12 changed files
with
53 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 6 additions & 4 deletions
10
examples/cortex-m/armv7em/stm32f303/coroLab/baseCMake/.gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
base | ||
build | ||
*.elf | ||
baseCMake/ | ||
build/ | ||
*.bin | ||
*.elf | ||
*.map | ||
*.py | ||
.vscode | ||
CMakeLists.txt | ||
CMake* | ||
cmake* | ||
Makefile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 6 additions & 4 deletions
10
examples/cortex-m/armv7em/stm32f303/coroLab/trace/.gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
trace | ||
build | ||
*.elf | ||
build/ | ||
trace/ | ||
*.bin | ||
*.elf | ||
*.map | ||
*.py | ||
.vscode | ||
CMakeLists.txt | ||
CMake* | ||
cmake* | ||
Makefile |
2 changes: 1 addition & 1 deletion
2
examples/cortex-m/armv7em/stm32f407/stm32f4discovery/readbutton_isr1/.gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
readbutton_isr | ||
readbutton_isr1 | ||
build | ||
*_exe | ||
*.bin | ||
|
4 changes: 2 additions & 2 deletions
4
examples/cortex-m/armv7em/stm32f407/stm32f4discovery/readbutton_isr1/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
|=-----=[ readbutton_isr example ]=-----=| | ||
|=-----=[ readbutton_isr1 example ]=-----=| | ||
|
||
This application deals with ISR1, with the same EXTI handler. | ||
|
||
Configure the application with: | ||
|
||
``` | ||
goil --target=cortex-m/armv7em/stm32f407/stm32f4discovery --templates=../../../../../../goil/templates/ readbutton_isr.oil | ||
goil --target=cortex-m/armv7em/stm32f407/stm32f4discovery --templates=../../../../../../goil/templates/ readbutton_isr1.oil | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.