-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#45 Finished off code generator scripts
- Loading branch information
1 parent
52c8c14
commit a7d5f5f
Showing
2,043 changed files
with
60,575 additions
and
4,232 deletions.
There are no files selected for viewing
1,651 changes: 1,651 additions & 0 deletions
1,651
.../implementations/no-os-stm32/resources/AF/doesntWork/GPIO-STM32F100x8_gpio_v1_0_Modes.xml
Large diffs are not rendered by default.
Oops, something went wrong.
1,963 changes: 1,963 additions & 0 deletions
1,963
.../implementations/no-os-stm32/resources/AF/doesntWork/GPIO-STM32F100xC_gpio_v1_0_Modes.xml
Large diffs are not rendered by default.
Oops, something went wrong.
1,257 changes: 1,257 additions & 0 deletions
1,257
.../implementations/no-os-stm32/resources/AF/doesntWork/GPIO-STM32F103x4_gpio_v1_0_Modes.xml
Large diffs are not rendered by default.
Oops, something went wrong.
1,640 changes: 1,640 additions & 0 deletions
1,640
.../implementations/no-os-stm32/resources/AF/doesntWork/GPIO-STM32F103x8_gpio_v1_0_Modes.xml
Large diffs are not rendered by default.
Oops, something went wrong.
1,982 changes: 1,982 additions & 0 deletions
1,982
.../implementations/no-os-stm32/resources/AF/doesntWork/GPIO-STM32F103xC_gpio_v1_0_Modes.xml
Large diffs are not rendered by default.
Oops, something went wrong.
2,042 changes: 2,042 additions & 0 deletions
2,042
.../implementations/no-os-stm32/resources/AF/doesntWork/GPIO-STM32F103xF_gpio_v1_0_Modes.xml
Large diffs are not rendered by default.
Oops, something went wrong.
1,812 changes: 1,812 additions & 0 deletions
1,812
...rm/implementations/no-os-stm32/resources/AF/doesntWork/GPIO-STM32F107_gpio_v1_0_Modes.xml
Large diffs are not rendered by default.
Oops, something went wrong.
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
18 changes: 18 additions & 0 deletions
18
receivers/native/arm/implementations/no-os-stm32/src/main/c++/llPinCheck.hpp
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/* | ||
* llPinCheck.hpp | ||
* | ||
* Created on: 19 Dec 2022 | ||
* Author: alicia | ||
*/ | ||
|
||
#include <llIncludes.hpp> | ||
|
||
#ifndef SKIP_PERIPHERAL_PIN_CHECKS | ||
|
||
#ifdef STM32 | ||
#include "stm32/peripheralPinCheck.h" | ||
#else | ||
#error No supported manufacturer selected | ||
#endif | ||
#endif | ||
|
5 changes: 3 additions & 2 deletions
5
...s/native/arm/implementations/no-os-stm32/src/main/c++/stm32/AlternateFunction/STM32C0xx.h
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
5 changes: 3 additions & 2 deletions
5
...s/native/arm/implementations/no-os-stm32/src/main/c++/stm32/AlternateFunction/STM32F031.h
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
5 changes: 3 additions & 2 deletions
5
...s/native/arm/implementations/no-os-stm32/src/main/c++/stm32/AlternateFunction/STM32F042.h
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
5 changes: 3 additions & 2 deletions
5
...s/native/arm/implementations/no-os-stm32/src/main/c++/stm32/AlternateFunction/STM32F051.h
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
5 changes: 3 additions & 2 deletions
5
...s/native/arm/implementations/no-os-stm32/src/main/c++/stm32/AlternateFunction/STM32F091.h
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
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
Oops, something went wrong.