130 Commits

Author SHA1 Message Date
Maximilian Gerhardt
17cb99f3fb
Update platform.json 2022-07-15 18:24:59 +02:00
Maximilian Gerhardt
28e5339cdc
Allow GCC 9.3.2 versions for ARM Linux instead of only 9.2.1 2022-07-05 18:46:11 +02:00
unknown
5f45696ec1 Reference stable toolchain + framework version for 2.0.2 2022-06-29 23:40:48 +02:00
unknown
bc18ccc8ac Minor identiation fix 2022-06-17 18:15:06 +02:00
unknown
d24609b89e Add support for filesystem flashing with JLink 2022-06-17 17:59:34 +02:00
Maximilian Gerhardt
e0781a4221
Merge pull request #9 from maxgerhardt/patchup
Second round of fixups
2022-06-17 16:25:18 +02:00
unknown
9177e55c7c Inline delay function 2022-06-17 16:16:33 +02:00
unknown
97b862c887 Add newline at end of platformio.ini 2022-06-17 16:14:16 +02:00
unknown
dc38120b89 Move filesystem funcs higher, use env.Replace 2022-06-17 16:13:38 +02:00
unknown
1e709a2f45 Push arduino attribute higher 2022-06-17 16:12:59 +02:00
unknown
1b43288ac0 Shift arduino attribute higher in JSON files 2022-06-17 16:08:12 +02:00
unknown
baf2bf2f92 Switch back to original core 2022-06-17 04:05:01 +02:00
Maximilian Gerhardt
750f07c05f
Merge pull request #8 from maxgerhardt/patchup
Patchup
2022-06-17 03:59:56 +02:00
unknown
15497ac540 Temporarily change package to test CI 2022-06-17 03:03:11 +02:00
unknown
40aea9c914 Make usage of double quotes consistent 2022-06-17 01:23:51 +02:00
unknown
6f7bbd86c8 Revert to using ^ in tool-jlink version 2022-06-17 01:22:41 +02:00
unknown
41da472b81 Quote uploader executable 2022-06-17 01:17:29 +02:00
unknown
52bb6e5d7f Rename fetch_fs_size in env, simplify mbed upload, remove PIO 3.6 legacy code 2022-06-17 01:10:42 +02:00
unknown
ab1e380b64 Use variable name for EEPROM length 2022-06-17 01:02:36 +02:00
unknown
47ad4e9090 Reformat and restructure board files 2022-06-17 00:59:59 +02:00
unknown
4d9eca0c71 Unify examples, add notes 2022-06-17 00:54:31 +02:00
unknown
8d7a063c99 Correct debug logic, exit on unknown core 2022-06-12 18:29:42 +02:00
unknown
1b8624b35a Revert back to currently user mbed-builder 2022-06-09 22:28:38 +02:00
unknown
e568d578ab Make OpenOCD uploading more robust, respect speed for picoprobe config 2022-06-09 22:05:42 +02:00
unknown
4eedf9eac0 Use correct openocd package 2022-06-09 21:37:28 +02:00
unknown
ab26ecbf3b ACTUALLY use only earlephilhower core in examples 2022-06-09 21:25:37 +02:00
unknown
bbb2b17614 ACtually use referenced board 2022-06-09 21:17:59 +02:00
unknown
4d1e3817d7 Fix UF2 mbed uploading again 2022-06-09 21:04:40 +02:00
unknown
a587ecab51 Merge latest upstream 2022-06-09 20:58:27 +02:00
unknown
c2441e4210 Slight example platformioini refactor 2022-06-09 20:36:24 +02:00
unknown
41e26ccd44 Add a new board to CI 2022-06-09 20:04:04 +02:00
unknown
936b8d35df Sync all Arduino-Pico boards 2022-06-09 20:03:13 +02:00
unknown
5ab36c45d8 Filesystem code cleanup 2022-06-09 20:02:33 +02:00
unknown
096f514e83 Adapt to work with registry packages 2022-06-09 19:53:54 +02:00
Valerii Koval
509633a366 Merge tag 'v1.7.0' into develop
Bump version to 1.7.0
2022-05-30 18:51:14 +03:00
Valerii Koval
228b3d28de Merge branch 'release/v1.7.0' 2022-05-30 18:51:14 +03:00
Valerii Koval
c4349b1634 Bump version to 1.7.0 2022-05-30 18:51:00 +03:00
Ivan Kravets
c97b377c3e Add compatibility with PIO Core 6.0 2022-05-28 15:55:17 +03:00
Ivan Kravets
6caac4d451 Improve support for hand-written asm source files 2022-05-28 15:54:59 +03:00
Valerii Koval
6de524e45d Update Arduino-mbed core to v3.1.1 2022-05-27 19:48:58 +03:00
Valerii Koval
7d82e08324 Tidy up platform script 2022-05-27 19:48:26 +03:00
Maximilian Gerhardt
e1204e62e0
Fix double dot 2022-05-16 14:23:30 +02:00
Maximilian Gerhardt
ddcb4a395d
Remove argument 2022-05-15 18:34:31 +02:00
Maximilian Gerhardt
3ddcc3aa9a
Save function in environment 2022-05-15 16:46:23 +02:00
Maximilian Gerhardt
74a6e8a2cc
Merge pull request #4 from dlbogdan/patch-2
Update main.py
2022-05-06 21:17:08 +02:00
dlbogdan
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
Maximilian Gerhardt
d20e2ed967
Update README.md 2022-04-13 15:08:30 +02:00
Maximilian Gerhardt
75dffaabf8
Update README.md 2022-04-13 15:08:12 +02:00
Maximilian Gerhardt
8bff1812d8
Update README.md 2022-04-13 15:07:48 +02:00
unknown
f48a9b921f Actually use right core in earlephilhower example 2022-04-12 19:54:37 +02:00