You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by je...@apache.org on 2020/01/29 08:04:01 UTC

[incubator-nuttx] branch master updated (94483cf -> 4174c81)

This is an automated email from the ASF dual-hosted git repository.

jerpelea pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from 94483cf  tools/nxstyle.c:  Add logic to detect check for left brace in first column, but preceded by a blank line.  That should never happen for the outermost opening branch (but could happen with internal compound statements).
     add 431317e  sethost.sh: Don't ignore "make olddefconfig" failure
     add aa8aadf  Use "uname -s" where "uname -o" is not available
     add 69a8b97  sim: Check __ELF__ for .type/.size directives
     add 5c6cca8  sim: Fix typos in README.txt
     add b1678d0  sim: Remove -g from LDFLAGS/LDLINKFLAGS
     add 39bd9ff  sim: Prefix symbols with _ for non-ELF
     add 298c2e5  sim: Fix stack alignment
     add cc90d58  A workaround for macOS linker
     add b879b9b  sim: Fix ostest build on macOS
     add b5573c5  sim: Fix nuttx.rel for macOS
     add b2b84cb  sim: Update documentation for macOS
     add 4174c81  sim: Don't bother to remove nuttx.rel after consuming

No new revisions were added by this update.

Summary of changes:
 arch/sim/src/Makefile                               | 21 ++++++++++++++++-----
 arch/sim/src/sim/up_initialstate.c                  |  2 +-
 arch/sim/src/sim/up_setjmp32.S                      | 12 ++++++++----
 arch/sim/src/sim/up_setjmp64.S                      | 12 ++++++++----
 arch/sim/src/sim/up_stackframe.c                    |  2 +-
 binfmt/binfmt_globals.c                             |  2 +-
 boards/sim/sim/sim/README.txt                       | 19 +++++++++++++++++--
 boards/sim/sim/sim/configs/cxxtest/Make.defs        |  4 +---
 boards/sim/sim/sim/configs/nsh2/Make.defs           |  4 +---
 boards/sim/sim/sim/scripts/Make.defs                |  4 +---
 boards/sim/sim/sim/src/Makefile                     |  4 +++-
 .../src/stm32_buttons.c => sim/sim/sim/src/dummy.c} |  0
 boards/x86/qemu/qemu-i486/scripts/Make.defs         |  2 +-
 mm/umm_heap/umm_globals.c                           |  2 +-
 tools/Makefile.host                                 |  2 +-
 tools/sethost.sh                                    |  4 ++--
 16 files changed, 63 insertions(+), 33 deletions(-)
 copy boards/{arm/stm32/stm32f334-disco/src/stm32_buttons.c => sim/sim/sim/src/dummy.c} (100%)