9360a3bd51
add uid for some stm32
2023-08-04 00:23:10 +07:00
a5768f52b4
more board_api.h rename
2023-08-03 15:50:52 +07:00
473f37df95
add osal queue name if needed
...
also mass change configQUEUE_REGISTRY_SIZE = 4
2023-08-03 12:05:21 +07:00
2cd0b9ec35
fix etm trace clock with stm32h743eval board
2023-07-18 16:22:05 +07:00
48738df489
move LTO checked to family_support.cmake
2023-06-30 16:05:59 +07:00
e43387abac
rework cmake with rtos support add RTOS to family_configure_device/host/dual_example()
2023-06-27 15:45:38 +07:00
c81d8b43a1
fix ci build
2023-06-24 22:58:15 +07:00
430f16bf76
move all IAR to cmake
2023-06-24 22:36:53 +07:00
2216704db8
rename GCC_CFLAGS to CFLAGS_GCC, GCC_SRC_S to SRC_S_GCC etc ..
2023-06-24 19:31:33 +07:00
edbf06aaab
separate iar and gcc build for clean make, also add cpu specific make
2023-06-24 17:35:37 +07:00
19c99d3b42
etm trace for nrf52840
2023-06-20 13:19:08 +07:00
1b658ae109
add etm trace for mcb1800
...
clean up other ide setting
2023-06-20 13:12:12 +07:00
7dc6829519
enable etm trace support for h743 eval
2023-06-19 16:33:47 +07:00
1419091923
update h7 to cmake, and move iar build to cmake
2023-06-16 16:47:32 +07:00
f2faf72f7f
openh743i: initialize USB3300 reset pin
2023-04-03 12:27:33 +02:00
3623ba1884
fix trailing space and new line
...
temporarily disable codespell
2023-03-17 16:12:49 +07:00
6b84a29f8c
Merge pull request #1391 from perigoso/renesas-ra
...
Renesas ra family support
2023-03-17 11:28:54 +07:00
ffdffc7e06
rename FREERTOS_PORT to FREERTOS_PORTABLE_SRC
...
also fix trailing spaces
2023-03-16 23:11:11 +07:00
fabe86362b
fix HAL_Delay no effect bug on st platform
2023-03-16 08:28:19 +08:00
fe77976765
Merge branch 'master' into renesas-ra
2023-03-11 08:15:23 +07:00
990fb6ae5c
Merge pull request #1931 from branalba/master
...
For STM32H7 BSP boards, initialize RCC_...TypeDef structs as empty
2023-03-09 17:21:58 +07:00
05e0205ad0
Merge branch 'master' into renesas-ra
2023-03-08 21:05:06 +07:00
02478c57e5
more ci fix
2023-03-06 14:31:18 +07:00
9930863b41
fix iar ci
2023-03-06 12:45:47 +07:00
8c8f26f14e
In some STM32H7 BSP variants, initialized RCC_PeriphCLKInitStruct instances as empty
2023-02-28 10:31:07 -08:00
787afbbcd0
Initialized all RCC init structs for all STM32H7 BSP variants as empty
2023-02-28 10:25:06 -08:00
b464f91a6e
iar h7
2023-01-30 17:04:39 +07:00
42230df71a
Add support for nucleo-h723zg
...
Mostly copy of stm32h743nucleo.
Linker script generated by STM32CubeIDE.
Since this device has only one HS USB
board.h contains few defines that map on
board HS USB to FS because there is no
ULPI chip mounted on Nucleo board.
For FreeRTOS build:
Set interrupt priority for HS always and for FS if exists.
2023-01-26 12:53:03 +01:00
ba017d0669
boards/stm32h7 update gpio clocks
...
GPIOE was turned on twice, changed to missing GPIOF.
GPIOI is not present on all boards notably STM32H723
so clock in turned on only if present.
2023-01-26 12:02:07 +01:00
6a2cf67289
Fix typos
2022-12-04 19:43:23 +07:00
8ef32617ba
Added board description for electro-smith daisy seed
2022-11-24 13:06:25 +02:00
2a17a7e8f8
rework make freertos port handling
...
this allows ports to specify a freertos port outside the FreeRTOS-Kernel lib directory, which would otherwise not be possible
Signed-off-by: Rafael Silva <rafaelsilva@ajtec.pt >
2022-06-02 09:35:30 +01:00
99c1585ed2
rename board specific macro for example
...
- BOARD_DEVICE/HOST_RHPORT_NUM to BOARD_TUD/H_RHPORT
- BOARD_DEVICE/HOST_RHPORT_SPEED to BOARD_TUD/H_MAX_SPEED
2022-06-01 23:53:40 +07:00
9cd5a87c64
add support for EFM32GG
...
merge GG12 GG12 to simply OPT_MCU_EFM32GG
2021-10-30 20:42:55 +07:00
7def380058
support bcm2711 on pi4, enhance dcd init with utmi and ulpi hs phy
2021-10-28 12:52:18 +07:00
a5f516893b
more with -Wcast-qual
2021-10-17 16:36:53 +07:00
6159252692
disable systick when running freertos on other stm families
2021-08-29 21:34:10 +07:00
00e66cf2e0
remove old openh743i, explicitly disable systick when using freertos for H7
2021-08-29 21:26:47 +07:00
a9279ece33
merge waveshare to h7 family
2021-08-19 17:27:53 +07:00
faae19f560
update ci build
2021-04-18 15:44:50 +07:00
253430a765
add example specific DEPS_SUBMODULES
2021-03-18 16:28:44 +07:00
b221cedf80
spaces
2021-03-17 21:36:52 +07:00
ed8f117dd1
explicitly add dcd source file without vendor/family
2021-03-17 16:52:07 +07:00
7d877e286a
update DEPS_SUBMODULES to optimize ci
2021-03-05 22:24:03 +07:00
590d8d4d5c
rename FAMILY_SUBMODULES to DEPS_SUBMODULES
2021-03-04 22:53:02 +07:00
16f501a14e
clean up
2021-03-03 20:25:44 +07:00
5d226ee733
add h745disco to family group
2021-03-03 20:22:55 +07:00
5799c471f1
group h743eval and h743nucleo into stm32h7
...
tested and work well
2021-03-03 20:07:17 +07:00