Skip to content

Commit

Permalink
[PinMap] Update files after HAL update
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
  • Loading branch information
fpistm committed Aug 13, 2018
1 parent d6d1777 commit 5ff1da0
Show file tree
Hide file tree
Showing 18 changed files with 3,505 additions and 1 deletion.
432 changes: 432 additions & 0 deletions src/genpinmap/Arduino/STM32F730I8Kx/PeripheralPins.c

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions src/genpinmap/Arduino/STM32F730I8Kx/PinNamesVar.h
@@ -0,0 +1,25 @@
/* SYS_WKUP */
#ifdef PWR_WAKEUP_PIN1
SYS_WKUP1 = PA_0,
#endif
#ifdef PWR_WAKEUP_PIN2
SYS_WKUP2 = PA_2,
#endif
#ifdef PWR_WAKEUP_PIN3
SYS_WKUP3 = PC_1,
#endif
#ifdef PWR_WAKEUP_PIN4
SYS_WKUP4 = PC_13,
#endif
#ifdef PWR_WAKEUP_PIN5
SYS_WKUP5 = PI_8,
#endif
#ifdef PWR_WAKEUP_PIN6
SYS_WKUP6 = PI_11,
#endif
#ifdef PWR_WAKEUP_PIN7
SYS_WKUP7 = NC,
#endif
#ifdef PWR_WAKEUP_PIN8
SYS_WKUP8 = NC,
#endif
323 changes: 323 additions & 0 deletions src/genpinmap/Arduino/STM32F730R8Tx/PeripheralPins.c

Large diffs are not rendered by default.

