1. 23 5月, 2022 5 次提交
  2. 20 5月, 2022 3 次提交
  3. 19 5月, 2022 8 次提交
  4. 18 5月, 2022 9 次提交
  5. 17 5月, 2022 1 次提交
  6. 16 5月, 2022 4 次提交
  7. 13 5月, 2022 2 次提交
    • Y
      add return value for every condition, fixed #1601 · 29459897
      Yilu Mao 提交于
      [Detail]
      Issue description:
      Function that returns non-void is missing a return value
      Arriving at the end of a function without returning a value.
      
      Solution:
      Add return value at the end of function.
      
      [Verified Cases]
      Build Pass: eduk1_demo
      Test Pass: eduk1_demo
      Signed-off-by: NYilu Mao <yilu.myl@alibaba-inc.com>
      29459897
    • Y
      Change the type of address into unsigned int to print, fixes #1604 · 285829fd
      Yilu Mao 提交于
      [Detail]
      Issue description:
      An argument with the wrong type was passed to a print format specifier.
      Argument "playback_stream_hdl" to format specifier "%x" was expected to have type "unsigned int" but has type "void *".
      
      Solution:
      add the type declaration for it.
      
      [Verified Cases]
      Build Pass: eduk1_demo
      Test Pass: eduk1_demo
      285829fd
  8. 12 5月, 2022 3 次提交
  9. 10 5月, 2022 3 次提交
  10. 09 5月, 2022 2 次提交
    • IssueID:1574:Improve UART driver framework. · 14b688a1
      福明 提交于
      [Detail]
      New VFS/POSIX APIs.
      New userspace support.
      
      [Verified Cases]
      Build Pass: <helloworld_demo@haaseduk1>
      Test Pass: <helloworld_demo@haaseduk1>
      14b688a1
    • IssueID:1576:Improve libc_stub · 2cc202de
      福明 提交于
      [Detail]
      Improve termios and ioctl to provide more POSIX compatibility.
      On console printing "\r\n" is no longer converted to "\r\r\n".
      
      [Verified Cases]
      Build Pass: helloworld_demo@haaseduk1
      Test Pass: helloworld_demo@haaseduk1
      2cc202de