Skip to content

Commit 9fb3f0d

Browse files
STM32CubeWL: Update to version 1.3.0
This uses the update.sh script to add the relevant bits of the STM32CubeWL 1.3.0 code verbatim, uses the fix-includes.py script to fix the include directives and the ignore-unused-warning to add some pragma directives. No other changes were made to these files. This imports the code as found in https://github.com/STMicroelectronics/STM32CubeWL/tree/378e461e469ef9826e857f8eda3346cea525b2fa Note that this reverts some STM32LoRaWAN-specific change made to this code, which will be re-applied in separate commits next. Commit 4c99f9b (STM32CubeWL: Fix RX timing issue due to relative timestamps) is not re-applied, since this issue was fixed upstream with Lora-net/LoRaMac-node@e5076e1 This update also breaks compilation because changes in the rest of the code are needed. This which will also be fixed in a subsequent commit.
1 parent ca2eb7c commit 9fb3f0d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+7666
-2667
lines changed

src/STM32CubeWL/LICENSE.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
| Component | Copyright | License |
2+
|:--------- |:---------- |:------- |
3+
| CMSIS | ARM Limited | Apache-2.0 |
4+
| CMSIS Device | ARM Limited - STMicroelectronics | Apache-2.0 |
5+
| STM32WL HAL | STMicroelectronics | BSD-3-Clause |
6+
| BSP NUCLEO-WL55JC | STMicroelectronics | BSD-3-Clause |
7+
| B-WL5M-SUBG | STMicroelectronics | BSD-3-Clause |
8+
| BSP Components | STMicroelectronics | BSD-3-Clause |
9+
| FreeRTOS kernel | Amazon.com, Inc. or its affiliates | MIT |
10+
| FatFS | ChaN - STMicroelectronics | BSD-3-Clause |
11+
| SubGHz_Phy | Semtech - STMicroelectronics | BSD-3-Clause |
12+
| LoRaWAN | Semtech - STMicroelectronics | BSD-3-Clause |
13+
| Sigfox | Sigfox - STMicroelectronics | SLA0044 and SIGFOX Specific Terms |
14+
| mbed-crypto | ARM Limited (or its affiliates) | Apache-2.0 |
15+
| STM32_Key_Management_Services | STMicroelectronics | SLA0044 |
16+
| STM32_Secure_Engine | STMicroelectronics | SLA0044 |
17+
| STM32 Projects | STMicroelectronics | SLA0044 (BSD-3-Clause for basic Examples) |
18+
| STM32 Utilities | STMicroelectronics | BSD-3-Clause |

src/STM32CubeWL/LoRaWAN/CHANGELOG.md

Lines changed: 1151 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)