| Age | Commit message (Expand) | Author |
| 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-12-06 | correct clock setting for h563 nucleo | hathach |
| 2024-11-27 | enable ci for stm32c0, fix build issue with video example and clang | hathach |
| 2024-11-27 | Add support for the STM32C0 and the NUCLEO-C071RB. | David (Pololu) |
| 2024-11-27 | Fix missing protoype warning, change TUD_EPBUF_TYPE_DEF order (#2889) | Ha Thach |
| 2024-11-27 | fix multiple flag on compiling | hathach |
| 2024-11-26 | add TUH_EPBUF_DEF for cdc host | hathach |
| 2024-11-26 | hcd dwc2 add dcache support, usbh correctly use cache line size with TUH_EPBU... | hathach |
| 2024-11-25 | try to fix circleci with kinetis | hathach |
| 2024-11-21 | fix ci | hathach |
| 2024-11-21 | - move freertos_hooks to board.c | hathach |
| 2024-11-21 | make sure usb buffer occupies whole cache line when DCACHE is enabled for msc... | hathach |
| 2024-11-20 | have p4 dma somewhat working but having issue with buffer that does not occup... | hathach |
| 2024-11-18 | move handle ep slave/dma wihtin compiler macro | hathach |
| 2024-11-14 | Merge branch 'master' into fork/subsonicpulse/master | hathach |
| 2024-11-13 | hil add stm32f723disco, add test flags for device/host/dual | hathach |
| 2024-11-11 | use arm arch to detect rp2040 | hathach |
| 2024-11-11 | correctly test dwc2 dma device for s3, disable for p4 (cache issue) and f407 ... | hathach |
| 2024-11-11 | add esp32p4 to hil | hathach |
| 2024-11-08 | minor clean up | hathach |
| 2024-11-08 | get hcd work esp32p4 but only in slave mode. In DMA channel's HCDMA is increa... | hathach |
| 2024-11-07 | Fix Usage of Bootsel Button for Pico 2 | subsonicpulse |
| 2024-11-07 | hcd work with esp32p4 in slave mode but have issue with DMA mode. In slave it... | hathach |
| 2024-11-07 | update bsp for h7 to support host mode | hathach |
| 2024-11-07 | enable stm32f4 host | hathach |
| 2024-11-06 | fix iar build | hathach |
| 2024-11-06 | update bsp for f7 | hathach |
| 2024-11-04 | usbh use the new tusb_time_delay_ms_api() | hathach |
| 2024-10-31 | fix f7 ci build | hathach |
| 2024-10-28 | minor rename | hathach |
| 2024-10-25 | got In transfer working, able to get 1st device descriptor and set address | hathach |
| 2024-10-25 | fix make build | hathach |
| 2024-10-21 | add tusb_time_millis(), able to reset and enable dwc2 port and get SOF active | hathach |
| 2024-10-18 | testing hcd with f723 due to h743eval issue with mfx vbus drive. | hathach |
| 2024-10-18 | add VBUS drive via MFX for h743 eval, but does not seems to work yet | hathach |
| 2024-10-15 | move core init code to dwc2 common. update/correct build for esppressif | hathach |
| 2024-10-15 | adding hcd dwc2 | hathach |
| 2024-10-10 | add new tusb_int_handler(rhport, in_isr) as common irq handler | hathach |