summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2022-01-25Merge branch 'master' into masterHa Thach
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-12-07Add mksunxi tool to make flashable imageYunhao Tian
2021-11-25Update iar project template.Mengsk
2021-09-07Rename iar.ipcf to iar_template.ipcfMasterPhi
2021-09-03Add IAR project connections.MasterPhi
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-10update doc for BOARD name, add note for udev on Linuxhathach
2021-03-04update doc, skip board_test in esp32s2 cihathach
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-23improve ci for esp32s2hathach
2021-01-23seperate ci build for family and orphaned boardshathach
2021-01-22Merge branch 'master' into group-boards-into-familyhathach
2021-01-22fix esp32s2 ci buildhathach
2021-01-14replaced variable name to CMDEXE from UNAME.kkitayam
removed the rule that .d files are converted to .P files.
2021-01-13update build_all.py to support both single board and family grouphathach
2021-01-11added support for cmd.exe as a shell on make.kkitayam
2020-11-09fix cihathach
2020-09-05clean uphathach
2020-09-04update ci to also build host examplehathach
2020-07-19update ci scripthathach
2020-07-16add tud_speed_get()hathach
- define both fs and hs configuration descriptor - rename CFG_TUD_CDC_EPSIZE to CFG_TUD_CDC_EP_BUFSIZE with default size of 64 for FS, and 512 for HS
2020-04-07minor clean uphathach
2020-04-07add ci build_esp32s.pyhathach
2020-04-07skip freertos example for cxd56 msp430 and fomuhathach
2020-04-07CI: seperate esp32s2 into different jobhathach
skip esp32s in build_all.py script
2020-04-06fix CROSS_COMPILE for esp32s2hathach
2020-04-03minor clean uphathach
2020-04-03make as wrapper to idf.py for consistencyhathach
update ci build script to only build esp32-s2 target with freertos examples
2020-04-01doc updatehathach
2020-04-01add dcd_esp32s2hathach
skip esp32s2_saola for make build since idf use cmake
2020-03-25makefile clean uphathach
allow board to define CROSS_COMPILE (default to arm gcc)
2020-03-11add cdc_msc_freertos to cihathach
2020-03-09fix cihathach
2020-03-09add Flash & Ram to ci build resulthathach
2020-03-09Adding lwip_webserver to cihathach
- buil_al.py skip specific MCU if .skip.MCU_ exists - reduce stm32f070 heap & stack size to compile webserver
2020-01-03try to trigger mynewt examplehathach
2019-12-24Merge branch 'master' into develophathach
2019-12-23add driver 99-tinyusb.rules for ubuntu, rename window usbser infhathach
2019-12-09fix buildhathach