Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

platform: moved from arm-none-eabi-gcc 10.3.1-2.3 to 12.2.1-1.2#1944

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
fpistm merged 6 commits intostm32duino:mainfromfpistm:xpack_gcc_12.2.1-1.2
Feb 10, 2023
Merged
Show file tree
Hide file tree
Changes fromall 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 deletionsCI/update/templates/stm32yyxx_ll.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

/* Include Low Layers drivers */
{% for ll_header_name in ll_header_list %}
Expand Down
3 changes: 3 additions & 0 deletionsCI/update/templates/stm32yyxx_ll_ppp.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

{% for serie in serieslist %}
{% if loop.first %}
Expand Down
1 change: 1 addition & 0 deletionscores/arduino/avr/dtostrf.c
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -19,6 +19,7 @@
*/

#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>

Expand Down
3 changes: 3 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

/* Include Low Layers drivers */
#include "stm32yyxx_ll_adc.h"
Expand Down
3 changes: 3 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll_adc.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

#ifdef STM32C0xx
#include "stm32c0xx_ll_adc.h"
Expand Down
3 changes: 3 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll_bdma.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

#ifdef STM32H7xx
#include "stm32h7xx_ll_bdma.h"
Expand Down
3 changes: 3 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll_bus.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

#ifdef STM32C0xx
#include "stm32c0xx_ll_bus.h"
Expand Down
3 changes: 3 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll_comp.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

#ifdef STM32F0xx
#include "stm32f0xx_ll_comp.h"
Expand Down
3 changes: 3 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll_cordic.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

#ifdef STM32G4xx
#include "stm32g4xx_ll_cordic.h"
Expand Down
3 changes: 3 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll_cortex.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

#ifdef STM32C0xx
#include "stm32c0xx_ll_cortex.h"
Expand Down
3 changes: 3 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll_crc.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

#ifdef STM32C0xx
#include "stm32c0xx_ll_crc.h"
Expand Down
3 changes: 3 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll_crs.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

#ifdef STM32F0xx
#include "stm32f0xx_ll_crs.h"
Expand Down
3 changes: 3 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll_dac.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

#ifdef STM32F0xx
#include "stm32f0xx_ll_dac.h"
Expand Down
3 changes: 3 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll_dcache.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

#ifdef STM32U5xx
#include "stm32u5xx_ll_dcache.h"
Expand Down
3 changes: 3 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll_delayblock.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

#ifdef STM32H7xx
#include "stm32h7xx_ll_delayblock.h"
Expand Down
3 changes: 3 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll_dlyb.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

#ifdef STM32U5xx
#include "stm32u5xx_ll_dlyb.h"
Expand Down
3 changes: 3 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll_dma.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

#ifdef STM32C0xx
#include "stm32c0xx_ll_dma.h"
Expand Down
3 changes: 3 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll_dma2d.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

#ifdef STM32F4xx
#include "stm32f4xx_ll_dma2d.h"
Expand Down
3 changes: 3 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll_dmamux.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

#ifdef STM32C0xx
#include "stm32c0xx_ll_dmamux.h"
Expand Down
3 changes: 3 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll_exti.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

#ifdef STM32C0xx
#include "stm32c0xx_ll_exti.h"
Expand Down
3 changes: 3 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll_fmac.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

#ifdef STM32G4xx
#include "stm32g4xx_ll_fmac.h"
Expand Down
3 changes: 3 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll_fmc.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

#ifdef STM32F3xx
#include "stm32f3xx_ll_fmc.h"
Expand Down
3 changes: 3 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll_fmpi2c.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

#ifdef STM32F4xx
#include "stm32f4xx_ll_fmpi2c.h"
Expand Down
3 changes: 3 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll_fsmc.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

#ifdef STM32F1xx
#include "stm32f1xx_ll_fsmc.h"
Expand Down
3 changes: 3 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll_gpio.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

#ifdef STM32C0xx
#include "stm32c0xx_ll_gpio.h"
Expand Down
3 changes: 3 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll_hrtim.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

#ifdef STM32F3xx
#include "stm32f3xx_ll_hrtim.h"
Expand Down
3 changes: 3 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll_hsem.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

#ifdef STM32H7xx
#include "stm32h7xx_ll_hsem.h"
Expand Down
3 changes: 3 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll_i2c.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

#ifdef STM32C0xx
#include "stm32c0xx_ll_i2c.h"
Expand Down
3 changes: 3 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll_icache.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

#ifdef STM32L5xx
#include "stm32l5xx_ll_icache.h"
Expand Down
3 changes: 3 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll_ipcc.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

#ifdef STM32MP1xx
#include "stm32mp1xx_ll_ipcc.h"
Expand Down
3 changes: 3 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll_iwdg.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

#ifdef STM32C0xx
#include "stm32c0xx_ll_iwdg.h"
Expand Down
3 changes: 3 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll_lpgpio.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

#ifdef STM32U5xx
#include "stm32u5xx_ll_lpgpio.h"
Expand Down
3 changes: 3 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll_lptim.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

#ifdef STM32F4xx
#include "stm32f4xx_ll_lptim.h"
Expand Down
3 changes: 3 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll_lpuart.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

#ifdef STM32G0xx
#include "stm32g0xx_ll_lpuart.h"
Expand Down
3 changes: 3 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll_mdma.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

#ifdef STM32H7xx
#include "stm32h7xx_ll_mdma.h"
Expand Down
3 changes: 3 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll_opamp.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

#ifdef STM32F3xx
#include "stm32f3xx_ll_opamp.h"
Expand Down
3 changes: 3 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll_pka.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

#ifdef STM32L4xx
#include "stm32l4xx_ll_pka.h"
Expand Down
3 changes: 3 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll_pwr.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

#ifdef STM32C0xx
#include "stm32c0xx_ll_pwr.h"
Expand Down
3 changes: 3 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll_rcc.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

#ifdef STM32C0xx
#include "stm32c0xx_ll_rcc.h"
Expand Down
3 changes: 3 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll_rng.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wregister"
#endif

#ifdef STM32F2xx
#include "stm32f2xx_ll_rng.h"
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp