[Semihosting Tests PATCH 0/3] add SYS_GET_CMDLINE test

Alex Bennée posted 3 patches 6 months, 2 weeks ago
Failed in applying to current master (apply log)
There is a newer version of this series
.editorconfig | 28 ++++++++++++++++++++++++++++
Makefile      | 22 +++++++++++-----------
semihosting.c |  4 ++--
semihosting.h |  2 +-
string.c      |  2 +-
usertest.c    | 26 +++++++++++++++++++++++++-
6 files changed, 68 insertions(+), 16 deletions(-)
create mode 100644 .editorconfig
[Semihosting Tests PATCH 0/3] add SYS_GET_CMDLINE test
Posted by Alex Bennée 6 months, 2 weeks ago
Hi Peter,

Looking at bug #2322 I wanted to make sure SYS_GET_CMDLINE works as I
expected. While at it I needed to fix a compile error with headers
which I guess we got away with on earlier compilers.

I've added an editorconfig for good measure.

Alex Bennée (3):
  .editorconfig: add code conventions for tooling
  update includes for bare metal compiling
  add SYS_GET_CMDLINE test

 .editorconfig | 28 ++++++++++++++++++++++++++++
 Makefile      | 22 +++++++++++-----------
 semihosting.c |  4 ++--
 semihosting.h |  2 +-
 string.c      |  2 +-
 usertest.c    | 26 +++++++++++++++++++++++++-
 6 files changed, 68 insertions(+), 16 deletions(-)
 create mode 100644 .editorconfig

-- 
2.39.2