| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-18 | minor ci update | hathach | |
| 2025-04-18 | change gh ci iar to push event | hathach | |
| 2025-04-18 | enum For string descriptor (langid, manufacturer product, serila): always ↵ | hathach | |
| get the first 2 bytes to determine the length first. otherwise, some device may have buffer overflow. | |||
| 2025-04-17 | Merge pull request #3086 from hathach/ci-add-picow-host | Ha Thach | |
| Ci add picow host test | |||
| 2025-04-17 | run arm-iar with non-forked PR | hathach | |
| 2025-04-17 | - hil test max retry = 3 | hathach | |
| - fix h7 unused function | |||
| 2025-04-17 | github ci support setup/install iar toolchain | hathach | |
| 2025-04-17 | - run arm-iar using github action | hathach | |
| - add skip_ci.txt to family folder to skip boards in ci run | |||
| 2025-04-17 | fix iar make build with stm32 l0, f2, f3, u5, wb | hathach | |
| 2025-04-17 | fix iar make build with wb and u5 | hathach | |
| 2025-04-17 | update iar build | hathach | |
| 2025-04-17 | add toolchain.json for toolchain url | hathach | |
| 2025-04-17 | ci add pico_w for native host test | hathach | |
| 2025-04-17 | Merge pull request #3085 from hathach/ci-add-s3-host | Ha Thach | |
| Ci add s3 host | |||
| 2025-04-16 | de-duplicate flash board_test for board with multiple flags_on | hathach | |
| 2025-04-16 | add TS3USB30 to test s3 host with slave/dma | hathach | |
| 2025-04-16 | note potential issues using ep_desc in hcd_edpt_open() | Joel Michael | |
| 2025-04-15 | dwc2/host: fix all retry intervals | Maxime Vincent | |
| Signed-off-by: Maxime Vincent <[email protected]> | |||
| 2025-04-15 | dwc2/host: immediately retry IN token for bInterval=1 | Maxime Vincent | |
| Signed-off-by: Maxime Vincent <[email protected]> | |||
| 2025-04-15 | Merge branch 'master' into dwc2-proper-attach-debouncing | Maxime Vincent | |
| 2025-04-15 | Merge branch 'master' into dwc2-host-fix-disconnect | Maxime Vincent | |
| 2025-04-15 | Merge pull request #3070 from HiFiPhile/bitfield | Ha Thach | |
| host/dwc2: fix bitfields access width | |||
| 2025-04-14 | channge DWC2_CHANNEL_COUNT/DWC2_EP_COUNT to inline function | hathach | |
| 2025-04-13 | Skip net_lwip_webserver, too big for h7rs | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-04-12 | Increase RTT buffer size | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-04-12 | host/dwc2: cleanup transfer on device close | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-04-12 | Merge remote-tracking branch 'upstream/master' into h7rs | HiFiPhile | |
| 2025-04-12 | Fix RTT buffer not detected. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-04-12 | Fix swo logger case. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-04-12 | Merge pull request #3079 from byteit101/version-string-fix | HiFiPhile | |
| Fix version string to actually be the version | |||
| 2025-04-12 | Fix typo | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-04-12 | Merge pull request #3074 from maximevince/dwc2-fix-hfir-off-by-one | HiFiPhile | |
| dwc2/host: HFIR: Fix timing off-by-one | |||
| 2025-04-12 | Fix handle_hprt_irq | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-04-11 | Fix version string to actually be the version | Patrick Plenefisch | |
| 2025-04-11 | Merge remote-tracking branch 'upstream/master' into async_io | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-04-11 | host/dwc2: resume OUT transfer when PING ACKed | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-04-11 | dwc2/host: attach debouncing fixes | Maxime Vincent | |
| 2025-04-11 | dwc2/host: HFIR: Fix timing off-by-one | Maxime Vincent | |
| 2025-04-09 | Fix CI. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-04-09 | build fix. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-04-09 | dwc2: refactor bitfields. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-04-08 | dwc2/host: remove hcd_event_device_remove() call from handle_hptr_irq to ↵ | Maxime Vincent | |
| prevent double removal Signed-off-by: Maxime Vincent <[email protected]> | |||
| 2025-04-07 | Fix espressif build with presets. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-04-07 | dwc2/host: enable disconnect interrupt + handle it | Maxime Vincent | |
| Signed-off-by: Maxime Vincent <[email protected]> | |||
| 2025-04-06 | Merge pull request #3014 from deshipu/master | HiFiPhile | |
| Allow different port and mode for LED on ch32v boards | |||
| 2025-04-06 | Allow different port and mode for LED on ch32v boards | Radomir Dopieralski | |
| While there is a define for the port, the clock enable is hardcoded for GPIOA, so setting a different port than GPIOA doesn't work. This fixes it by adding a define for enabling the port clock. It also adds a define for the pin mode, because not all boards have the LED connected in a way that open drain works with it. | |||
| 2025-04-06 | Merge pull request #3015 from Dazza0/docs/fix_formatting | HiFiPhile | |
| Fix .rst document formatting | |||
| 2025-04-06 | Merge pull request #3063 from maximevince/dwc2-host-fix-sof-flag | HiFiPhile | |
| dwc2/host: clear SOF flag in handle_sof_irq() | |||
| 2025-04-04 | dwc2/host: clear SOF flag in handle_sof_irq() | Maxime Vincent | |
| 2025-04-03 | Merge pull request #3061 from hathach/update-endpoint-open | Ha Thach | |
| fix(hcd) hcd_edpt_open() return true if endpoint is already opened. | |||
