summaryrefslogtreecommitdiff
path: root/tools/build_family.py
AgeCommit message (Collapse)Author
2021-04-16espressif: group boards using target name as a familyAlex Lisitsyn
`hw\bsp` separate one family folder to esp32s2, esp32s3 add board specific board.cmake file to override board specific options(features) fix examples and test scripts to use new family approach
2021-04-16tinyusb: add support of esp32s3 targetAlex Lisitsyn
add support of new esp32s3 target and the board update the roles.mk wrapper to allow dfu flashing of espressif chip update examples to allow compilation for esp32s3_addax_1 board once the code is tested the PR to original tinyusb repo will be submitted
2021-03-01fix ci build for rp2040hathach
2021-01-27clean up rp2040 assigned_address, remove panic from remote_wakeuphathach
2021-01-26limit artifact to only uf2 for nowhathach
due to the large size of combined binaries of all boards + all examples
2021-01-26add copy-artifact target, and add uf2 for all family boardhathach
2021-01-25rename build outputhathach
2021-01-25correct ci scriptshathach
2021-01-24rp2040 skip freertos examplehathach
2021-01-24rp2040 audio_test compilehathach
2021-01-23seperate ci build for family and orphaned boardshathach