| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-11 | minor update get_deps | hathach | |
| 2023-03-11 | Merge branch 'master' into renesas-ra | hathach | |
| 2023-03-11 | update get-deps.py | hathach | |
| 2023-03-11 | remove ra submodules | hathach | |
| 2023-03-10 | update deps script | hathach | |
| 2023-03-10 | adding python script to manage dependencies instead of submodule | hathach | |
| 2023-03-10 | starting to remove submodule cmsis5 and nrfx | hathach | |
| 2023-03-08 | improve ci | hathach | |
| 2023-03-06 | integrate top.mk into make.mk | hathach | |
| 2023-03-06 | clean up top | hathach | |
| 2023-03-06 | fix iar ci | hathach | |
| 2023-03-06 | update size to fix macos ci | hathach | |
| 2023-03-05 | fix ci build on windows | hathach | |
| 2023-03-03 | use make abspath intead of shell realpath | hathach | |
| 2023-02-10 | update version to 0.15.0 | hathach | |
| add changelog | |||
| 2023-01-30 | Merge pull request #1876 from hathach/support-iar | Ha Thach | |
| Support iar build | |||
| 2023-01-30 | Merge pull request #1870 from DRNadler/WindowsBuildFix | Ha Thach | |
| Windows build fix for some mingw gnu make situations | |||
| 2023-01-30 | minor clean up | hathach | |
| 2023-01-30 | Merge branch 'master' into support-iar | hathach | |
| 2023-01-29 | feat(fuzz): Adds seed corpus for cdc and msc classes | Nathaniel Brough | |
| 2023-01-22 | When tools/top.mk finds it is running on Windows, it expects SHELL set to ↵ | Dave Nadler | |
| cmd.exe. Some Windows development environments invoke a mingw version of gnu make with SHELL set to /bin/sh or /bin/bash (either explicitly or by default), in which case tinyUSB make fails when a $(shell...) command feeds DOS syntax to sh. We can't just use sh, as many Windows environments won't have unix utilities like realpath (used by this makefile for sh shell commands). This fix forces SHELL=cmd.exe on Windows and documents the issue. Also adds additional documentation to help the next person... With this fix, tinyUSB can be easily built and debugged in environments like NXP's MCUxpresso (import as a makefile project). | |||
| 2023-01-17 | update build script to support iar with CC=iccarm option | hathach | |
| 2022-07-01 | add get-dependencies.py | hathach | |
| 2022-07-01 | update get-deps for ci | hathach | |
| 2022-06-29 | update build_board.py to parallel build | hathach | |
| 2022-06-29 | more parallel ci | hathach | |
| 2022-06-29 | build_family.py in parallel | hathach | |
| 2022-06-29 | fix build with fomu/fomu | hathach | |
| 2022-06-29 | fix buid_board.py script | hathach | |
| 2022-05-10 | include dual examples to ci | hathach | |
| 2022-01-25 | Merge branch 'master' into master | Ha Thach | |
| 2022-01-05 | Unify skip and only logic for build scripts | Scott Shawcroft | |
| And switch to a single file that can include mcu, family or board. | |||
| 2022-01-05 | Skip net and freertos examples | Scott Shawcroft | |
| 2021-12-07 | Add mksunxi tool to make flashable image | Yunhao Tian | |
| 2021-11-25 | Update iar project template. | Mengsk | |
| 2021-09-07 | Rename iar.ipcf to iar_template.ipcf | MasterPhi | |
| 2021-09-03 | Add IAR project connections. | MasterPhi | |
| 2021-08-29 | add CFG_EXAMPLE_MSC_READONLY for curiosity | hathach | |
| allow family/board to exclude specific example. exclude net_lwip_webserver from curiosity. | |||
| 2021-04-16 | espressif: group boards using target name as a family | Alex 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-16 | tinyusb: add support of esp32s3 target | Alex 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-10 | update doc for BOARD name, add note for udev on Linux | hathach | |
| 2021-03-04 | update doc, skip board_test in esp32s2 ci | hathach | |
| 2021-03-01 | fix ci build for rp2040 | hathach | |
| 2021-01-27 | clean up rp2040 assigned_address, remove panic from remote_wakeup | hathach | |
| 2021-01-26 | limit artifact to only uf2 for now | hathach | |
| due to the large size of combined binaries of all boards + all examples | |||
| 2021-01-26 | add copy-artifact target, and add uf2 for all family board | hathach | |
| 2021-01-25 | rename build output | hathach | |
| 2021-01-25 | correct ci scripts | hathach | |
| 2021-01-24 | rp2040 skip freertos example | hathach | |
| 2021-01-24 | rp2040 audio_test compile | hathach | |
