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/nuttx.git


    from b325ae6391 cmake: add_application supports only registration but not 
compilation
     new 4cd66fa7cc windows sim:add CONFIG_SYSTEM_TIME64 fix windows build error
     new b65efdba12 sim_hostmemory.c: fix windows build error
     new f512f5e8a9 windows sim:add MSCV atomic support for fix windows build 
error
     new 46f3477d2f compiler.h: fix windows build error
     new 7c56e917e7 libc:add missing source to fix windows build error
     new 7ce5241f0e types.h: fix windows build error
     new 538582ede1 convert pointer string to number in base 16
     new cedb7f97de compiler.h: fix windows netfilter build error
     new 363cd1c17a windows sim:convert pointer type to char* fix windows net 
build error
     new b3f1871bc3 sched:fix windows sim build error

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 arch/arm/include/types.h                     |  3 +++
 arch/arm64/include/types.h                   |  3 +++
 arch/avr/include/avr/types.h                 |  3 +++
 arch/avr/include/avr32/types.h               |  3 +++
 arch/hc/include/hc12/types.h                 |  3 +++
 arch/hc/include/hcs12/types.h                |  3 +++
 arch/mips/include/types.h                    |  3 +++
 arch/misoc/include/types.h                   |  3 +++
 arch/or1k/include/types.h                    |  3 +++
 arch/renesas/include/m16c/types.h            |  3 +++
 arch/renesas/include/rx65n/types.h           |  3 +++
 arch/renesas/include/sh1/types.h             |  3 +++
 arch/risc-v/include/types.h                  |  3 +++
 arch/sim/CMakeLists.txt                      |  5 +++++
 arch/sim/include/types.h                     | 12 ++++++++++++
 arch/sim/src/sim/win/sim_hostmemory.c        |  2 ++
 arch/sparc/include/types.h                   |  3 +++
 arch/tricore/include/types.h                 |  3 +++
 arch/x86/include/i486/types.h                |  3 +++
 arch/x86_64/include/intel64/types.h          |  3 +++
 arch/xtensa/include/types.h                  |  3 +++
 arch/z16/include/types.h                     |  3 +++
 arch/z80/include/ez80/types.h                |  3 +++
 arch/z80/include/z180/types.h                |  3 +++
 arch/z80/include/z8/types.h                  |  3 +++
 arch/z80/include/z80/types.h                 |  3 +++
 boards/sim/sim/sim/configs/windows/defconfig |  1 +
 drivers/net/rpmsgdrv.c                       |  4 ++--
 drivers/sensors/goldfish_gps_uorb.c          |  2 +-
 drivers/sensors/goldfish_sensor_uorb.c       |  2 +-
 include/nuttx/compiler.h                     |  4 +++-
 include/nuttx/net/netfilter/ip6_tables.h     |  2 +-
 include/sys/types.h                          |  4 ++--
 libs/libc/string/CMakeLists.txt              |  1 +
 sched/sched/sched_get_tls.c                  |  3 ++-
 sched/signal/sig_timedwait.c                 |  4 ++--
 sched/tls/tls_initinfo.c                     |  3 ++-
 sched/wqueue/kwork_thread.c                  |  4 ++--
 38 files changed, 108 insertions(+), 14 deletions(-)

Reply via email to