Re: [PATCH v4 0/7] Add rt-thread art-pi board support

2021-04-07 Thread dillon min
Hi All, Just a gentle ping, thanks. Regards On Fri, Apr 2, 2021 at 4:42 PM wrote: > > From: dillon min > > These patches aim to adds u-boot support on art-pi board. > > the board resources: > - stm32h750xbh6 128k flash, 1024k sram > - 32MiB sdram > - 16MiB spi flash > - 8MiB qspi flash > - onb

[PATCH v4 0/7] Add rt-thread art-pi board support

2021-04-02 Thread dillon . minfei
From: dillon min These patches aim to adds u-boot support on art-pi board. the board resources: - stm32h750xbh6 128k flash, 1024k sram - 32MiB sdram - 16MiB spi flash - 8MiB qspi flash - onboard wifi, bt, fm the detail board information can be found at: https://art-pi.gitee.io/website/ --- cha