Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
5158437
fix: resolve QSPI compilation error and add CI guard for stm32l475-at…
LinuxMint-User Dec 11, 2025
ccfc038
Update RT_VER_NUM to 5.3.0 (#11039)
Rbb666 Dec 12, 2025
df404ee
[dm][clk] refactoring the CLK framework
GuEe-GUI Dec 9, 2025
77683e8
[dm][core] Set default CLK config for platform device probe
GuEe-GUI Dec 9, 2025
daf063e
[bsp][nxp][imx] Add FRDM-i.MX91 bsp #10570
xusiwei Dec 12, 2025
a5e0bfd
components:libc:cplusplus:os/utest:Some comments have been initially …
lct1001 Dec 10, 2025
b404016
[dm][pmdomain] make DM Kconfig import
GuEe-GUI Dec 12, 2025
1e61fbd
[dm][hwcache] support hwcache (#11049)
GuEe-GUI Dec 13, 2025
5c38e75
[dm][pinctrl] Set pinctrl default auto in platform bus. (#11052)
GuEe-GUI Dec 13, 2025
1b8e373
[dm][core] Update the OFW CLk init flow
GuEe-GUI Dec 12, 2025
ea5e218
Most test cases in `src/utest` lack standardized functional documenta…
lhxj Dec 12, 2025
8dad5f5
[utest][mm_api]Add standardized documentation for MM API Test
ChuanN-sudo Dec 14, 2025
b3429e3
[rust] Tidy core defaults and migrate docs to README
BernardXiong Dec 13, 2025
6178907
[finsh][cmd] add 'console' command to config console
GuEe-GUI Dec 9, 2025
3daf62e
[add] add gd32w553h-eval bsp
Yaochenger Jul 9, 2025
294216b
[dm][graphic] support dm mode
GuEe-GUI Dec 12, 2025
5020c0b
[dm][graphic] add new drivers and logo
GuEe-GUI Dec 12, 2025
24712ca
[dm][core] add common machine power interface
GuEe-GUI Dec 12, 2025
de8f63e
[dm][scsi] Add parallel_io option for SCSI host
GuEe-GUI Dec 15, 2025
b425d69
[utest][mm_api]:Add standardized documentation for MM API lwp Test
ChuanN-sudo Dec 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/ALL_BSP_COMPILE.json
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,8 @@
"SUB_RTT_BSP": [
"qemu-virt64-aarch64",
"raspberry-pi/raspi3-64",
"raspberry-pi/raspi4-64"
"raspberry-pi/raspi4-64",
"nxp/imx/imx91"
]
},
{
Expand All @@ -397,7 +398,8 @@
"k210",
"wch/risc-v/ch32v208w-r0",
"wch/risc-v/ch32v307v-r1",
"wch/risc-v/yd-ch32v307vct6"
"wch/risc-v/yd-ch32v307vct6",
"gd32/risc-v/gd32vw553h-eval"
]
},
{
Expand Down
11 changes: 11 additions & 0 deletions bsp/Copyright_Notice.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,17 @@ Path:

- bsp/imx6ul/platform

### imx91

License: bsd-new

Copyright: Copyright 2014-2016 Freescale Semiconductor, Inc.
Copyright 2016-2025 NXP

Path:

- bsp/nxp/imx/imx91/drivers/sdk

### imxrt

License: clear-bsd
Expand Down
Loading