Skip to content

Commit

Permalink
Fix #145: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dhineshkumarmcci committed Nov 17, 2021
1 parent 71f5fde commit 1140550
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Arduino core support for STM32L082-based boards

This repository is MCCI's version of [Arduino_Core_STM32](https://github.com/stm32duino/Arduino_Core_STM32), adapted for the STM32L082. The BSP here targets the STM32L082 as used in the Murata CMWX1ZZABZ LoRa® module, as further in the MCCI Catena® LoRaWAN® technology boards. Several of these boards are closely compatible with the Adafruit Feather M0 LoRa. See [Supported Boards and CPUs](#supported-boards-and-cpus) for more info.
This repository is MCCI's version of [Arduino_Core_STM32](https://github.com/stm32duino/Arduino_Core_STM32), adapted for the STM32L082. The BSP here targets the STM32L082 as used in the Murata CMWX1ZZABZ LPWAN module, as further in the MCCI Catena® LoRaWAN® Sigfox® technology boards. Several of these boards are closely compatible with the Adafruit Feather M0 LoRa. See [Supported Boards and CPUs](#supported-boards-and-cpus) for more info.

For general information, please check the stm32duino [README.md](https://github.com/stm32duino/Arduino_Core_STM32#arduino-core-support-for-stm32-based-boards), especially the [Getting Started](https://github.com/stm32duino/Arduino_Core_STM32#getting-started) section.

Expand Down Expand Up @@ -41,6 +41,7 @@ For full instructions on using the "**Boards Manager**", see [Installing the MC

The Arduino IDE allows you to select the following items.

- **Technology**: by default "None". based on the application select "LoRaWAN" or "Sigfox".
- **LoRaWAN Region**: when using the Arduino LMIC, you can select North America, Europe, Australia, Asia-923, Japan, Korea, or India as your target region.
- **Optimization**: choose smallest, fast, faster, fastest, or debug.
- **Serial interface**: Select "USB Serial", "Generic Serial" or "No Serial".
Expand Down Expand Up @@ -156,6 +157,8 @@ Remember to restart the IDE whenever you change `platform.txt`, `boards.txt` or

## Release History

- HEAD: Added support to Sigfox Technology, also added an option Technology to the menu, [#145](https://github.com/mcci-catena/Arduino_Core_STM32/issues/145).

- [v3.0.4](https://github.com/mcci-catena/Arduino_Core_STM32/releases/tag/v3.0.4) Patch release. Fix typo in `tools/linux/stm32l0-upload` that broke DFU on Linux.

- [v3.0.3](https://github.com/mcci-catena/Arduino_Core_STM32/releases/tag/v3.0.3) Patch release. Fix typo in `tools/macosx/stm32l0-upload` that broke DFU on macOS.
Expand Down

0 comments on commit 1140550

Please sign in to comment.