| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-10 | change tu_fifo_clear()/tu_edpt_stream_clear() from return bool to void | hathach | |
| 2025-12-01 | add linkermap to deps and linkermap taget | hathach | |
| 2025-10-15 | fix more warnings | hathach | |
| 2025-09-04 | Create comprehensive GitHub Copilot instructions and fix pre-commit ↵ | Copilot | |
| configuration for TinyUSB (#3234) * Initial plan * Create comprehensive GitHub Copilot instructions for TinyUSB Co-authored-by: hathach <[email protected]> * Remove accidentally committed dependencies, use tools/get_deps.py instead Co-authored-by: hathach <[email protected]> * Fix .gitignore: ignore vendor/ directory not ceedling script Co-authored-by: hathach <[email protected]> * Revert .gitignore changes and add README_processed.rst Co-authored-by: hathach <[email protected]> * Remove README_processed.rst and revert ceedling file permissions Co-authored-by: hathach <[email protected]> * Changes before error encountered Co-authored-by: hathach <[email protected]> * Remove redundant manual validation step, keep only pre-commit and build validation Co-authored-by: hathach <[email protected]> * fix pre-commit --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: hathach <[email protected]> | |||
| 2025-03-15 | Update gitignore. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-02-09 | Add CMake presets. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2024-11-30 | Update .gitignore | HiFiPhile | |
| 2024-10-15 | RP2040 Compile Errors | pschatzmann | |
| 2024-07-10 | enable full 224KB flash for ch32v203 with flash enhanced read mode in ↵ | hathach | |
| SystemInit (better with startup). add flash with wlink-rs | |||
| 2024-05-15 | add CH32V20x USB OTG/FS driver | Matthew Tran | |
| 2024-04-27 | Update .gitignore. | HiFiPhile | |
| 2023-10-06 | feat(ch32f20x): add support of ch32f20x | denis.krasutski | |
| 2023-06-20 | add etm trace for mcb1800 | hathach | |
| clean up other ide setting | |||
| 2023-04-03 | skip .idea | hathach | |
| 2023-03-29 | adding more cmake support | hathach | |
| 2023-03-11 | Merge branch 'master' into renesas-ra | hathach | |
| 2023-03-10 | add dependencies repo to git ignore | hathach | |
| 2022-06-02 | add .vscode to gitignore | Rafael Silva | |
| Signed-off-by: Rafael Silva <[email protected]> | |||
| 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. | |||
| 2021-04-16 | Added support for Black Magic Probe (#787) | Dima Barsky | |
| * Added flash-bmp and debug-bmp targets; added .gdb_history to .gitignore * Added the BMP variable, defaults to /dev/ttyBmpGdb The name of the BMP device is different on different systems. On Linux (after installing the recommended udev rules) it'll be /dev/ttyBmpGdb, but the user should be able to override it. * Update rules.mk | |||
| 2021-03-23 | remove ses project since it is all broken and occupies space | hathach | |
| 2021-02-09 | update hid_composite_freertos example | hathach | |
| 2020-04-18 | try build with docker | hathach | |
| 2020-04-16 | house keeping | hathach | |
| 2019-09-15 | Covert macros to inline functions. | Nathan Conrad | |
| 2019-09-09 | Ignore build artifact files. | Nathan Conrad | |
| 2019-07-26 | gitignore | hathach | |
| 2019-06-10 | docs clean up | hathach | |
| 2019-06-10 | update fifo test | hathach | |
| 2019-06-10 | remove unity as submodule | hathach | |
| 2019-06-06 | add TU_ prefix to compiler ATTR to prevent name conflict with application | hathach | |
| 2019-05-03 | reduce travis make thread to 2 | hathach | |
| 2018-11-25 | Introduce a Makefile for the OS_NONE device example | Scott Shawcroft | |
| It currently supports the SAMD21 and SAMD51 only. More will be added later. | |||
| 2018-11-22 | refractor device composite freertos ses | hathach | |
| 2018-11-14 | change osal_queue_receive() signature | hathach | |
| - fix build issue with freertos | |||
