Commit Graph

2208 Commits

Author SHA1 Message Date
d65964ea32 Merge pull request #3519 from hathach/samx7x_update
refresh dcd_samx7x
2026-03-07 15:29:23 +07:00
6c4f119ddd - update SAME70 BSP: remove unused definitions, consolidate startup files
- and add unique ID
- add freertos
2026-03-07 13:01:32 +07:00
3a0227b771 fix Jlink device name
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2026-03-06 12:52:13 +01:00
c186063a63 Merge remote-tracking branch 'tinyusb/master' into samx7x_update 2026-03-06 11:59:25 +01:00
558abb93af Merge branch 'refs/heads/master' into fork/remiberthoz/device-class-printer 2026-03-06 12:05:54 +07:00
06a4c6d719 Merge pull request #3528 from hathach/improve-iar-warnings
Add IAR warning flags to CMake build and resolve warnings
2026-03-06 11:57:53 +07:00
694d921643 Merge pull request #3394 from hathach/ci_deinit
ci_hs: add deinit support
2026-03-06 11:51:29 +07:00
94baf39468 fix warnings 2026-03-06 11:26:00 +07:00
61e4b9ce3f add IAR warning flags to cmake build and fix them 2026-03-05 23:24:14 +07:00
115581a6bf Merge pull request #3521 from RobertDaleSmith/fix/max3421-spi-xfer-api
fix(bsp/rp2040): use MAX3421_SPI in spi_write_read_blocking
2026-03-05 16:37:15 +01:00
7088dc528b ci_hs: add deinit support
Signed-off-by: Zixun LI <admin@hifiphile.com>
2026-03-05 16:09:39 +01:00
97476872aa Merge pull request #3378 from hathach/dwc2_deinit
Add DWC2 deinit support
2026-03-05 21:47:41 +07:00
ae3864d21f Merge pull request #3423 from armusin/threadx_osal
ThreadX OSAL header
2026-03-05 21:25:58 +07:00
0c7a385cf8 improve threadx support, add multi ROTS support for board_test and msc_dual_lun 2026-03-05 20:48:30 +07:00
70c93adc2f improve threadx support, add multi ROTS support for board_test and msc_dual_lun 2026-03-05 17:51:57 +07:00
faa89ef3b6 fix hse value for stm32f411blackpill 2026-03-05 12:13:01 +07:00
75a5bedf35 Merge branch 'master' into dwc2_deinit 2026-03-05 12:04:15 +07:00
07620c125b esp32p4 min rev 0.1 2026-03-05 11:33:48 +07:00
2dcb1a3ee2 Merge branch 'master' into dwc2_deinit 2026-03-04 17:34:10 +07:00
70eb689823 fix(bsp/rp2040): use MAX3421_SPI in spi_write_read_blocking
The write+read path in tuh_max3421_spi_xfer_api() hardcodes spi0
instead of using the MAX3421_SPI define. This causes a hang on
boards wired to spi1 (e.g. Feather RP2040 USB Host + MAX3421E
FeatherWing) since spi_write_read_blocking() blocks forever on an
uninitialized SPI peripheral.

The read-only and write-only paths already use MAX3421_SPI correctly.
2026-03-03 23:01:14 -06:00
c0adaca3a5 fix esp32p4 utmi phy init in the new esp-idf, also update esp-idf to v5.5.3 2026-03-02 20:14:00 +07:00
4df7ef5439 fix call_after timeout adjustment with rtos 2026-03-02 17:51:48 +07:00
ac172f7799 fix board test without tusb_time_millis_api() 2026-03-02 11:36:47 +07:00
8444c25ab6 replace board_millis() with tusb_time_millis_api() 2026-02-28 00:01:40 +07:00
8302adfab8 update h743eval board settings for tracing 2026-02-27 22:40:16 +07:00
ecc0e12dd5 Merge remote-tracking branch 'tinyusb/master' into dwc2_deinit
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2026-02-27 11:47:58 +01:00
5095ec97d8 Add a dynamic switch example
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2026-02-27 11:46:54 +01:00
fc9f63e62d bsp/samx7x: fix build
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2026-02-27 10:43:22 +01:00
f0b44ec615 use CFG_TUD_CONFIGURE_DWC2_DEFAULT to make it easier to add more value 2026-02-13 22:29:14 +07:00
8f14cf4bfa add CFG_TUD_VBUS_SENSE, that could allow to skip tud_configure() for fixed vbus sensing
simplify dwc2_stm32_gccfg_cfg() using guid value
2026-02-13 19:45:09 +07:00
35a90f213d Merge branch 'refs/heads/master' into dwc2_vbus 2026-02-13 01:10:55 +07:00
ace6d295a9 fix stm32u545 makefile missing hcd 2026-02-13 00:27:05 +07:00
a6d4c6d022 change membrowse target to board/target and remove redundant continue-on-error directive
fix defsym can be followed by = or ,
2026-02-12 23:59:48 +07:00
05cdaf0ad0 fix ld symbols extraction 2026-02-12 15:14:26 +00:00
cec0ee53f6 make membrowse command more visible 2026-02-11 23:30:14 +07:00
9bba4373bf parse and pass linker symbol to membrowse report 2026-02-11 18:13:30 +07:00
c69e2e0a2a update membrowse target to family/board/target 2026-02-11 16:51:48 +07:00
2e8e33f284 add build target argument to improve flexibility of build scripts and workflows
membrowse-upload upload with --identical if elf file does not exist
2026-02-11 16:46:27 +07:00
39b157d22f add membrowse-upload target and use it in ci after build 2026-02-10 23:51:55 +07:00
4b8f476d52 add membrowse target to family support for enhanced memory analysis 2026-02-10 19:06:31 +07:00
3cef022737 set folder property for flash tool targets
update build.yml only build with pr and push-to-master
2026-02-06 17:40:13 +07:00
be24a38a65 bsp/stm32n6: make both ports work
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2026-01-31 17:14:28 +01:00
42f623a2a7 bsp/stm32wba: update vbus sense
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2026-01-31 00:21:24 +01:00
7a854cf50f bsp/stm32u5: update vbus sense
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2026-01-31 00:21:23 +01:00
08e50a01d7 bsp/stm32n6: update jlink device
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2026-01-31 00:21:23 +01:00
0e88879f67 bsp/stm32l4: update vbus sense
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2026-01-31 00:21:23 +01:00
e19dace3fb bsp/stm32h7rs: update vbus sense
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2026-01-31 00:21:23 +01:00
f89ef31a3a bsp/stm32h7: update vbus sense
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2026-01-31 00:21:23 +01:00
6c4be07c74 bsp/stm32f7: update vbus sense
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2026-01-31 00:21:23 +01:00
d0594fbd86 bsp/stm32f4: update vbus sense
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2026-01-31 00:21:23 +01:00