Commit Graph

190 Commits

Author SHA1 Message Date
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
7c03bd4909 Merge tag 'v1.5.0' into develop
Bump version to 1.5.0
2021-11-30 12:34:09 +02:00
c7d1a0854c Bump version to 1.5.0 2021-11-30 12:33:48 +02:00
1d9dac6e82 Update Arduino-mbed core to v2.6.1 2021-11-24 16:42:14 +02:00
2f3fcce5e4 Convert README to markdown 2021-11-22 18:33:28 +02:00
17d12fa5db Merge branch 'release/v1.4.0' 2021-10-31 22:35:54 +02:00
b025de9dfe Merge branch 'release/v1.4.0' into develop 2021-10-31 22:35:54 +02:00
829d328321 Bump version to 1.4.0 2021-10-31 22:35:44 +02:00
f2c1d02d2b Update Arduino-mbed core to v2.5.2 2021-10-25 14:45:01 +03:00
b97219d294 Update examples.yml 2021-10-14 14:43:34 +03:00
7186039f68 Sync Arduino-mbed build script // Resolve #20 2021-10-14 14:42:34 +03:00
76011726a9 Merge branch 'release/v1.3.0' into develop 2021-08-31 16:07:15 +03:00
ff7f704a42 Merge branch 'release/v1.3.0' 2021-08-31 16:07:14 +03:00
8e0001450d Bump version to 1.3.0 2021-08-31 16:07:05 +03:00
5fd0124b33 Use full path to upload tools // Issue #16 2021-08-19 12:03:16 +03:00
673d327f62 Hotfix uploading 2021-08-18 19:46:24 +02:00
1a37e2dc73 Merge branch 'platformio-develop' into develop 2021-08-18 19:00:59 +02:00
bb18b728ad Merge 2021-08-18 18:59:38 +02:00
39b2ae9785 Update Arduino-mbed package to v2.4.1
Resolve #17
2021-08-17 13:45:38 +03:00