374 changes: 374 additions & 0 deletions src/genpinmap/Arduino/STM32F730V8Tx/PeripheralPins.c

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions src/genpinmap/Arduino/STM32F730V8Tx/PinNamesVar.h
@@ -0,0 +1,25 @@
/* SYS_WKUP */
#ifdef PWR_WAKEUP_PIN1
SYS_WKUP1 = PA_0,
#endif
#ifdef PWR_WAKEUP_PIN2
SYS_WKUP2 = PA_2,
#endif
#ifdef PWR_WAKEUP_PIN3
SYS_WKUP3 = PC_1,
#endif
#ifdef PWR_WAKEUP_PIN4
SYS_WKUP4 = PC_13,
#endif
#ifdef PWR_WAKEUP_PIN5
SYS_WKUP5 = NC,
#endif
#ifdef PWR_WAKEUP_PIN6
SYS_WKUP6 = NC,
#endif
#ifdef PWR_WAKEUP_PIN7
SYS_WKUP7 = NC,
#endif
#ifdef PWR_WAKEUP_PIN8
SYS_WKUP8 = NC,
#endif
400 changes: 400 additions & 0 deletions src/genpinmap/Arduino/STM32F730Z8Tx/PeripheralPins.c

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions src/genpinmap/Arduino/STM32F730Z8Tx/PinNamesVar.h
@@ -0,0 +1,25 @@
/* SYS_WKUP */
#ifdef PWR_WAKEUP_PIN1
SYS_WKUP1 = PA_0,
#endif
#ifdef PWR_WAKEUP_PIN2
SYS_WKUP2 = PA_2,
#endif
#ifdef PWR_WAKEUP_PIN3
SYS_WKUP3 = PC_1,
#endif
#ifdef PWR_WAKEUP_PIN4
SYS_WKUP4 = PC_13,
#endif
#ifdef PWR_WAKEUP_PIN5
SYS_WKUP5 = NC,
#endif
#ifdef PWR_WAKEUP_PIN6
SYS_WKUP6 = NC,
#endif
#ifdef PWR_WAKEUP_PIN7
SYS_WKUP7 = NC,
#endif
#ifdef PWR_WAKEUP_PIN8
SYS_WKUP8 = NC,
#endif
483 changes: 483 additions & 0 deletions src/genpinmap/Arduino/STM32F750N8Hx/PeripheralPins.c

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions src/genpinmap/Arduino/STM32F750N8Hx/PinNamesVar.h
@@ -0,0 +1,25 @@
/* SYS_WKUP */
#ifdef PWR_WAKEUP_PIN1
SYS_WKUP1 = PA_0,
#endif
#ifdef PWR_WAKEUP_PIN2
SYS_WKUP2 = PA_2,
#endif
#ifdef PWR_WAKEUP_PIN3
SYS_WKUP3 = PC_1,
#endif
#ifdef PWR_WAKEUP_PIN4
SYS_WKUP4 = PC_13,
#endif
#ifdef PWR_WAKEUP_PIN5
SYS_WKUP5 = PI_8,
#endif
#ifdef PWR_WAKEUP_PIN6
SYS_WKUP6 = PI_11,
#endif
#ifdef PWR_WAKEUP_PIN7
SYS_WKUP7 = NC,
#endif
#ifdef PWR_WAKEUP_PIN8
SYS_WKUP8 = NC,
#endif
403 changes: 403 additions & 0 deletions src/genpinmap/Arduino/STM32F750V8Tx/PeripheralPins.c

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions src/genpinmap/Arduino/STM32F750V8Tx/PinNamesVar.h
@@ -0,0 +1,25 @@
/* SYS_WKUP */
#ifdef PWR_WAKEUP_PIN1
SYS_WKUP1 = PA_0,
#endif
#ifdef PWR_WAKEUP_PIN2
SYS_WKUP2 = PA_2,
#endif
#ifdef PWR_WAKEUP_PIN3
SYS_WKUP3 = PC_1,
#endif
#ifdef PWR_WAKEUP_PIN4
SYS_WKUP4 = PC_13,
#endif
#ifdef PWR_WAKEUP_PIN5
SYS_WKUP5 = NC,
#endif
#ifdef PWR_WAKEUP_PIN6
SYS_WKUP6 = NC,
#endif
#ifdef PWR_WAKEUP_PIN7
SYS_WKUP7 = NC,
#endif
#ifdef PWR_WAKEUP_PIN8
SYS_WKUP8 = NC,
#endif
448 changes: 448 additions & 0 deletions src/genpinmap/Arduino/STM32F750Z8Tx/PeripheralPins.c

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions src/genpinmap/Arduino/STM32F750Z8Tx/PinNamesVar.h
@@ -0,0 +1,25 @@
/* SYS_WKUP */
#ifdef PWR_WAKEUP_PIN1
SYS_WKUP1 = PA_0,
#endif
#ifdef PWR_WAKEUP_PIN2
SYS_WKUP2 = PA_2,
#endif
#ifdef PWR_WAKEUP_PIN3
SYS_WKUP3 = PC_1,
#endif
#ifdef PWR_WAKEUP_PIN4
SYS_WKUP4 = PC_13,
#endif
#ifdef PWR_WAKEUP_PIN5
SYS_WKUP5 = NC,
#endif
#ifdef PWR_WAKEUP_PIN6
SYS_WKUP6 = NC,
#endif
#ifdef PWR_WAKEUP_PIN7
SYS_WKUP7 = NC,
#endif
#ifdef PWR_WAKEUP_PIN8
SYS_WKUP8 = NC,
#endif
Expand Up @@ -26,7 +26,7 @@
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************
* Automatically generated from STM32F767V(G-I)Hx.xml
* Automatically generated from STM32F767VGHx.xml
*/
#include "Arduino.h"
#include "PeripheralPins.h"
Expand Down
25 changes: 25 additions & 0 deletions src/genpinmap/Arduino/STM32F767VGHx/PinNamesVar.h
@@ -0,0 +1,25 @@
/* SYS_WKUP */
#ifdef PWR_WAKEUP_PIN1
SYS_WKUP1 = PA_0,
#endif
#ifdef PWR_WAKEUP_PIN2
SYS_WKUP2 = PA_2,
#endif
#ifdef PWR_WAKEUP_PIN3
SYS_WKUP3 = PC_1,
#endif
#ifdef PWR_WAKEUP_PIN4
SYS_WKUP4 = PC_13,
#endif
#ifdef PWR_WAKEUP_PIN5
SYS_WKUP5 = NC,
#endif
#ifdef PWR_WAKEUP_PIN6
SYS_WKUP6 = NC,
#endif
#ifdef PWR_WAKEUP_PIN7
SYS_WKUP7 = NC,
#endif
#ifdef PWR_WAKEUP_PIN8
SYS_WKUP8 = NC,
#endif

0 comments on commit 5ff1da0

Please sign in to comment.