1. 14 2月, 2023 1 次提交
    • S
      [rt-smart] PV_OFFSET as a variable (#6904) · 2d097490
      Shell 提交于
      * [rt-smart/mem] remove pv_offset
      
      * [rt-smart] list kernel space command
      
      * [rt-smart] restore ioremap region
      
      * [revert] restore kernel space isolation
      
      * [rt-smart/pv_off] code format
      
      * [rt-smart] add get_pvoff()
      
      * [pvoffset] pvoff as constant for C codes
      
      * [pvoff] pvoff as interfaces
      2d097490
  2. 13 2月, 2023 1 次提交
  3. 12 2月, 2023 1 次提交
    • L
      [spi]添加rt_spi_bus_attach_device_cspin 函数 (#6916) · 1eec660b
      liYangYang 提交于
      这个函数实现了原先的挂载功能,并且调用pin框架,初始化cs引脚,是一个功能相对完善的挂载函数。用户也能更简单的使用。
      该函数取代rt_spi_bus_attach_device,后续rt_spi_bus_attach_device会被逐渐淘汰掉。新的BSP以及软件包应当使用rt_spi_bus_attach_device_cspin新函数。
      
      STM32L475潘多拉测试通过。
      1eec660b
  4. 11 2月, 2023 1 次提交
  5. 10 2月, 2023 1 次提交
  6. 09 2月, 2023 1 次提交
  7. 08 2月, 2023 1 次提交
  8. 07 2月, 2023 3 次提交
  9. 06 2月, 2023 2 次提交
  10. 03 2月, 2023 1 次提交
  11. 02 2月, 2023 2 次提交
    • Bsp lpc55sxx (#6897) · 83bd8614
      杨熙 提交于
      * [bsp_lpc55sxx] i2c,rtc bsp update
      
      1. add i2c DMA mode
      2. enable rtc driver
      
      * [bsp_lpc55sxx] formmat code
      
      using formmating.py for format code
      
      * [lpc55sxx] remove .gitignore
      
      * [bsp][lpc55sxx] update bsp driver
      
      1. update sdif driver, enable DFS, FAT32
      2. update rtc driver
      83bd8614
    • [bsp/raspberry-pico] add: SMP (#6888) · 6d00b284
      螺丝松掉的人 提交于
      6d00b284
  12. 01 2月, 2023 5 次提交
  13. 31 1月, 2023 1 次提交
  14. 30 1月, 2023 1 次提交
  15. 29 1月, 2023 1 次提交
  16. 23 1月, 2023 1 次提交
  17. 20 1月, 2023 3 次提交
  18. 19 1月, 2023 2 次提交
  19. 18 1月, 2023 3 次提交
  20. 17 1月, 2023 4 次提交
  21. 16 1月, 2023 4 次提交
    • [bsp/bl808] add: drv_gpio (#6856) · 84af32db
      螺丝松掉的人 提交于
      * [bsp/bl808] add: drv_gpio
      84af32db
    • R
      [IFX]Remove HAL_Drivers/config folder · 1632ad08
      Rbb666 提交于
      1632ad08
    • L
      add some apm32 bsp and fix apm32f0/apm32f1 gcc startup assembly file bug and... · 2da43feb
      luobeihai 提交于
      add some apm32 bsp and fix apm32f0/apm32f1 gcc startup assembly file bug and fix apm32 drv_eth.c bug (#6855)
      
      * add some apm32 bsp and fix apm32f0/apm32f4 gcc startup assembly file bug and fix drv_eth.c bug
      
      * fix apm32f103xe-minibroard and apm32f407ig-minibroard link.lds file error
      
      * replace apm32f051r8-evalboard picture
      
      * fix apm32f1 gcc assembly startup file suffix name
      
      * renamed startup_apm32f10x_md.s/startup_apm32f10x_hd.s file and modify apm32f103xe-minibroard/board SConscript file
      2da43feb
    • S
      [rt-smart] porting c906 and D1s to mm (#6848) · f0dadcb3
      Shell 提交于
      * [rv64/bsp] porting to mm
      
      * [mm] report more info for debugging
      
      * [fix] code format
      
      * [libcpu/c906] porting to RTOS
      
      * [fix] using rtdbg api
      
      * [fix] add return
      
      * [fix] report more information for debugging
      
      * [fix] use assert 0 for unrecoverable error
      f0dadcb3