Skip to content

Commit e0d5e76

Browse files
authored
Merge pull request #7 from mcci-catena/terrillmoore-patch-1
Prepare release v2.0.0-mcci
2 parents 6f3ad35 + eb1c418 commit e0d5e76

File tree

1 file changed

+20
-10
lines changed

1 file changed

+20
-10
lines changed

README.md

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,48 @@
1-
# Arduino core support for STM32L082 based boards
1+
# Arduino core support for STM32L082-based boards
22

3-
This repo is MCCI's version of https://github.com/stm32duino/Arduino_Core_STM32, adapted for the STM32L082 as used in the Murata module in the MCCI Catena® LoRaWAN™ boards.
3+
This repoository is MCCI's version of 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™ boards. The pinouts, etc., are therefore chosen to make the Catena 4551 closely compatible with the Adafruit Feather M0 LoRa.
44

5-
For general info, we suggest you check the stmm32duino [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.
5+
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.
66

77
<!-- TOC depthFrom:2 -->
88

99
- [Latest release](#latest-release)
1010
- [Getting Started](#getting-started)
11-
- [Boards available](#boards-available)
11+
- [Supported Boards and CPUs](#supported-boards-and-cpus)
1212
- [Troubleshooting](#troubleshooting)
13+
- [Notes and Acknowledgements](#notes-and-acknowledgements)
1314
- [Support Open-Source Software, Hardware, and Community IoT!](#support-open-source-software-hardware-and-community-iot)
1415

1516
<!-- /TOC -->
1617

1718
## Latest release
1819

19-
[![GitHub release](https://img.shields.io/github/release/mcci-catena/Arduino_Core_STM32.svg)](https://github.com/mcci-catena/Arduino_Core_STM32/releases/latest) [![GitHub commits](https://img.shields.io/github/commits-since/mcci-catena/Arduino_Core_STM32/latest.svg)](https://github.com/mcci-catena/Arduino_Core_STM32/compare/v1.0.6-mcci...master)
20+
[![GitHub release](https://img.shields.io/github/release/mcci-catena/Arduino_Core_STM32.svg)](https://github.com/mcci-catena/Arduino_Core_STM32/releases/latest) [![GitHub commits](https://img.shields.io/github/commits-since/mcci-catena/Arduino_Core_STM32/latest.svg)](https://github.com/mcci-catena/Arduino_Core_STM32/compare/v2.0.0-mcci...master)
2021

2122
## Getting Started
2223

23-
This repo is available as a package usable with [Arduino Boards Manager](https://www.arduino.cc/en/guide/cores).
24+
This repository is available as a package usable with [Arduino Boards Manager](https://www.arduino.cc/en/guide/cores).
2425

2526
For full instructions on using the "**Boards Manager**", see [Installing the MCCI Catena BSP](https://github.com/mcci-catena/arduino-boards#installing-the-mcci-catena-bsp).
2627

28+
## Supported Boards and CPUs
2729

28-
## Boards available
29-
30-
- STM32L082 on MCCI Catena 4551
30+
| Board | CPU/SOC | Comment |
31+
|-------|:-------:|---------|
32+
| MCCI Catena 4551 | STM32L082 | This board uses a Murata CMWX1ZZABZ module, containing the STM32L082 CPU |
3133

3234
## Troubleshooting
3335

3436
If you have any issue, you may [file an issue on Github](https://github.com/mcci-catena/Arduino_Core_STM32/issues/new). You may also submit a support request on the [MCCI support forum](http://portal.mcci.com).
3537

38+
## Notes and Acknowledgements
39+
40+
MCCI and MCCI Catena are registered trademarks of MCCI Corporation.
41+
42+
LoRa is a registered trademark of the LoRa Alliance. LoRaWAN is a trademark of the LoRa Alliance.
43+
44+
All other trademarks are the property of their respective owners.
45+
3646
## Support Open-Source Software, Hardware, and Community IoT!
3747

38-
Everyone at MCCI invests time and resources providing this open-source code and open-source hardware. MCCI is also the principal corporate sponsor of [The Things Network New York](https://thethings.nyc) and [Ithaca](https://ttni.tech). Please support our work by purchasing products from MCCI!
48+
Everyone at MCCI invests time and resources providing this open-source code and open-source hardware. MCCI is also the principal corporate sponsor of [The Things Network New York](https://thethings.nyc) and [Ithaca](https://ttni.tech). Please support our work by purchasing products from MCCI! Visit our on-line store at [store.mcci.com](https://store.mcci.com).

0 commit comments

Comments
 (0)