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

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


    from f66ead9  Update the boards matrix to add AVR builds.
     new 470624f  Use AVR Linux toolchain instead of buildroot
     new 871613f  libc: Typecast to avoid overflow in inet_addr for AVR
     new ff6e2e7  AVR: Fix warnings from pointer casts and prototype
     new 3a58926  Cast pointer to uintptr prior to ulong for ioctl
     new fe0b5df  boardctl: Remove warning pragma on BOARDIOC_USBDEV_CONNECT
     new 8319078  AVR: Remove warning pragma from SPI freq function
     new f27fbe8  REMOVE ME: Force build of AVR in test

The 7 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:
 .github/workflows/build.yml                        |  2 ++
 arch/avr/src/avr/up_initialstate.c                 | 10 ++++----
 arch/avr/src/avr/up_schedulesigaction.c            | 28 ++++++++++++----------
 arch/avr/src/avr/up_spi.c                          |  8 ++++---
 arch/avr/src/common/up_internal.h                  | 17 ++++++-------
 .../at90usb/micropendous3/configs/hello/defconfig  |  3 +--
 .../avr/at90usb/teensy-2.0/configs/hello/defconfig |  3 +--
 .../avr/at90usb/teensy-2.0/configs/nsh/defconfig   |  3 +--
 .../at90usb/teensy-2.0/configs/usbmsc/defconfig    |  5 ++--
 boards/avr/atmega/amber/configs/hello/defconfig    |  3 +--
 .../arduino-mega2560/configs/hello/defconfig       |  2 +-
 .../atmega/arduino-mega2560/configs/nsh/defconfig  |  4 +---
 .../atmega/moteino-mega/configs/hello/defconfig    |  2 +-
 .../avr/atmega/moteino-mega/configs/nsh/defconfig  |  2 +-
 boards/boardctl.c                                  |  1 -
 fs/driver/fs_blockpartition.c                      |  8 ++++---
 fs/partition/fs_partition.c                        |  5 ++--
 libs/libc/net/lib_inetaddr.c                       |  7 +++---
 18 files changed, 56 insertions(+), 57 deletions(-)

Reply via email to