hathach
|
9290788a23
|
add at32 to README.rst, rename at32 board to lower case, correct name to match mcu, add meta data
|
2025-08-01 22:10:12 +07:00 |
|
Ha Thach
|
a16c7a27e4
|
Merge pull request #3191 from hathach/at32
support at32 mcu (2)
|
2025-08-01 10:39:47 +07:00 |
|
hathach
|
b67e00892c
|
add ci build for all at32, use linker and startup from mcu cmsis instead of local files
|
2025-07-31 21:52:59 +07:00 |
|
hathach
|
b531f43434
|
add ci build for at32: f402_405, f403a_407, f423
|
2025-07-29 15:48:57 +07:00 |
|
hathach
|
3682b6c663
|
fix pre-commit, remove svd file since they are heavy and should be in mcu/sdk instead
add cmake support for f403a_407 and f423
|
2025-07-28 22:28:22 +07:00 |
|
hathach
|
aeb21c2407
|
correct flash/ram for v307 and v305
|
2025-07-28 11:43:20 +07:00 |
|
Jie Feng
|
231d4122ac
|
Fix gpio clock
|
2025-07-27 11:29:12 +08:00 |
|
Jie Feng
|
aacd73ba42
|
Add nanoch32v305
|
2025-07-24 22:36:59 +08:00 |
|
HiFiPhile
|
93f1f5b759
|
fix typo
Signed-off-by: HiFiPhile <admin@hifiphile.com>
|
2025-07-20 15:33:57 +02:00 |
|
HiFiPhile
|
9f626fe179
|
Fix F4 BSP without UART_DEV.
|
2025-07-10 12:31:25 +07:00 |
|
hathach
|
b5694fd40a
|
add option to pass symbol defines to ci build.py
add build.args option for hil json
add MAX3421_HOST=1 for metro m4 express
|
2025-07-09 21:54:23 +07:00 |
|
hathach
|
e598972438
|
add board_vbus_set() for samd21/d51 to enable usb host vbus
enable host example build for samd21/d51
|
2025-07-09 16:01:11 +07:00 |
|
hathach
|
386f551899
|
Merge branch 'refs/heads/master' into fork/ChrisDeadman/hcd-samd-support
|
2025-07-09 13:07:13 +07:00 |
|
hathach
|
a56f55c10b
|
Merge remote-tracking branch 'origin/master' into xfer_isr
# Conflicts:
# examples/device/audio_4_channel_mic_freertos/src/main.c
# examples/device/audio_test_freertos/src/main.c
# src/class/audio/audio_device.c
|
2025-07-08 10:09:24 +07:00 |
|
Ha Thach
|
9990e4bf0c
|
Merge pull request #2963 from HiFiPhile/stm32_cache
Add DWC2 cache maintenance routines for STM32
|
2025-07-07 22:02:30 +07:00 |
|
hathach
|
3eb0451879
|
change CFG_TUSB_MEM_DCACHE_LINE_SIZE_DEFAULT (not defined) to 1
use stock iar linker
|
2025-07-07 20:31:49 +07:00 |
|
zhiqiang
|
73bf9aeaa6
|
support at32 mcu
|
2025-07-07 14:13:15 +08:00 |
|
hathach
|
6e88895dbc
|
always define CFG_TUH_WCH_USBIP_USBFS=1 for ch32v20x since only port1 support host mode
reformat hcd usbfs
add uart rx for ch32v20x bsp
|
2025-07-05 11:26:48 +07:00 |
|
HiFiPhile
|
ffab23cf0f
|
Revise DCache with RTT section
Signed-off-by: HiFiPhile <admin@hifiphile.com>
|
2025-07-04 12:10:56 +02:00 |
|
hathach
|
1b5f97ff23
|
Merge branch 'refs/heads/master' into fork/verylowfreq/pr-ch32v-usbfs-host
|
2025-07-04 09:49:28 +07:00 |
|
hathach
|
211c2e380f
|
fix build with clang
|
2025-07-03 18:03:19 +07:00 |
|
hathach
|
970c8b744e
|
Merge branch 'master' into fork/HiFiPhile/stm32_cache
|
2025-07-03 17:07:52 +07:00 |
|
hathach
|
a64e3eb0aa
|
update board_test always output to uart regardless of LOGGER option
|
2025-07-02 17:27:03 +07:00 |
|
hathach
|
52f0427096
|
remove make wrapper for rp2040/espressif
|
2025-07-02 16:34:17 +07:00 |
|
hathach
|
a8b5e2bfc0
|
update example
|
2025-07-02 15:38:14 +07:00 |
|
hathach
|
0388700ad7
|
update esp build, replace TUSB_MCU_VENDOR_ESPRESSIF by ESP_PLATFORM
|
2025-07-02 15:32:12 +07:00 |
|
hathach
|
4579b4f825
|
add doc for building examples with cmake build system
change ci matrix build:
- github build make/cmake one per family on push only
- circicle do full cmake build for all toolchain (missing rx-gcc)
|
2025-07-02 14:41:16 +07:00 |
|
hathach
|
a42184b6fe
|
remove legacy DEPS_SUBMODULES in make
|
2025-07-02 11:03:50 +07:00 |
|
HiFiPhile
|
19b5ec5fd9
|
bsp: fix NUCLEO-H7S3L8 button
Signed-off-by: HiFiPhile <admin@hifiphile.com>
|
2025-06-14 22:46:51 +02:00 |
|
HiFiPhile
|
424d743739
|
hw/h7rs: Update linker to put RTT in DTCM
Signed-off-by: HiFiPhile <admin@hifiphile.com>
|
2025-06-13 22:49:06 +02:00 |
|
HiFiPhile
|
37316e057d
|
hw/h7rs: Enable D-Cache in BSP
Signed-off-by: HiFiPhile <admin@hifiphile.com>
|
2025-06-13 22:49:06 +02:00 |
|
Ha Thach
|
e95973d346
|
Merge pull request #3137 from HiFiPhile/uac_simplify
uac2: remove support fifo
|
2025-06-12 22:18:17 +07:00 |
|
hathach
|
76b7468c74
|
ci skip clang/iar build for stm32n6
add stm32-tcpp0203 driver as dependency for h7rs and n6
|
2025-06-12 15:32:36 +07:00 |
|
hathach
|
edec37c1a3
|
fix cmake build
|
2025-06-12 14:07:51 +07:00 |
|
hathach
|
386f33807a
|
Merge branch 'master' into fork/james-advatek/stm32n657nucleo
|
2025-06-12 11:02:54 +07:00 |
|
hathach
|
732a07ba5d
|
fix linker issue with clang
|
2025-06-11 19:59:24 +07:00 |
|
hathach
|
d3d505e8f7
|
Merge branch 'master' into fork/HiFiPhile/h7rs
|
2025-06-11 16:23:54 +07:00 |
|
hathach
|
41e615d7c2
|
add make build for maxim
|
2025-06-11 12:08:16 +07:00 |
|
hathach
|
b56265f381
|
merge all maxim (32650, 32666, 32690, 78002) family into common bsp/maxim. Only support cmake build system
rename hw/mcu/analog/max32 to hw/mcu/analog/msdk
|
2025-06-10 22:28:03 +07:00 |
|
James Sandison
|
b956d10487
|
fix: allow FreeRTOS examples to compile
|
2025-06-04 13:52:35 +10:00 |
|
James Sandison
|
efc8c08a66
|
chore: delete accidentally commited submodules
|
2025-06-04 11:42:21 +10:00 |
|
James Sandison
|
3cf7234d67
|
chore: whitespace fix
|
2025-06-04 11:37:45 +10:00 |
|
James Sandison
|
d62a521e7c
|
chore: add newline to EOF
|
2025-06-04 11:27:34 +10:00 |
|
James Sandison
|
56c9521abd
|
chore: squash previous commits from other branches
|
2025-06-04 11:21:27 +10:00 |
|
HiFiPhile
|
3d2b870fcb
|
Fix wrong SysTick clock on NUCLEO-C071RB
Signed-off-by: HiFiPhile <admin@hifiphile.com>
|
2025-05-29 13:36:34 +02:00 |
|
hathach
|
e41a63c60d
|
add usbh_spin_lock/unlock() use spinlock instead of atomic flag for hcd max3421
|
2025-05-21 15:27:18 +07:00 |
|
Ha Thach
|
5428b87948
|
Merge pull request #3103 from wavenumber-eng/mcxa156__sdk216
Added initial support for FRDM-MCXA156 and fixed up a crash with FRDM-MCXN947
|
2025-05-16 22:32:04 +07:00 |
|
HiFiPhile
|
6346fbec16
|
Merge branch 'master' into h7rs
|
2025-05-15 21:40:36 +02:00 |
|
hathach
|
0ebc91ec97
|
update stm32wb linker to match new startup
|
2025-05-14 15:41:57 +07:00 |
|
hathach
|
d221d55b08
|
fix pre-commmit
|
2025-04-29 21:41:34 +07:00 |
|