You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/01/07 07:59:45 UTC

[incubator-nuttx] branch master updated (8c35d31 -> 49c00e0)

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

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


    from 8c35d31  Kconfig: Remove CONFIG_ prefix from config definition
     add 1a02556  Revert "arch/sim: Rename up_vfork[32|64].S to up_vfork_x[32|64].S"
     add 49c00e0  arch/sim: Rename up_vfork[32|64].S to up_vfork_x86[_64].S

No new revisions were added by this update.

Summary of changes:
 arch/sim/src/Makefile                                  | 6 +++---
 arch/sim/src/sim/{up_vfork_x32.S => up_vfork_x86.S}    | 2 +-
 arch/sim/src/sim/{up_vfork_x64.S => up_vfork_x86_64.S} | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)
 rename arch/sim/src/sim/{up_vfork_x32.S => up_vfork_x86.S} (99%)
 rename arch/sim/src/sim/{up_vfork_x64.S => up_vfork_x86_64.S} (99%)