Skip to content

Update 22 jul #7

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 51 commits into from
Jul 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
b13a19a
Support for elecgator EtherCATduino board (#1414)
pieterjanbuntinx Jun 24, 2021
7c3e970
script: stm32update: change commit messages
fpistm Jun 23, 2021
435ce7d
script: rename stm32update to stm32cube
fpistm Jun 23, 2021
9a27323
script: stm32cube: enhance branch management
fpistm Jun 23, 2021
0eb284d
script: stm32cube: enhance cube addition management
fpistm Jun 23, 2021
ecf03eb
scripts: stm32wrapper: add pragma to ignore unused warnings in LL
fpistm Jun 24, 2021
23dab9e
core: update ll source wrapped files to ignore unused warning
fpistm Jun 24, 2021
1d4c0c5
HardwareTimer: update function header and parameter description
ABOSTM Jun 25, 2021
76bb5d4
scripts: stm32wrapper: add pragma to ignore unused warnings in HAL
fpistm Jun 25, 2021
aa8ec6b
core: update hal source wrapped files to ignore unused warning
fpistm Jun 25, 2021
1eaf224
core: unified preprocessor test format
fpistm Jun 29, 2021
bcdb06f
script: stm32cube: add top HAL header file include
fpistm Jun 29, 2021
7332ae2
core: backup: use register definition instead of serie name
fpistm Jun 30, 2021
5391cf2
system: WL: add STM32WLxx HAL Drivers to v1.0.0
fpistm Jun 29, 2021
8c5d130
system: WL: add STM32WLxx CMSIS Drivers to v1.0.0
fpistm Jun 29, 2021
7f14c8d
system: WL: add STM32WLxx system source files
fpistm Jun 29, 2021
ae6c876
system: WL: update STM32WLxx hal default config
fpistm Jun 29, 2021
91417bb
core: WL: add top HAL include
fpistm Jun 29, 2021
23a14ea
core: WL: add wrapped files
fpistm Jun 29, 2021
ff4e3ad
system: WL: update STM32WLxx hal default config
fpistm Jun 24, 2021
9311d03
system: WL: update STM32WLxx system
fpistm Jun 24, 2021
774100f
script: smt32wrapper: handle multiple startup files
fpistm Jun 25, 2021
c9c170e
core: stm32_def_build: handle dual startup files
fpistm Jun 28, 2021
45133f7
variant: WL: add product line in boards_entry.txt
fpistm Jun 28, 2021
06893ba
variant: WL: add generic support
fpistm Jun 28, 2021
1b159f8
core: update to support STM32WLxx serie
fpistm Jun 30, 2021
c1ac48d
library: wire: remove old HAL I2C naming
fpistm Jun 30, 2021
cf4b4a7
library: EEPROM: use register definition instead of serie name
fpistm Jun 30, 2021
d198cba
core: uart: enable EXTI wakeup interrupt if defined
fpistm Jul 5, 2021
303762e
Merge pull request #1429 from fpistm/STM32WL
fpistm Jul 5, 2021
c89ce28
variant: WL: add Nucleo-WL55JC1
fpistm Jul 5, 2021
f1c3352
library: SPI: change default pins type
fpistm Jul 6, 2021
36d969d
library: Wire: change default pins type
fpistm Jul 6, 2021
26340ec
Merge pull request #1438 from fpistm/library_API
fpistm Jul 6, 2021
4feddb9
CI: remove travis configuration
fpistm Jul 6, 2021
3544b50
CI: update configuration to build only one generic per variant
fpistm Jul 6, 2021
1a6cb41
fix: variant: correct guard for RHF76_052
fpistm Jul 7, 2021
20b9cee
library: use register definition instead of serie name
fpistm Jul 7, 2021
bb5291f
core: update SEMID list
fpistm Jul 7, 2021
ab92e67
variant: WB: add generic WB5MMGH
fpistm Jun 23, 2021
bb11ba8
variant: WB: add STM32WB5MM-DK
fpistm Jul 6, 2021
2eeb79e
library: add RGB LED TLC59731
fpistm Jul 9, 2021
47097af
Merge pull request #1441 from fpistm/STM32WB5MM-DK
fpistm Jul 9, 2021
640eed4
fix: script: preprocessor management
fpistm Jul 12, 2021
782e8c6
platform: use build.opt instead of build_opt.h
fpistm Jul 12, 2021
27f33b7
variant: L4: add generic L4R5Z(G-I)Y, L4R9Z(G-I)Y, L4S5ZIY and L4S9ZIY
fpistm May 25, 2021
91cd2a3
variant: L4: add Swan R5 board from Blues Wireless
fpistm May 25, 2021
a89d3f0
Merge pull request #1444 from fpistm/Swan
fpistm Jul 13, 2021
f4f0f81
fix: library: EEPROM: use correct flash size
fpistm Jul 13, 2021
96955e2
config: add debug information menu
fpistm Jul 13, 2021
0686e2d
CI: update configuration to build only one generic per variant
fpistm Jul 15, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 10 additions & 3 deletions CI/build/conf/cores_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
"GENERIC_F103VFTX",
"GENERIC_F103ZCHX", "GENERIC_F103ZCTX", "GENERIC_F103ZDHX", "GENERIC_F103ZDTX", "GENERIC_F103ZEHX",
"GENERIC_F103ZFHX", "GENERIC_F103ZFTX", "GENERIC_F103ZGHX",
"GENERIC_F207ZCTX", "GENERIC_F207ZETX", "GENERIC_F207ZFTX",
"GENERIC_F217ZETX", "GENERIC_F217ZGTX",
"GENERIC_F302R6TX",
"GENERIC_F303CBTX",
"GENERIC_F303K6TX",
Expand Down Expand Up @@ -102,6 +104,7 @@
"GENERIC_G031K4TX", "GENERIC_G031K4UX", "GENERIC_G031K6TX", "GENERIC_G031K6UX", "GENERIC_G031K8TX", "GENERIC_G031K8UX",
"GENERIC_G041K6TX", "GENERIC_G041K6UX", "GENERIC_G041K8UX",
"GENERIC_G071R6TX", "GENERIC_G071R8TX", "GENERIC_G071RBIX", "GENERIC_G071RBTX", "GENERIC_G081RBIX",
"GENERIC_G0B1RBTX", "GENERIC_G0B1RCTX", "GENERIC_G0C1RCTX", "GENERIC_G0C1RETX",
"GENERIC_G431K6TX", "GENERIC_G431K6UX", "GENERIC_G431K8TX", "GENERIC_G431K8UX", "GENERIC_G431KBTX", "GENERIC_G431KBUX",
"GENERIC_G441KBTX",
"GENERIC_G431R6IX", "GENERIC_G431R6TX", "GENERIC_G431R8IX", "GENERIC_G431R8TX", "GENERIC_G431RBIX", "GENERIC_G431RBTX",
Expand Down Expand Up @@ -132,7 +135,7 @@
"GENERIC_L073CZYX",
"GENERIC_L073RBTX",
"GENERIC_L082CZYX",
"GENERIC_L082KBTX", "GENERIC_L082KZTX",
"GENERIC_L082KBTX", "GENERIC_L082KZTX",
"GENERIC_L083RBTX", "GENERIC_L083RZTX",
"GENERIC_L100C6UX", "GENERIC_L100C6UXA",
"GENERIC_L151C6TX", "GENERIC_L151C6TXA", "GENERIC_L151C6UX", "GENERIC_L151C6UXA", "GENERIC_L151C8TX", "GENERIC_L151C8TXA",
Expand All @@ -156,17 +159,21 @@
"GENERIC_L4A6ZGTX",
"GENERIC_L4A6ZGTXP",
"GENERIC_L4R5VGTX", "GENERIC_L4R5VITX",
"GENERIC_L4R5ZGYX",
"GENERIC_L4R7VITX",
"GENERIC_L4S7VITX",
"GENERIC_L4R5ZGTX", "GENERIC_L4R5ZITX",
"GENERIC_L4R7ZITX",
"GENERIC_L4R9ZGJX",
"GENERIC_L4R9ZGJX", "GENERIC_L4R9ZGYX", "GENERIC_L4R9ZIYX",
"GENERIC_L4S5ZIYX",
"GENERIC_L4S7ZITX",
"GENERIC_L4S9ZIJX",
"GENERIC_L4S9ZIJX", "GENERIC_L4S9ZIYX",
"GENERIC_L552ZCTXQ",
"GENERIC_L562ZETXQ",
"GENERIC_WB55CCUX", "GENERIC_WB55CGUX",
"GENERIC_WB55RCVX", "GENERIC_WB55REVX",
"GENERIC_WL54JCIX", "GENERIC_WLE4J8IX", "GENERIC_WLE4JBIX",
"GENERIC_WLE4JCIX", "GENERIC_WLE5J8IX", "GENERIC_WLE5JBIX", "GENERIC_WLE5JCIX",
"NUCLEO_H743ZI",
"NUCLEO_L496ZG",
"NUCLEO_L4R5ZI",
Expand Down
13 changes: 10 additions & 3 deletions CI/build/conf/cores_config_ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
"GENERIC_F103VFTX",
"GENERIC_F103ZCHX", "GENERIC_F103ZCTX", "GENERIC_F103ZDHX", "GENERIC_F103ZDTX", "GENERIC_F103ZEHX",
"GENERIC_F103ZFHX", "GENERIC_F103ZFTX", "GENERIC_F103ZGHX",
"GENERIC_F207ZCTX", "GENERIC_F207ZETX", "GENERIC_F207ZFTX",
"GENERIC_F217ZETX", "GENERIC_F217ZGTX",
"GENERIC_F302R6TX",
"GENERIC_F303CBTX",
"GENERIC_F303K6TX",
Expand Down Expand Up @@ -101,6 +103,7 @@
"GENERIC_G031K4TX", "GENERIC_G031K4UX", "GENERIC_G031K6TX", "GENERIC_G031K6UX", "GENERIC_G031K8TX", "GENERIC_G031K8UX",
"GENERIC_G041K6TX", "GENERIC_G041K6UX", "GENERIC_G041K8UX",
"GENERIC_G071R6TX", "GENERIC_G071R8TX", "GENERIC_G071RBIX", "GENERIC_G071RBTX", "GENERIC_G081RBIX",
"GENERIC_G0B1RBTX", "GENERIC_G0B1RCTX", "GENERIC_G0C1RCTX", "GENERIC_G0C1RETX",
"GENERIC_G431K6TX", "GENERIC_G431K6UX", "GENERIC_G431K8TX", "GENERIC_G431K8UX", "GENERIC_G431KBTX", "GENERIC_G431KBUX",
"GENERIC_G441KBTX",
"GENERIC_G431R6IX", "GENERIC_G431R6TX", "GENERIC_G431R8IX", "GENERIC_G431R8TX", "GENERIC_G431RBIX", "GENERIC_G431RBTX",
Expand Down Expand Up @@ -131,7 +134,7 @@
"GENERIC_L073CZYX",
"GENERIC_L073RBTX",
"GENERIC_L082CZYX",
"GENERIC_L082KBTX", "GENERIC_L082KZTX",
"GENERIC_L082KBTX", "GENERIC_L082KZTX",
"GENERIC_L083RBTX", "GENERIC_L083RZTX",
"GENERIC_L100C6UX", "GENERIC_L100C6UXA",
"GENERIC_L151C6TX", "GENERIC_L151C6TXA", "GENERIC_L151C6UX", "GENERIC_L151C6UXA", "GENERIC_L151C8TX", "GENERIC_L151C8TXA",
Expand All @@ -155,17 +158,21 @@
"GENERIC_L4A6ZGTX",
"GENERIC_L4A6ZGTXP",
"GENERIC_L4R5VGTX", "GENERIC_L4R5VITX",
"GENERIC_L4R5ZGYX",
"GENERIC_L4R7VITX",
"GENERIC_L4S7VITX",
"GENERIC_L4R5ZGTX", "GENERIC_L4R5ZITX",
"GENERIC_L4R7ZITX",
"GENERIC_L4R9ZGJX",
"GENERIC_L4R9ZGJX", "GENERIC_L4R9ZGYX", "GENERIC_L4R9ZIYX",
"GENERIC_L4S5ZIYX",
"GENERIC_L4S7ZITX",
"GENERIC_L4S9ZIJX",
"GENERIC_L4S9ZIJX", "GENERIC_L4S9ZIYX",
"GENERIC_L552ZCTXQ",
"GENERIC_L562ZETXQ",
"GENERIC_WB55CCUX", "GENERIC_WB55CGUX",
"GENERIC_WB55RCVX", "GENERIC_WB55REVX",
"GENERIC_WL54JCIX", "GENERIC_WLE4J8IX", "GENERIC_WLE4JBIX",
"GENERIC_WLE4JCIX", "GENERIC_WLE5J8IX", "GENERIC_WLE5JBIX", "GENERIC_WLE5JCIX",
"NUCLEO_H743ZI",
"NUCLEO_L496ZG",
"NUCLEO_L4R5ZI",
Expand Down
45 changes: 0 additions & 45 deletions CI/build/conf/cores_config_travis.json

This file was deleted.

13 changes: 11 additions & 2 deletions CI/utils/stm32common.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def createFolder(path):
if not path.exists():
path.mkdir()
except OSError:
print("Error: Creating directory. " + path)
print("Error: Creating directory {}".format(path))


# Delete targeted folder recursively
Expand All @@ -23,7 +23,16 @@ def copyFolder(src, dest, ign_patt=set()):
if src.is_dir():
shutil.copytree(src, dest, ignore=shutil.ignore_patterns(*ign_patt))
except OSError as e:
print("Error: Folder %s not copied. %s" % src, e)
print("Error: Folder {} not copied. {}".format(src, e))


# copy one file to dest
def copyFile(src, dest):
try:
if src.is_file():
shutil.copy(str(src), str(dest))
except OSError as e:
print("Error: File {} not copied. {}".format(src, e))


def genSTM32List(path, pattern):
Expand Down
Loading