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 2262ddf  arch: Remove fflush(stdout) from driver code
     new 4ca25d8  net: usrsock: Haltian Ltd: update licenses to Apache
     new 384e38f  libs: libc: Haltian Ltd: update licenses to Apache
     new 33383a0  include: Haltian Ltd: update licenses to Apache
     new 643d615  drivers: Haltian Ltd: update licenses to Apache
     new 7597b8e  crypto: Haltian Ltd: update licenses to Apache
     new e27b594  boards: Haltian Ltd: update licenses to Apache
     new 6deaba8  arch: Haltian Ltd: update licenses to Apache
     new d4ff6f6  add Haltian Ltd to AUTHORS file

The 8 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:
 AUTHORS                                            |  1 +
 arch/arm/src/stm32/hardware/stm32l15xxx_aes.h      | 41 ++++++------------
 arch/arm/src/stm32/stm32_aes.c                     | 39 ++++++------------
 arch/arm/src/stm32/stm32_aes.h                     | 39 ++++++------------
 arch/arm/src/stm32/stm32_exti_pwr.c                | 42 ++++++-------------
 arch/arm/src/stm32/stm32_exti_pwr.h                | 43 +++++++------------
 arch/arm/src/stm32f0l0g0/hardware/stm32_aes.h      | 39 ++++++------------
 arch/arm/src/stm32f0l0g0/stm32_aes.c               | 39 ++++++------------
 arch/arm/src/stm32f0l0g0/stm32_aes.h               | 39 ++++++------------
 arch/arm/src/stm32f7/stm32_exti_pwr.c              | 46 ++++++---------------
 arch/arm/src/stm32f7/stm32_exti_pwr.h              | 44 +++++++-------------
 arch/arm/src/stm32f7/stm32_pm.h                    | 43 +++++++------------
 arch/arm/src/stm32f7/stm32_pmstandby.c             | 39 ++++++------------
 arch/arm/src/stm32f7/stm32_pmstop.c                | 39 ++++++------------
 arch/arm/src/stm32h7/stm32_pm.h                    | 43 +++++++------------
 arch/arm/src/stm32h7/stm32_pmstandby.c             | 39 ++++++------------
 arch/arm/src/stm32h7/stm32_pmstop.c                | 39 ++++++------------
 arch/arm/src/stm32l4/hardware/stm32l4_dfsdm.h      | 39 ++++++------------
 arch/arm/src/stm32l4/stm32l4_dfsdm.c               | 43 +++++++------------
 arch/arm/src/stm32l4/stm32l4_dfsdm.h               | 39 ++++++------------
 arch/arm/src/stm32l4/stm32l4_exti_pwr.c            | 41 ++++++------------
 arch/arm/src/stm32l4/stm32l4_exti_pwr.h            | 43 +++++++------------
 arch/arm/src/stm32l4/stm32l4_flash.c               | 41 ++++++------------
 boards/arm/stm32l4/nucleo-l452re/src/stm32_adc.c   | 39 ++++++------------
 boards/arm/stm32l4/nucleo-l452re/src/stm32_dac.c   | 39 ++++++------------
 boards/arm/stm32l4/nucleo-l496zg/src/stm32_dac.c   | 39 ++++++------------
 boards/arm/stm32l4/nucleo-l496zg/src/stm32_dfsdm.c | 39 ++++++------------
 .../arm/stm32l4/stm32l4r9ai-disco/src/stm32_adc.c  | 39 ++++++------------
 .../arm/stm32l4/stm32l4r9ai-disco/src/stm32_dac.c  | 39 ++++++------------
 .../stm32l4/stm32l4r9ai-disco/src/stm32_dfsdm.c    | 39 ++++++------------
 crypto/blake2s.c                                   | 47 ++++++++-------------
 crypto/random_pool.c                               | 44 +++++++-------------
 drivers/1wire/1wire.c                              | 43 +++++++------------
 drivers/1wire/1wire_crc.c                          | 39 ++++++------------
 drivers/1wire/1wire_internal.h                     | 43 +++++++------------
 drivers/1wire/ds28e17.c                            | 43 +++++++------------
 drivers/input/cypress_mbr3108.c                    | 39 ++++++------------
 drivers/sensors/hts221.c                           | 38 ++++++-----------
 drivers/sensors/lis2dh.c                           | 48 +++++++---------------
 drivers/sensors/lps25h.c                           | 38 ++++++-----------
 drivers/sensors/max44009.c                         | 40 ++++++------------
 drivers/sensors/scd30.c                            | 40 ++++++------------
 drivers/sensors/sgp30.c                            | 40 ++++++------------
 drivers/sensors/sht21.c                            | 40 ++++++------------
 drivers/sensors/sht3x.c                            | 41 ++++++------------
 drivers/sensors/sps30.c                            | 40 ++++++------------
 drivers/sensors/t67xx.c                            | 46 +++++++--------------
 drivers/usbmisc/fusb301.c                          | 45 +++++++-------------
 drivers/usbmisc/fusb303.c                          | 42 ++++++-------------
 include/nuttx/1wire/ds28e17.h                      | 43 +++++++------------
 include/nuttx/crypto/blake2s.h                     | 48 ++++++++--------------
 include/nuttx/input/cypress_mbr3108.h              | 39 ++++++------------
 include/nuttx/net/usrsock.h                        | 39 ++++++------------
 include/nuttx/random.h                             | 44 +++++++-------------
 include/nuttx/sensors/hts221.h                     | 38 ++++++-----------
 include/nuttx/sensors/lis2dh.h                     | 40 ++++++------------
 include/nuttx/sensors/lps25h.h                     | 38 ++++++-----------
 include/nuttx/sensors/max44009.h                   | 40 ++++++------------
 include/nuttx/sensors/scd30.h                      | 38 ++++++-----------
 include/nuttx/sensors/sgp30.h                      | 38 ++++++-----------
 include/nuttx/sensors/sht21.h                      | 38 ++++++-----------
 include/nuttx/sensors/sps30.h                      | 38 ++++++-----------
 include/nuttx/sensors/t67xx.h                      | 39 ++++++------------
 include/nuttx/usb/fusb301.h                        | 40 ++++++------------
 include/nuttx/usb/fusb303.h                        | 40 ++++++------------
 libs/libc/string/lib_explicit_bzero.c              | 40 ++++++------------
 libs/libc/string/lib_fls.c                         | 39 ++++++------------
 libs/libc/string/lib_flsl.c                        | 39 ++++++------------
 libs/libc/string/lib_flsll.c                       | 39 ++++++------------
 net/usrsock/Make.defs                              | 39 ++++++------------
 net/usrsock/usrsock.h                              | 43 +++++++------------
 net/usrsock/usrsock_bind.c                         | 39 ++++++------------
 net/usrsock/usrsock_close.c                        | 39 ++++++------------
 net/usrsock/usrsock_conn.c                         | 39 ++++++------------
 net/usrsock/usrsock_connect.c                      | 39 ++++++------------
 net/usrsock/usrsock_dev.c                          | 39 ++++++------------
 net/usrsock/usrsock_event.c                        | 39 ++++++------------
 net/usrsock/usrsock_getsockname.c                  | 39 ++++++------------
 net/usrsock/usrsock_getsockopt.c                   | 39 ++++++------------
 net/usrsock/usrsock_poll.c                         | 39 ++++++------------
 net/usrsock/usrsock_recvmsg.c                      | 39 ++++++------------
 net/usrsock/usrsock_sendmsg.c                      | 39 ++++++------------
 net/usrsock/usrsock_setsockopt.c                   | 39 ++++++------------
 net/usrsock/usrsock_socket.c                       | 39 ++++++------------
 net/usrsock/usrsock_sockif.c                       | 39 ++++++------------
 85 files changed, 1055 insertions(+), 2339 deletions(-)

Reply via email to