diff --git a/README.md b/README.md index 5d086cdf54..d9aa1fac26 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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". @@ -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.5](https://github.com/mcci-catena/Arduino_Core_STM32/releases/tag/v3.0.5) Patch release. Don't use `` to implement `min()` and `max()` ([#184](https://github.com/mcci-catena/Arduino_Core_STM32/issues/184)). Prevent hangs if USB is enabled but D+/D- float to high/high ([#189](https://github.com/mcci-catena/Arduino_Core_STM32/issues/189), [#190](https://github.com/mcci-catena/Arduino_Core_STM32/issues/190)) -- thanks to Mohammed Mayyan ([@mmayyan](https://github.com/mhmayyan)) for help in finding this. - [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.