Commit Graph

98 Commits

Author SHA1 Message Date
valeros
7c953724e5 Update mbed framework to v6.17.0
Update examples
2023-07-19 12:58:08 +03:00
Valerii Koval
2f61825c66 Drop support for legacy mbed v5 2023-06-09 17:32:39 +03:00
Ivan Kravets
9da8f1bafc Skip mbed legacy examples from PIO Core CI 2023-04-27 15:11:32 +03:00
Valerii Koval
4c9ab2d4d8 Delete unsupported board from example 2023-03-22 20:27:42 +02:00
Valerii Koval
4f5783554a Add support for Nicla Vision and Opta M4 core
Resolves #685
2023-03-22 14:28:54 +02:00
Ivan Kravets
59872062e6 Fix working environment name 2023-03-20 18:47:56 -06:00
Ivan Kravets
dac3351838 Remove unnecessary files 2022-05-28 16:47:54 +03:00
Ivan Kravets
e8c09961ad Switch docs to HTTP 2022-03-31 14:22:40 +03:00
Ivan Kravets
020c56a767 Use official $PROJECT_SRC_DIR 2021-12-02 22:14:40 +02:00
Ivan Kravets
0829e594b9 Convert README to markdown 2021-11-22 18:32:26 +02:00
valeros
9a81a77d7f Update Zephyr to v2.7.0 2021-10-21 18:22:16 +03:00
valeros
896151f125 Initial support for Zephyr 2.6.0 2021-07-23 12:49:14 +03:00
valeros
746a07b5da Initial support for the latest Arduino core v2.0 // Issue #521
The structure of the latest Arduino core introduces more complex target configuration.
Now the variant folders are common for several boards so we need to properly remap board ID to
properly handle conditional compilation.

Switched Arduino core to CMSIS v5.7.0
2021-05-18 13:37:27 +03:00
valeros
b911b9cd1b Delete obsolete example 2021-05-05 17:26:06 +03:00
valeros
bdd793d8eb Add new examples for mbed-based Arduino core 2021-03-22 23:49:21 +02:00
valeros
00af10d03b Fix GPIO clock for F0 boards in CMSIS example 2021-02-26 22:04:28 +02:00
valeros
3016fe7778 Initial support for Zephyr 2.5.0 2021-02-24 16:30:29 +02:00
Julian Obst
c217df2ac5 Add zephyr civetweb example (#489)
Example from samples/net/sockets/civetweb
2021-02-01 11:51:09 +02:00
Ivan Kravets
e75ca9be3c Fix "arduino-external-libs" example 2021-01-23 18:17:15 +02:00
valeros
3eedb9e905 Update STM32Cube example with custom startup code 2020-12-28 14:38:27 +02:00
valeros
3b761badda Delete deprecated STM32Cube example 2020-12-28 14:07:58 +02:00
Valerii Koval
b583836fd6 Merge pull request #461 from sajtkukac/feature/fix_nucleo_g431kb_config
Fix product_line and variant for NUCLEO_G431RB
2020-12-28 13:28:49 +02:00
valeros
5183d2089b Update mbed packages 2020-12-28 01:07:47 +02:00
Gabor Leitner
916e40a575 Fix product_line and variant 2020-12-24 02:09:34 +01:00
valeros
252752d7c2 Allow using CMSIS-DAP as upload protocol // Resolve #287 2020-11-26 21:16:12 +02:00
valeros
ec29fab5f4 Update support for STM32Cube framework 2020-11-26 17:42:10 +02:00
valeros
5c28240b87 Update Zephyr to v2.4.0 2020-11-10 22:46:31 +02:00
valeros
a05ae97d25 Fix MXChip sensor example 2020-10-19 20:12:39 +03:00
valeros
f56c535d6e Update support for Azure IoT Arduino Core
Resolve #438, resolve #273, resolve #157
2020-10-19 17:08:23 +03:00
valeros
d0607e38b3 Add support for Arduino STM32L0 core 2020-09-14 16:55:05 +03:00
valeros
8675f0926a Fix .gitignore file in exmaples 2020-09-14 16:36:37 +03:00
Jan Sturm
09251dd688 fix cmsis-blink example for stm32f4xx (#427) 2020-08-28 12:26:53 +03:00
Valerii Koval
0bf8d98f19 Update support for libopencm3 framework
Issues #40, #45, #218, #336, #344, #401
2020-07-31 16:44:08 +03:00
Valerii Koval
dcfe424611 Initial support for mbed v6 2020-07-23 12:19:06 +03:00
Valerii Koval
a406bacb03 Update Zephyr to v2.3.0 2020-07-03 14:14:10 +03:00
Valerii Koval
3ac7cb7556 Update support for CMSIS framework 2020-06-24 14:15:28 +03:00
valeros
4bf495ed8f Update Zephyr framework to v2.2.0 2020-04-01 13:11:43 +03:00
valeros
c3c088fb87 Update example with custom mbed target 2020-01-04 23:55:54 +02:00
valeros
4b9c7207d8 Update example with zephyr module 2019-12-24 12:33:22 +02:00
valeros
2f48227e1e Update config in zephyr-cpp-synchronization example 2019-12-18 23:26:22 +02:00
valeros
4c7e0bb222 Update support for Zephyr framework v2.1 2019-12-18 22:58:46 +02:00
valeros
83ca86b465 Add new example with Zephyr modules 2019-11-26 14:56:26 +02:00
valeros
cad41e7f9e Move zephyr project files to a separate folder 2019-11-16 22:34:59 +02:00
valeros
2abec180f5 Add initial support for Zephyr framework 2019-11-15 20:00:49 +02:00
valeros
ab8606858f Fix custom target example, system_clock.c is now common for L4 targets 2019-10-02 17:18:25 +03:00
valeros
8a75992576 Temporarily disable disco_f100rb from mbed examples 2019-08-07 20:18:26 +03:00
valeros
3c27299f95 Update support for Arduino framework v1.6.1 // Issue #249 2019-07-17 23:31:46 +03:00
valeros
afad638960 Add new mbed example with custom target 2019-07-01 19:33:58 +03:00
valeros
1ba172677a Add STM32F1 target to libopencm3 blink example 2019-06-28 15:09:50 +03:00
valeros
142a07cbeb Update support for libopencm3 // Issue #232 2019-06-28 13:51:59 +03:00