summaryrefslogtreecommitdiff
path: root/tools/build_family.py
AgeCommit message (Collapse)Author
2023-11-23rename build_family.py to build_make.pyhathach
2023-11-23move make to examples/build_systemhathach
add -Wl,--no-warn-rwx-segment for gcc 12+
2023-06-24allow to skip CPU_COREhathach
2023-05-16fix nrf buildhathach
2023-05-04fix cmake buildhathach
2023-03-30update all cmake for esp32 buildhathach
2023-03-30merge s2 and s3, update cmake for espressif, add tinyusb_src as componenthathach
2023-03-22add tuh_hid_itf_get_info() and change tuh_cdc_itf_get_info() to use new ↵hathach
tuh_itf_info_t
2023-01-17update build script to support iar with CC=iccarm optionhathach
2022-06-29update build_board.py to parallel buildhathach
2022-06-29more parallel cihathach
2022-06-29build_family.py in parallelhathach
2022-06-29fix buid_board.py scripthathach
2022-05-10include dual examples to cihathach
2022-01-05Unify skip and only logic for build scriptsScott Shawcroft
And switch to a single file that can include mcu, family or board.
2022-01-05Skip net and freertos examplesScott Shawcroft
2021-08-29add CFG_EXAMPLE_MSC_READONLY for curiosityhathach
allow family/board to exclude specific example. exclude net_lwip_webserver from curiosity.
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