1. 17 3月, 2023 2 次提交
  2. 16 3月, 2023 3 次提交
  3. 14 3月, 2023 1 次提交
  4. 13 3月, 2023 2 次提交
    • S
      [mutex] mutex may suspend a thread already suspended & fix ceilingprio (#7046) · 64cd64ba
      Shell 提交于
      * [fix] reinsert should not suspend twice
      
      * [mutex] fix prioceiling
      
      * [mutex] fix prioceiling
      64cd64ba
    • S
      [rt-smart] Fix return value in syscall (#7045) · fcc01a61
      Shell 提交于
      * [timer] fix sys return value to avoid outdated errno
      
      * [rtdef] add wrap to stringify
      
      * [syscall] return value in rt errno should be recycle immediately after call to posix layer
      
      * [syscall] return type of syscall should be long
      errno should be recycle immediately after call to rt posix layer to avoid
      outdated value
      
      * [format] move prototype to header file
      
      * [fix] futex definition conflict
      fcc01a61
  5. 11 3月, 2023 8 次提交
    • W
      [format] · 34bf77b8
      wangxiaoyao 提交于
      34bf77b8
    • W
      [lwp] clear vnode in fd after free · cb60ef2c
      wangxiaoyao 提交于
      cb60ef2c
    • W
      [bsp/qemu-virt64-aarch64] enable fdt by default · 27a1c555
      wangxiaoyao 提交于
      27a1c555
    • W
      [lwp] arch should recycle resource it allocated · 672966cc
      wangxiaoyao 提交于
      672966cc
    • mysterywolf's avatar
      [i2c] fix the i2c device return error code (#7035) · 0275b236
      mysterywolf 提交于
      * [i2c] fix the i2c device return error code
      0275b236
    • Z
      [libcpu/riscv/virt64] fix (#5979) (#7040) · 50e1f632
      zilong 提交于
      50e1f632
    • Y
      [GD32]add gd32470z-lckfb (#7022) · 23786ee4
      yuanzihao 提交于
      * --复制gd32450z-eval 作为立创梁山派 gd32470z-lckfb的模板进行移植
      * -修改模板keil工程的配置,IROM需要注意总共为1024k,分为Code  area 和Data area  ,IRAM1为 : 512K-64K=448K=458752=0x70000。
      -重新用ENV生成编译固件
      片上SRAM可分为4块,分别为SRAM0(112KB)、SRAM1(16KB)、SRAM2(64KB)和TCMSRAM(64KB)。SRAM0、SRAM1和SRAM2可以被所有的AHB主机访问,然而,TCMSRAM(紧耦合存储器SRAM)只可被Cortex ® -M4内核的数据总线访问。BKPSRAM(备份SRAM)应用于备份域,即使当VDD供电电源掉电时,该SRAM仍可保持其内容。附加SRAM(ADDSRAM)只在一些特殊的GD32F4xx器件中可用。由于采用AHB互联矩阵,上述SRAM块可以同时被不同的AHB主机访问,例如,即使CPU正在访问SRAM0,USBHS也可以访问SRAM1。
      
      * -修改IAR编译的链接脚本
      * --修改Flash和RAM大小
      -RAM大小为448k是因为512K-64K=448K,其中后面的64K为TCMSRAM(紧耦合存储器SRAM)只可被Cortex ® -M4内核的数据总线访问,先不要乱分配
      * -修改MDK链接脚本
      * -修改board.h
      * -修改MCU型号
      * -Finsh控制台和LED1闪灯程序工作正常,串口控制台名称错误,从uart改为uart0
      -Scons正常生成工程
      * -发现GD32固件库当前没有240Mhz的时钟配置,将固件库升级为GD32F4xx_Firmware_Library_V3.0.3-发布时间为2023-01-04
      * -修改bsp/gd32/arm/gd32407v-start/board/SConscript文件
      * -修改led1和change logs
      * -按照提交规范使能 One ELF Section per Function(MDK) 并用scons重新生成工程
      * -发现整个GD32的IAR模板工程template.eww 是没有的,所以当前是不支持IAR开发的,需要后面学习一下IAR使用再实现了。
      * -使用formatting源码格式化工具跑一边gd32470z-lckfb目录
      * -使用formatting源码格式化工具跑一遍[components/net/netdev/src/netdev.c]
      -三个月前的提交多了几个空格
      23786ee4
    • G
      [net] fix LWIP_HOOK_IP4_ROUTE_SRC define · abfaa4bc
      guozhanxin 提交于
      abfaa4bc
  6. 10 3月, 2023 2 次提交
  7. 09 3月, 2023 2 次提交
  8. 08 3月, 2023 2 次提交
  9. 07 3月, 2023 1 次提交
  10. 06 3月, 2023 3 次提交
  11. 05 3月, 2023 1 次提交
  12. 04 3月, 2023 1 次提交
  13. 03 3月, 2023 5 次提交
  14. 02 3月, 2023 6 次提交
  15. 01 3月, 2023 1 次提交