Arduino board package origin files for the STM32 MCU based target boards, including the RedBear Duo. There are many examples included in the board package under "arduino/libraries/RedBear_Duo/examples". Any contributions to this repository are really appreciated.
Any features, enhancements and bugfixes to the board package has been documented in this Changelog.
For users only want to playing with the boards need not to clone or download this repository, since the Arduino IDE has provided an easy way (known as Boards Manager) for you to install the board package. See the step-by-step Arduino Board Package Installation Guide.
To get started with the boards supported in this board package on Arduino IDE, Please follow the Getting Started guide.
Other documentations and resources for the RedBear Duo can be found here.
arduino/avrdude_conf/
: avr-dude configuration filearduino/cores/
: pre-compiled wiring libraries and other core filesarduino/firmwares/
: Duo board system firmware imagesarduino/libraries/
: built-in examples for the Duo boardarduino/tools/
: utils for building and uploading sketcharduino/variants/
: linker scripts and Open OCD scripts for the Duo boardarduino/boards.txt
: boards informationarduino/platform.txt
: building and uploading rulesarduino/programmers.txt
: programmers definitionpack.sh
: script to generate the corresponding board package in.tar.gz
formattest.sh
: script to replace the previous origin files that are generated by installing the board package using Boards Manager, with the current origin files in this repository.
Copyright (c) 2016 Red Bear
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.