Commit Graph

24 Commits

Author SHA1 Message Date
Jeremy Grosser
830fde073a PCD8544 LCD driver (#364) 2020-09-17 14:49:10 +02:00
Jeremy Grosser
0c93f623d0 Olimex STM32-H405 board support (#356)
* Olimex STM32-H405 board support

* Add STM32-H405 to build_all_examples.py, fix for style checks

* Use stm32f4 runtime for STM32-H405 board

* Add STM32_H405 to board_projects_generator.py
2020-07-30 12:31:31 +02:00
Fabien Chouteau
5a197cfbeb Migration to GNAT Community 2020 2020-05-29 18:56:37 +02:00
Fabien Chouteau
bbed2ac234 Add nRF52_SDK examples to the buill all script 2020-03-10 17:22:21 +01:00
Fabien Chouteau
a378e04217 Add support for IS31fl3731 LED matrix driver 2020-01-03 10:02:15 +01:00
Fabien Chouteau
36a3cb645b Add support for the AdaFruit Feather STM32F405 2020-01-03 10:02:15 +01:00
Fabien Chouteau
09720b2edb build_all_examples.py: add micro:bit accelerometer example 2019-11-12 17:57:14 +01:00
Thomas Quinot
2428fd9d62 Add demo for Kitronik :MOVE line follower add-on (#307) 2019-07-22 12:26:47 +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
e7873c90a8 Update example projects for new board support projects 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
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
Fabien Chouteau
3f8fb19742 Sort the example projects by boards
This is to create a simpler path for newcomers to find what's available
for the board(s) they have.
2017-05-16 12:18:37 +02:00
pat-rogers
671cff2c8e restore gpio bit set/reset performance, based on the fact that the bit-set and
bit-reset registers ignore writes of zeros. thus we can can use bit masks and not worry about
preserving exiting set/cleared bits.

reinstate basic gpio demo
2017-05-09 09:49:57 -05:00
Fabien Chouteau
c1e71fb43e Continuous builder: Add a script that builds all the ADL examples 2017-02-21 13:19:06 +01:00