Dan Halbert
364e5f1bda
Merge pull request #9410 from elpekenin/fix/9407
...
[FIX] [Tooling] Broken regex'es in `build_board_specific_stubs`
2024-07-06 15:46:42 -04:00
Pablo Martínez
dc6c4eeb72
Update board_stub_builder.py
2024-07-06 21:13:14 +02:00
Pablo Martínez
28e6afca47
Update tools/board_stubs/build_board_specific_stubs/board_stub_builder.py
...
Co-authored-by: Dan Halbert <halbert@halwitz.org>
2024-07-06 21:12:49 +02:00
Pablo Martínez
23b86b35d7
Update tools/board_stubs/build_board_specific_stubs/board_stub_builder.py
...
Co-authored-by: Dan Halbert <halbert@halwitz.org>
2024-07-06 21:12:43 +02:00
elpekenin
fec63786ec
allow any number of whitespaces
2024-07-06 19:25:42 +02:00
foamyguy
01ab0ea8ca
check version first thing
2024-06-23 11:22:44 -05:00
foamyguy
798e38e447
enforce min py3.9 for setboard. create init.py in board-stubs
2024-06-23 11:14:35 -05:00
Dan Halbert
59954cfd06
Update tools/ci_check_duplicate_usb_vid_pid.py - add comma
2024-06-19 16:20:16 -04:00
applecuckoo
a17517fc97
add exception for CI check
2024-06-20 07:43:34 +12:00
Tim
0c9a683ad7
move board_summaries.py to tools
2024-05-29 15:59:52 -07:00
Dan Halbert
16e9fe6ce6
fix a few regexps that are better as raw strings
2024-05-21 18:26:26 -04:00
Dan Halbert
6c4bfd6738
Merge pull request #9222 from tannewt/esp_ble_server
...
Add ESP BLE GATT server support
2024-05-17 17:24:45 -04:00
Dan Halbert
bb959ba094
save header change tool for posterity
2024-05-17 14:56:28 -04:00
Scott Shawcroft
689c6fac20
Add ESP BLE GATT server support
...
Enable BLE where we can. Switch 4MB, non-USB board default partitioning
over to a single 2MB firmware bank. Old boards override this setting to
keep the same behavior.
This also adds alpha support for the ESP32-C2 (aka ESP8684).
Fixes #5926 and fixes #7170
2024-05-17 11:08:07 -07:00
elpekenin
49e0f5ab47
search by port, dont print dev info
2024-05-06 21:21:36 +02:00
elpekenin
8c92cd80d0
fix typo
2024-05-04 01:10:22 +02:00
elpekenin
cdd6fea907
add filtering option
2024-05-04 00:57:09 +02:00
elpekenin
7140008a18
grouped and sorted
2024-05-03 19:40:12 +02:00
elpekenin
933efe082e
add --list to stubs setboard
2024-05-03 16:53:13 +02:00
Scott Shawcroft
28b7421124
Merge remote-tracking branch 'adafruit/main' into renode
2024-04-29 11:27:19 -07:00
Scott Shawcroft
0da83a9d37
Fix silabs
2024-04-26 13:35:02 -07:00
Scott Shawcroft
8f5c6920a9
Fix CI USB PID check
2024-04-26 13:24:19 -07:00
Scott Shawcroft
79888acd15
Fix lint, ESP BLE and renode fetch deps
2024-04-24 10:00:36 -07:00
Scott Shawcroft
983771b1b0
Skip id check for renode builds
2024-04-23 14:07:13 -07:00
Dan Halbert
c35ec758dd
Merge remote-tracking branch 'adafruit/9.0.x' into 9.0.4-update
2024-04-17 15:39:10 -04:00
Dan Halbert
e188bc9102
allow circuitpython[-_]stubs-*.tar.gz
2024-04-16 19:29:22 -04:00
Dan Halbert
dc69c29dac
rename ports/nrf to ports/nordic
2024-03-19 17:36:57 -04:00
Dan Halbert
8e4296a42b
tools/convert_release_notes.py: Update to mistune 3; add code blocks
2024-02-20 12:59:27 -05:00
Dan Halbert
86f3daa8b9
Merge pull request #8934 from jepler/exit-with-failure-please
...
build-board-info.py: exit with a failing status code instead of just printing errors
2024-02-16 12:29:13 -05:00
6113b2fbf2
exit with a failing status code in these cases
...
Closes #8848
2024-02-16 10:40:56 -06:00
Dan Halbert
8932094126
Worked for pull_request actions; make it work for merge push actions
2024-02-15 21:49:10 -05:00
Scott Shawcroft
317f5d7816
Leave MP tests as-is
2024-02-13 13:32:08 -08:00
Scott Shawcroft
7e6b055b6f
black
2024-02-13 11:28:23 -08:00
Scott Shawcroft
d1e710fb4b
Merge remote-tracking branch 'adafruit/8.2.x' into merge_in_8.2.x
2024-02-13 11:18:56 -08:00
RetiredWizard
2490303a23
Add pre-commit changes (black 24.11) formattings changes
2024-02-12 16:56:21 -05:00
Justin Myers
922ec32589
Fix extra pip install
2024-02-09 12:17:18 -08:00
Justin Myers
1a0fabaff3
Remove testing branch
2024-02-09 12:15:49 -08:00
Justin Myers
c8964dfdab
Update testing messages
2024-02-09 09:13:40 -08:00
Justin Myers
e906873527
Merge branch 'main' into typing-fixes
2024-02-09 08:36:21 -08:00
Justin Myers
4b0a6e369c
Linting fix
2024-02-08 12:53:04 -08:00
Justin Myers
71e6ecac6b
Use importlib.resources
2024-02-08 12:42:33 -08:00
Justin Myers
6bdb4aecd2
Fix stub circuitpython_setboard OS path separator issue
2024-02-08 11:09:53 -08:00
Justin Myers
deaac915bc
Typing fixes
2024-02-08 09:02:21 -08:00
foamyguy
863f925e73
change license
...
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
2024-02-05 18:28:26 -06:00
foamyguy
109ebf927e
code format and licenses
2024-02-04 14:54:56 -06:00
foamyguy
9306670fd3
device specific stubs
2024-02-04 14:08:33 -06:00
Dan Halbert
f838efd3aa
.github: -j4 instead of -j2; separate names for docs builds
2024-01-24 23:11:14 -05:00
490960c12f
Ensure ulab subomdule is populated when doing translate checks
2023-12-29 11:55:09 -06:00
Dan Halbert
635bc4b2b0
update tools/uf2
2023-11-22 10:54:37 -05:00
Dan Halbert
0bd2a377b3
add branch and PR number to uploaded build filenames
2023-11-22 10:51:30 -05:00