208 Commits

Author SHA1 Message Date
1b8624b35a Revert back to currently user mbed-builder 2022-06-09 22:28:38 +02:00
e568d578ab Make OpenOCD uploading more robust, respect speed for picoprobe config 2022-06-09 22:05:42 +02:00
4eedf9eac0 Use correct openocd package 2022-06-09 21:37:28 +02:00
ab26ecbf3b ACTUALLY use only earlephilhower core in examples 2022-06-09 21:25:37 +02:00
bbb2b17614 ACtually use referenced board 2022-06-09 21:17:59 +02:00
4d1e3817d7 Fix UF2 mbed uploading again 2022-06-09 21:04:40 +02:00
a587ecab51 Merge latest upstream 2022-06-09 20:58:27 +02:00
c2441e4210 Slight example platformioini refactor 2022-06-09 20:36:24 +02:00
41e26ccd44 Add a new board to CI 2022-06-09 20:04:04 +02:00
936b8d35df Sync all Arduino-Pico boards 2022-06-09 20:03:13 +02:00
5ab36c45d8 Filesystem code cleanup 2022-06-09 20:02:33 +02:00
096f514e83 Adapt to work with registry packages 2022-06-09 19:53:54 +02:00
228b3d28de Merge branch 'release/v1.7.0' 2022-05-30 18:51:14 +03:00
509633a366 Merge tag 'v1.7.0' into develop
Bump version to 1.7.0
2022-05-30 18:51:14 +03:00
c4349b1634 Bump version to 1.7.0 2022-05-30 18:51:00 +03:00
c97b377c3e Add compatibility with PIO Core 6.0 2022-05-28 15:55:17 +03:00
6caac4d451 Improve support for hand-written asm source files 2022-05-28 15:54:59 +03:00
6de524e45d Update Arduino-mbed core to v3.1.1 2022-05-27 19:48:58 +03:00
7d82e08324 Tidy up platform script 2022-05-27 19:48:26 +03:00
e1204e62e0 Fix double dot 2022-05-16 14:23:30 +02:00
ddcb4a395d Remove argument 2022-05-15 18:34:31 +02:00
3ddcc3aa9a Save function in environment 2022-05-15 16:46:23 +02:00
74a6e8a2cc Merge pull request #4 from dlbogdan/patch-2
Update main.py
2022-05-06 21:17:08 +02:00
9870c4cec4 Update main.py
because of the logic selecting elf or firm (bin), we need to default to no offset on normal firmware upload because we already defaulted to elf a few lines below if upload.offset_address is not user set so when no offset is needed. 
programming fails otherwise
Unfortunately, my way of modifying the code probably sucks because I've never written anything in python but I assumed the second arg is the default n case the first is missing. Haven't had time to dig too much into it.
2022-04-22 09:13:03 +03:00
d20e2ed967 Update README.md 2022-04-13 15:08:30 +02:00
75dffaabf8 Update README.md 2022-04-13 15:08:12 +02:00
8bff1812d8 Update README.md 2022-04-13 15:07:48 +02:00
f48a9b921f Actually use right core in earlephilhower example 2022-04-12 19:54:37 +02:00
a65832bc6b Actually add earlephilhower example to CI 2022-04-12 19:49:59 +02:00
27cbf99620 Fix UF2 + mbed upload 2022-04-12 19:48:58 +02:00
b5359ff956 Only CI on Linux 2022-04-12 19:45:04 +02:00
2b0c071198 Add Arduino-Pico example 2022-04-12 19:44:46 +02:00
2b15f395c7 Merge branch 'platformio-develop' into develop 2022-04-12 19:41:03 +02:00
091af0ecd9 Fix merge conflict 2022-04-12 19:40:50 +02:00
e08da697f0 Symlink dev-platform 2022-04-08 12:17:12 +03:00
e49272f13b Use the latest Github OS images 2022-04-04 12:06:00 +03:00
fbb7cc8183 Merge branch 'release/v1.6.0' 2022-04-01 12:46:07 +03:00
b75e8ddfbe Merge tag 'v1.6.0' into develop
Bump version to 1.6.0
2022-04-01 12:46:07 +03:00
5806c57b9c Bump version to 1.6.0 2022-04-01 12:46:01 +03:00
1a9864187a Merge pull request #29 from episource/feature/no-offset-use-elf
Use *.elf instead of *.bin if no offset given
2022-04-01 12:41:46 +03:00
a05a0c65e3 Update Arduino-mbed core to v3.0.1 2022-03-31 17:29:36 +03:00
458dfacd2f Switch docs to HTTP 2022-03-31 14:23:40 +03:00
7331a756e7 Merge pull request #31 from episource/feature/configure-debug-session-pio-5.2+
Configure debug session as required for pio 5.2+
2022-03-11 12:02:43 +02:00
01a0447aa7 Configure debug session as required for pio 5.2+
See also https://github.com/platformio/platformio-core/issues/4020

Additionally, this commit replaces deprecated openocd option `adapter_khz` with
`adapter speed`
2022-03-11 08:55:44 +01:00
d825c1e531 Use *.elf instead of *.bin if no offset given 2022-02-26 22:19:25 +01:00
eca3b40879 Update Arduino-mbed core to v2.7.2 2022-02-21 16:50:14 +02:00
e920ef32c3 Add all Arduino-Pico board definitions 2022-01-28 09:12:01 +01:00
bda6353697 Typo fix in platform description
Fixes platformio/platformio-docs#229
2022-01-20 20:52:19 +02:00
9811f13f66 Merge upstream 2021-12-29 16:02:30 +01:00
e5579ce8b7 Merge branch 'release/v1.5.0' 2021-11-30 12:34:09 +02:00