Commit Graph

30 Commits

Author SHA1 Message Date
Thomas Quinot
114b9a32e5 Add support for NeoPixel and similar LED strips 2019-05-01 23:19:21 +02:00
Fabien Chouteau
998b4acd9f Add NUCLEO-F446ZE board definition
Using the STM32F407 drivers and run-time.
2019-02-04 16:53:05 +01:00
Fabien Chouteau
bf3abbe818 AppVeyor: only compile examples in production mode
To avoid the 1 hour timeout.
2018-09-04 19:24:03 +02:00
Fabien Chouteau
48a4f35c38 Optional style checks and warning as error switches
This patch makes style checks and warning as error switches controllable
with a scenario variable: ADL_BUILD_CHECKS (disabled by default).

With this we can enforce style checks on all contributions by enabling
ADL_BUILD_CHECKS in testsuite runs and CI builds.

On the other hand the checks are disabled by default which means it is
easier and more friendly to play with the library and the examples.

Part of #271
2018-09-03 20:00:01 +02:00
Fabien Chouteau
8da0dc5bfb MicroBit: Add a buttons example 2018-07-13 19:51:43 +02:00
Fabien Chouteau
f2bb372931 MicroBit: Split the original example in two 2018-07-13 19:44:34 +02:00
Fabien Chouteau
f1da6fb70b MicroBit: Add a documented examples 2018-07-13 19:44:34 +02:00
Fabien Chouteau
00a34a81a1 script/build_all_examples.py: Fix build mode selection 2018-07-11 19:44:05 +02:00
Fabien Chouteau
4cb4825355 Travis-CI: Enable RISC-V32 project compilation 2018-07-11 19:43:32 +02:00
Fabien Chouteau
30c0300926 scripts/install_dependencies.py: Update for community-2018 branch 2018-06-27 15:57:37 +02:00
Fabien Chouteau
4393bb829d Micro:bit example: Update for GNAT Community 2018 2018-06-27 15:57:37 +02:00
Fabien Chouteau
dac5ef5d7f HiFive1 example: Update for GNAT Community 2018 2018-06-27 15:57:37 +02:00
Fabien Chouteau
2c681438ba project_wizard.py: Fix typo in config key name 2018-04-27 21:16:41 +02:00
Fabien Chouteau
571f0d2f1a Remove unused project files 2018-04-27 21:16:41 +02:00
Fabien Chouteau
0d4618a793 configuration: Fix missing middleware source directory 2018-04-27 21:16:41 +02:00
Fabien Chouteau
2fcb440d7c configuration: Add a couple of FS related config keys 2018-04-27 21:16:41 +02:00
Fabien Chouteau
e7873c90a8 Update example projects for new board support projects 2018-04-27 21:16:40 +02:00
Fabien Chouteau
c2e3428feb Update board projects 2018-04-27 21:16:40 +02:00
Fabien Chouteau
56bc9faa63 Create project configuration scripts 2018-04-27 21:16:40 +02:00
Fabien Chouteau
0c2ddc4649 Examples: Bring back the blinky and serial examples for the STM32F4 disco
Also fixes the serial example on the F429 to use only the Ravenscar full
run-time, and simplify the blinky example.
2017-12-05 18:29:49 +01:00
Fabien Chouteau
37ff04ab1a STM32F4_DISCO: Create a separate example for audio 2017-07-22 17:21:14 +02:00
Fabien Chouteau
a827d697cd scripts/install_dependencies.py: Update for GPL2017 and RTS build 2017-06-27 15:12:55 +02:00
Jerome Lambourg
4340c911b8 Fix scripts/build_all_examples.py
Fix a build error that may happen due to an old gprbuild being in use.
2017-06-26 18:18:59 +02:00
Jerome Lambourg
e36c52921f when building all the examples, now use RTS_Profile instead of RTS 2017-06-26 18:18:59 +02:00
Jerome Lambourg
23b417c6cd Fix the appveyor.yml script so that it installs the embedded runtimes 2017-06-26 18:18:59 +02:00