Skip to content
  1. Apr 22, 2021
  2. Apr 08, 2021
  3. Mar 30, 2021
  4. Mar 29, 2021
  5. Mar 26, 2021
    • zhilongwb's avatar
      Update cli.c · 29b8f5ca
      zhilongwb authored
      Hi admin, have add space after if. please review. thks
      29b8f5ca
    • Zhilong Wubin's avatar
      cli: fix escape buffer overflow check · 21acbdd4
      Zhilong Wubin authored
      
      
      This commit add escape buffer overflow check when cli receive
      escape sequence(cursor position response). escape buffer size
      is 8 bytes, the last byte used to store string end symbol '\0'.
      So the longest string escape buffer can save is 7 bytes. But in
      some console or tool, the cursor position response sequence is
      more then 7 bytes, and escap buffer will overflow. This patch
      fix it.
      
      Signed-off-by: default avatarZhilong Wubin <zhilong.wb@alibaba-inc.com>
      21acbdd4
  6. Mar 25, 2021
  7. Mar 23, 2021
    • Girish Pathak's avatar
      cmake: product/synquacer · d1b6150a
      Girish Pathak authored
      
      
      This change adds CMake build support for product/synquacer
      
      Please note that firmware targets do not use libRTX_CM3.a
      or RTX_CM3.lib, instead in CMake build, the library
      is built using sources.
      
      Change-Id: I886dd947c8d84d4ffb4d0a0f4c84defd4224d48b
      Signed-off-by: Girish Pathak's avatarGirish Pathak <girish.pathak@arm.com>
      d1b6150a
  8. Mar 22, 2021
  9. Mar 18, 2021
Loading