| Age | Commit message (Expand) | Author |
| 2026-07-13 | rusb2: EP0 OUT reliability, HS UTMI PHY power-up, FS-only build support | hathach |
| 2026-04-06 | remove IAR toolchain support from make build system | hathach |
| 2026-04-04 | make board_uart_read()/write() return -1 when unimplemented for consistency a... | hathach |
| 2026-02-28 | replace board_millis() with tusb_time_millis_api() | hathach |
| 2025-11-25 | bsp: Disable SysTick ISR if FreeRTOS is enabled | Zixun LI |
| 2025-10-23 | refactor family.cmake: rename add_board_target() to family_add_board() and mo... | hathach |
| 2025-10-14 | fix lots of warnings for missing-prototypes for irqhandler | hathach |
| 2025-01-25 | cmake remove EXAMPLE-tinyusb target as library | hathach |
| 2025-01-24 | add cmake RTOS=zephyr (default noos) for zephyr build | hathach |
| 2025-01-22 | - change to use CMAKE_SYSTEM_CPU to prevent CMAKE_SYSTEM_PROCESSOR conflict w... | hathach |
| 2024-12-27 | embed metadata to family.c and board.h to generate supported boards doc | hathach |
| 2024-12-17 | Merge branch 'refs/heads/master' into fork/HiFiPhile/rt1170 | hathach |
| 2024-12-16 | fix warning due to bsp_rom_registers.c | hathach |
| 2024-12-16 | make sure g_bsp_rom_registers is not dropped by linker in cmake build. | hathach |
| 2024-12-13 | fix portenta build, added core-m85.cmake/mk | hathach |
| 2024-12-13 | update build for ra8m1: usbfs work, but usbhs not working just yet. Probably ... | hathach |
| 2024-12-13 | ra8m1_ek led and button works | hathach |
| 2024-12-13 | update make build for ra | hathach |
| 2024-12-12 | rasc for portenta_c33 | hathach |
| 2024-12-12 | rasc ra2a1_ek, but usb does not seem to work. Note fsp.ld need extra 0x100 by... | hathach |
| 2024-12-12 | rasc for ra4m1_ek | hathach |
| 2024-12-12 | rasc for ra4m3 ek | hathach |
| 2024-12-12 | used pin generated by rasc | hathach |
| 2024-12-12 | more migrate to ra smart configurator | hathach |
| 2024-12-10 | change ra bsp to match fsp generated directory | hathach |
| 2024-11-30 | Fix cmake options. | HiFiPhile |
| 2024-11-30 | Add bin & hex output to cmake targets. | HiFiPhile |
| 2024-10-10 | add new tusb_int_handler(rhport, in_isr) as common irq handler | hathach |
| 2024-07-19 | add ra4m1 ek for hil test | hathach |
| 2024-04-10 | support ra2a1 pipe numbering, fix ra2a1 ek led/button. Though usb not enumera... | hathach |
| 2024-04-08 | Merge pull request #2466 from wavenumber-eng/MCX | Ha Thach |
| 2024-04-08 | fix configENABLE_FPU=0 for cortex-m33+nodsp | hathach |
| 2024-04-06 | fix ra2a1 fpu with freertos | hathach |
| 2024-04-05 | fix ram overflow with ram41 | hathach |
| 2023-12-18 | update FreeRTOSConfig.h | hathach |
| 2023-11-23 | move tools/cmake to examples/build_system | hathach |
| 2023-11-23 | make nanolib linking explicitly by each family/board | hathach |
| 2023-11-16 | switch freertos to static allocation only (dynamic = 0), since it is possible... | hathach |
| 2023-11-15 | add ra2a1 ek | hathach |
| 2023-09-27 | change hcd_int_handler(rhport, in_isr) signature: add in_isr | hathach |
| 2023-08-04 | Merge branch 'master' into enhance-bsp | hathach |
| 2023-08-03 | Merge pull request #2052 from arduino/renesas_ra_hs_rebased | Ha Thach |
| 2023-08-03 | more board_api.h rename | hathach |
| 2023-08-03 | add osal queue name if needed | hathach |
| 2023-08-01 | fix build with -flto | hathach |
| 2023-08-01 | add rusb2_common.c for dynami irq | hathach |
| 2023-08-01 | enable flto for ra makefile | hathach |
| 2023-08-01 | add portenta c33 bsp, add flash by dfu-util | hathach |
| 2023-07-31 | enable USBMC for uno r4, add board_init_after_tusb() API | hathach |
| 2023-07-31 | enable_irq since uno bootloader can disable it. systick triggered, however us... | hathach |