summaryrefslogtreecommitdiff
path: root/src/common/tusb_verify.h
AgeCommit message (Expand)Author
2026-07-02license: use SPDX identifiers for src/ headers (#3749)Ha Thach
2026-03-13remove TUSB_MCU_VENDOR_ESPRESSIF, use ESP_PLATFORM for Espressifhathach
2026-02-11Update tusb_verify.hCédric Berger
2026-02-11Introduce CFG_TUSB_DEBUG_BREAKPOINT hookCédric Berger
2025-12-30tusb_fifo remove item_size make it fifo of byteshathach
2025-11-06fix more alertshathach
2025-11-04Fixed more alert found by PVS-Studiohathach
2025-11-03fix more warnings/alertshathach
2025-11-03fix #2942, include stdio if CFG_TUSB_DEBUG > 0 and CFG_TUSB_DEBUG_PRINTF is n...hathach
2025-09-22Fix erroneous documentation of TU_ASSERT/TU_VERIFYTerje Runde
2024-10-15move core init code to dwc2 common. update/correct build for esppressifhathach
2024-10-11change tusb_init(), tusb_rhport_init() to use init struct for expandabilityhathach
2024-10-10add new tusb_int_handler(rhport, in_isr) as common irq handlerhathach
2024-07-19- add tud_cdc_n_ready() though not usedhathach
2024-05-02add cmake for pi zero (renamed from pi zero_w), build but the flash size seem...hathach
2024-04-26- add esp32 c3, c6 mcu optionhathach
2024-04-25Fix IAR breakpoint test.HiFiPhile
2023-12-28add __ARM_ARCH_8_1M_MAIN__ for M55YixingShen
2023-09-27change hcd_int_handler(rhport, in_isr) signature: add in_isrhathach
2023-03-17fix trailing space and new linehathach
2022-05-01Add TU_BREAKPOINT for mips architectureJerzy Kasenberg
2022-04-20add tud_task_ext(), tuh_task_ext() as exteneded version that take timeout and...hathach
2022-03-09add tusb_debug.h remove tusb_error.hhathach
2022-01-06Enable breakpoints for ARM8M (e.g. cortex-m33)EmergReanimator
2021-06-12increase example CFG_TUH_HID from 2 to 4hathach
2021-04-06add tu_unaligned_read32/write32 (#772)Ha Thach
2020-10-03Allow overwriting TU_ASSERT etc macrosNiklas Hauser
2020-10-03Use tu_printf instead of printfNiklas Hauser
2020-04-26add usbd edpt openhathach
2020-04-02tu_verify: Change some define functions use do-while statement.Nathan Conrad
2020-03-14Use CRLF on UART.Nathan Conrad
2019-11-18Merge pull request #217 from xobs/valentyusb-eptrihathach
2019-11-13tusb_verify: add riscv assert supportSean Cross
2019-11-01remove TEST_FAIL() from TU_ASSERT, since it prevents we testing how stack res...hathach
2019-11-01adding TEST_FAIL() for TU_ASSERT()hathach
2019-10-18clean up tusb_verifyhathach
2019-09-14Interpretation of assert vs verify.Nathan Conrad
2019-09-09Add dummy arguments to GET_NTH_ARG to make GCC happy (removes pedantic warnings)Nathan Conrad
2019-09-01clean uphathach
2019-07-12clean uphathach
2019-05-14enable CFG_TUSB_DEBUG on DEBUG buildhathach
2019-05-14update license year to 2019hathach
2019-05-14clean uphathach
2019-03-20migrate license from BSD 3 clause to MIThathach
2018-10-24rename verify_breakpoint to TU_BREAKPOINThathach
2018-08-13rename VERIFY to TU_VERIFY to avoid conflict with applicationhathach
2018-07-27house keepinghathach
2018-07-14rename tud_cdc_flush() to tud_cdc_write_flush(), add tud_cdc_read_flush()hathach
2018-06-18rename subfolder source to srchathach