Commit Graph

115 Commits

Author SHA1 Message Date
6f7bbd86c8 Revert to using ^ in tool-jlink version 2022-06-17 01:22:41 +02:00
41da472b81 Quote uploader executable 2022-06-17 01:17:29 +02:00
52bb6e5d7f Rename fetch_fs_size in env, simplify mbed upload, remove PIO 3.6 legacy code 2022-06-17 01:10:42 +02:00
ab1e380b64 Use variable name for EEPROM length 2022-06-17 01:02:36 +02:00
47ad4e9090 Reformat and restructure board files 2022-06-17 00:59:59 +02:00
4d9eca0c71 Unify examples, add notes 2022-06-17 00:54:31 +02:00
8d7a063c99 Correct debug logic, exit on unknown core 2022-06-12 18:29:42 +02:00
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
509633a366 Merge tag 'v1.7.0' into develop
Bump version to 1.7.0
2022-05-30 18:51:14 +03:00
228b3d28de Merge branch 'release/v1.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