You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2018/03/30 01:22:06 UTC

[mynewt-core] 01/01: Merge pull request #969 from ccollins476ad/mynewt.h

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

ccollins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit 55611603db1c821418f9d9c24707a37313b4fbba
Merge: d31820d b6cc4bb
Author: ccollins476ad <cc...@gmail.com>
AuthorDate: Thu Mar 29 18:22:01 2018 -0700

    Merge pull request #969 from ccollins476ad/mynewt.h
    
    Add convenience header: os/mynewt.h

 apps/blecent/src/blecent.h                         |  2 +-
 apps/blecent/src/main.c                            |  4 +---
 apps/blecsc/src/gatt_svr.c                         |  2 +-
 apps/blecsc/src/main.c                             |  3 +--
 apps/blehci/src/main.c                             |  4 ++--
 apps/blehr/src/main.c                              |  3 +--
 apps/blemesh/src/main.c                            |  4 ++--
 apps/blemesh_shell/src/main.c                      |  4 ++--
 apps/bleprph/src/main.c                            |  4 +---
 apps/bleprph/src/phy.c                             |  3 +--
 apps/bleprph_oic/src/main.c                        |  4 +---
 apps/blesplit/src/main.c                           |  4 +---
 apps/bletest/src/bletest_hci.c                     |  3 +--
 apps/bletest/src/main.c                            |  4 +---
 apps/bletiny/src/bletiny.h                         |  2 +-
 apps/bletiny/src/main.c                            |  5 +----
 apps/bleuart/src/main.c                            |  4 +---
 apps/boot/src/boot.c                               |  6 +-----
 apps/bsncent/src/bsncent.h                         |  2 +-
 apps/bsncent/src/main.c                            |  4 +---
 apps/bsnprph/src/main.c                            |  4 +---
 apps/btshell/src/btshell.h                         |  2 +-
 apps/btshell/src/cmd.c                             |  3 +--
 apps/btshell/src/main.c                            |  4 +---
 apps/ffs2native/src/main.c                         |  6 +-----
 apps/iptest/src/main.c                             |  7 +------
 apps/lora_app_shell/src/las_cmd.c                  |  3 +--
 apps/lora_app_shell/src/main.c                     |  4 +---
 apps/loraping/src/main.c                           |  4 +---
 apps/lorashell/src/main.c                          |  4 +---
 apps/ocf_sample/src/main.c                         |  4 +---
 apps/ocf_sample/src/ocf_ble.c                      |  2 +-
 apps/pwm_test/src/main.c                           |  5 ++---
 apps/sensors_test/src/gatt_svr.c                   |  4 +++-
 apps/sensors_test/src/main.c                       |  7 +------
 apps/slinky/src/main.c                             |  6 +-----
 apps/slinky_oic/src/main.c                         |  6 +-----
 apps/spitest/src/main.c                            |  9 ++++-----
 apps/splitty/src/main.c                            |  9 ++++-----
 apps/testbench/src/tbb.c                           |  4 +---
 apps/testbench/src/tbb.h                           |  2 +-
 apps/testbench/src/testbench.c                     |  8 +-------
 apps/testbench/src/testbench.h                     |  7 +------
 apps/testbench/src/testbench_json.c                |  3 +--
 apps/testbench/src/testbench_mempool.c             |  3 +--
 apps/testbench/src/testbench_mutex.c               |  4 +---
 apps/testbench/src/testbench_sem.c                 |  4 ++--
 apps/timtest/src/main.c                            |  9 ++++-----
 boot/boot_serial/src/boot_serial.c                 |  9 ++-------
 boot/boot_serial/src/boot_uart.c                   |  4 +---
 boot/boot_serial/test/src/boot_test.c              |  5 +----
 boot/boot_serial/test/src/boot_test.h              |  4 +---
 boot/bootutil/src/bootutil_misc.c                  |  4 +---
 boot/bootutil/src/bootutil_priv.h                  |  2 +-
 boot/bootutil/src/image_ec.c                       |  2 +-
 boot/bootutil/src/image_ec256.c                    |  3 ++-
 boot/bootutil/src/image_rsa.c                      |  2 +-
 boot/bootutil/src/image_validate.c                 |  2 +-
 boot/bootutil/src/loader.c                         |  3 +--
 boot/bootutil/test/src/boot_test.c                 |  4 +---
 boot/bootutil/test/src/boot_test.h                 |  3 +--
 boot/split/src/split.c                             |  3 +--
 boot/split_app/src/split_app.c                     |  5 ++---
 crypto/mbedtls/include/mbedtls/config_mynewt.h     |  2 +-
 crypto/mbedtls/test/src/mbedtls_test.c             |  3 +--
 crypto/mbedtls/test/src/mbedtls_test.h             |  2 +-
 encoding/base64/test/src/encoding_test.c           |  3 +--
 encoding/base64/test/src/encoding_test_priv.h      |  2 +-
 encoding/cborattr/src/cborattr.c                   |  2 +-
 encoding/cborattr/test/src/test_cborattr.c         |  3 +--
 encoding/json/test/src/test_json.c                 |  3 +--
 .../tinycbor/include/tinycbor/cbor_mbuf_reader.h   |  2 +-
 .../tinycbor/include/tinycbor/cbor_mbuf_writer.h   |  2 +-
 encoding/tinycbor/src/cbor_mbuf_reader.c           |  2 +-
 encoding/tinycbor/src/cbor_mbuf_writer.c           |  2 +-
 fs/disk/include/disk/disk.h                        |  2 +-
 fs/disk/src/disk.c                                 |  4 ++--
 fs/fatfs/src/mynewt_glue.c                         |  9 +++++----
 fs/fcb/include/fcb/fcb.h                           |  3 +--
 fs/fcb/test/src/fcb_test.c                         |  4 +---
 fs/fcb/test/src/fcb_test.h                         |  5 ++---
 fs/fs/include/fs/fs_if.h                           |  2 +-
 fs/fs/src/fs_cli.c                                 |  2 +-
 fs/fs/src/fs_mount.c                               |  1 -
 fs/fs/src/fs_nmgr.c                                |  4 +---
 fs/fs/src/fs_priv.h                                |  2 +-
 fs/nffs/src/nffs.c                                 |  6 +-----
 fs/nffs/src/nffs_gc.c                              |  2 +-
 fs/nffs/src/nffs_inode.c                           |  2 +-
 fs/nffs/src/nffs_misc.c                            |  2 +-
 fs/nffs/src/nffs_priv.h                            |  3 +--
 fs/nffs/src/nffs_restore.c                         |  3 +--
 fs/nffs/test/src/nffs_test.c                       |  3 +--
 hw/bsp/ada_feather_nrf52/include/bsp/bsp.h         |  2 +-
 hw/bsp/ada_feather_nrf52/src/hal_bsp.c             |  5 +----
 hw/bsp/apollo2_evb/src/hal_bsp.c                   |  2 +-
 hw/bsp/arduino_primo_nrf52/src/hal_bsp.c           |  5 +----
 hw/bsp/bbc_microbit/src/hal_bsp.c                  |  4 +---
 hw/bsp/ble400/src/hal_bsp.c                        |  4 +---
 hw/bsp/bmd200/src/hal_bsp.c                        |  4 +---
 hw/bsp/bmd300eval/src/hal_bsp.c                    |  4 +---
 hw/bsp/calliope_mini/include/bsp/bsp.h             |  4 ++--
 hw/bsp/calliope_mini/src/hal_bsp.c                 |  4 +---
 hw/bsp/ci40/src/hal_bsp.c                          |  3 ++-
 hw/bsp/dwm1001-dev/include/bsp/bsp.h               |  2 +-
 hw/bsp/dwm1001-dev/src/hal_bsp.c                   |  5 +----
 hw/bsp/embarc_emsk/include/bsp/bsp.h               |  2 +-
 hw/bsp/embarc_emsk/src/hal_bsp.c                   |  5 +----
 hw/bsp/frdm-k64f/src/hal_bsp.c                     |  3 +--
 hw/bsp/hifive1/src/hal_bsp.c                       |  5 +----
 hw/bsp/native-armv7/src/hal_bsp.c                  |  4 +---
 hw/bsp/native-mips/src/hal_bsp.c                   |  4 +---
 hw/bsp/native/src/hal_bsp.c                        |  4 +---
 hw/bsp/nina-b1/include/bsp/bsp.h                   |  2 +-
 hw/bsp/nina-b1/src/hal_bsp.c                       |  5 +----
 hw/bsp/nrf51-arduino_101/src/hal_bsp.c             |  4 +---
 hw/bsp/nrf51-blenano/src/hal_bsp.c                 |  4 +---
 hw/bsp/nrf51dk-16kbram/src/hal_bsp.c               |  4 +---
 hw/bsp/nrf51dk/src/hal_bsp.c                       |  4 +---
 hw/bsp/nrf52-thingy/include/bsp/bsp.h              |  2 +-
 hw/bsp/nrf52-thingy/src/hal_bsp.c                  |  6 +-----
 hw/bsp/nrf52840pdk/src/hal_bsp.c                   |  5 +----
 hw/bsp/nrf52dk/include/bsp/bsp.h                   |  2 +-
 hw/bsp/nrf52dk/src/hal_bsp.c                       |  5 +----
 hw/bsp/nucleo-f303k8/include/bsp/bsp.h             |  2 +-
 hw/bsp/nucleo-f303k8/src/hal_bsp.c                 |  4 +---
 hw/bsp/nucleo-f303re/include/bsp/bsp.h             |  2 +-
 hw/bsp/nucleo-f303re/src/hal_bsp.c                 |  4 +---
 hw/bsp/nucleo-f401re/src/hal_bsp.c                 |  4 ++--
 hw/bsp/nucleo-f413re/src/hal_bsp.c                 |  4 ++--
 hw/bsp/nucleo-f413zh/src/hal_bsp.c                 |  4 ++--
 hw/bsp/olimex-p103/src/hal_bsp.c                   |  4 ++--
 hw/bsp/olimex_stm32-e407_devboard/src/hal_bsp.c    |  3 +--
 hw/bsp/pic32mx470_6lp_clicker/src/hal_bsp.c        |  3 ++-
 hw/bsp/pic32mz2048_wi-fire/src/hal_bsp.c           |  2 +-
 hw/bsp/puckjs/include/bsp/bsp.h                    |  2 +-
 hw/bsp/puckjs/src/hal_bsp.c                        |  5 +----
 hw/bsp/rb-blend2/src/hal_bsp.c                     |  5 +----
 hw/bsp/rb-nano2/src/hal_bsp.c                      |  5 +----
 hw/bsp/ruuvi_tag_revb2/include/bsp/bsp.h           |  2 +-
 hw/bsp/ruuvi_tag_revb2/src/hal_bsp.c               |  7 +------
 hw/bsp/sensorhub/include/bsp/bsp.h                 |  2 +-
 hw/bsp/sensorhub/src/hal_bsp.c                     |  3 +--
 hw/bsp/stm32f3discovery/include/bsp/bsp.h          |  2 +-
 hw/bsp/stm32f3discovery/src/hal_bsp.c              |  6 +-----
 hw/bsp/stm32f429discovery/src/hal_bsp.c            |  5 +----
 hw/bsp/stm32f4discovery/src/hal_bsp.c              |  3 +--
 hw/bsp/stm32f767-nucleo/src/hal_bsp.c              |  4 +---
 hw/bsp/stm32f7discovery/src/hal_bsp.c              |  4 +---
 hw/bsp/stm32l152discovery/src/hal_bsp.c            |  3 +--
 hw/bsp/telee02/include/bsp/bsp.h                   |  2 +-
 hw/bsp/telee02/src/hal_bsp.c                       |  5 +----
 hw/bsp/vbluno51/src/hal_bsp.c                      |  4 +---
 hw/bsp/vbluno52/include/bsp/bsp.h                  |  2 +-
 hw/bsp/vbluno52/src/hal_bsp.c                      |  5 +----
 .../include/charge-control/charge_control.h        |  4 +---
 hw/charge-control/src/charge_control.c             |  6 +-----
 hw/drivers/adc/adc_nrf51/src/adc_nrf51.c           |  6 +++---
 hw/drivers/adc/adc_nrf52/src/adc_nrf52.c           |  5 ++---
 hw/drivers/adc/adc_stm32f4/src/adc_stm32f4.c       |  3 +--
 hw/drivers/adc/include/adc/adc.h                   |  2 +-
 .../chg_ctrl/bq24040/include/bq24040/bq24040.h     |  2 +-
 hw/drivers/chg_ctrl/bq24040/src/bq24040.c          |  2 +-
 hw/drivers/debounce/src/debounce.c                 |  4 ++--
 hw/drivers/drv2605/include/drv2605/drv2605.h       |  3 +--
 hw/drivers/drv2605/src/drv2605.c                   |  4 +---
 hw/drivers/drv2605/src/drv2605_shell.c             |  2 +-
 hw/drivers/flash/at45db/src/at45db.c               |  5 ++---
 hw/drivers/lora/sx1272/src/sx1272-board.c          |  3 ++-
 hw/drivers/lora/sx1272/src/sx1272.c                |  4 +---
 hw/drivers/lora/sx1276/src/sx1276.c                |  4 +---
 hw/drivers/lp5523/src/lp5523.c                     |  3 +--
 hw/drivers/lp5523/src/lp5523_shell.c               |  2 +-
 hw/drivers/lwip/stm32_eth/src/stm32_eth.c          |  4 +---
 hw/drivers/mmc/include/mmc/mmc.h                   |  2 +-
 hw/drivers/pwm/include/pwm/pwm.h                   |  2 +-
 hw/drivers/pwm/pwm_nrf52/src/pwm_nrf52.c           |  8 ++++----
 hw/drivers/pwm/soft_pwm/src/soft_pwm.c             |  2 +-
 hw/drivers/rtt/include/rtt/SEGGER_RTT_Conf.h       |  2 +-
 .../rtt/include/rtt/SEGGER_RTT_Conf_Mynewt.h       |  2 +-
 hw/drivers/rtt/src/SEGGER_RTT.c                    |  5 ++---
 .../sensors/adxl345/include/adxl345/adxl345.h      |  3 +--
 hw/drivers/sensors/adxl345/src/adxl345.c           |  4 +---
 hw/drivers/sensors/adxl345/src/adxl345_shell.c     |  2 +-
 hw/drivers/sensors/bma253/include/bma253/bma253.h  |  3 +--
 hw/drivers/sensors/bma253/src/bma253.c             |  2 +-
 hw/drivers/sensors/bma253/src/bma253_shell.c       |  2 +-
 hw/drivers/sensors/bme280/include/bme280/bme280.h  |  3 +--
 hw/drivers/sensors/bme280/src/bme280.c             |  4 +---
 hw/drivers/sensors/bme280/src/bme280_shell.c       |  2 +-
 hw/drivers/sensors/bmp280/include/bmp280/bmp280.h  |  3 +--
 hw/drivers/sensors/bmp280/src/bmp280.c             |  4 +---
 hw/drivers/sensors/bmp280/src/bmp280_shell.c       |  2 +-
 hw/drivers/sensors/bno055/include/bno055/bno055.h  |  3 +--
 hw/drivers/sensors/bno055/src/bno055.c             |  4 +---
 hw/drivers/sensors/bno055/src/bno055_shell.c       |  2 +-
 .../sensors/lis2dh12/include/lis2dh12/lis2dh12.h   |  3 +--
 hw/drivers/sensors/lis2dh12/src/lis2dh12.c         |  4 +---
 .../sensors/lis2dw12/include/lis2dw12/lis2dw12.h   |  3 +--
 hw/drivers/sensors/lis2dw12/src/lis2dw12.c         |  4 +---
 hw/drivers/sensors/lis2dw12/src/lis2dw12_shell.c   |  2 +-
 .../sensors/lps33hw/include/lps33hw/lps33hw.h      |  3 +--
 hw/drivers/sensors/lps33hw/src/lps33hw.c           |  4 +---
 hw/drivers/sensors/lps33hw/src/lps33hw_shell.c     |  2 +-
 .../lsm303dlhc/include/lsm303dlhc/lsm303dlhc.h     |  3 +--
 hw/drivers/sensors/lsm303dlhc/src/lsm303dlhc.c     |  4 +---
 .../sensors/mpu6050/include/mpu6050/mpu6050.h      |  3 +--
 hw/drivers/sensors/mpu6050/src/mpu6050.c           |  4 +---
 hw/drivers/sensors/ms5837/include/ms5837/ms5837.h  |  3 +--
 hw/drivers/sensors/ms5837/src/ms5837.c             |  5 +----
 hw/drivers/sensors/sim/include/sim/sim_accel.h     |  3 +--
 hw/drivers/sensors/sim/include/sim/sim_mag.h       |  3 +--
 hw/drivers/sensors/sim/src/generic_accel.c         |  5 +----
 hw/drivers/sensors/sim/src/generic_mag.c           |  5 +----
 .../sensors/tcs34725/include/tcs34725/tcs34725.h   |  3 +--
 hw/drivers/sensors/tcs34725/src/tcs34725.c         |  4 +---
 hw/drivers/sensors/tcs34725/src/tcs34725_shell.c   |  3 +--
 .../sensors/tsl2561/include/tsl2561/tsl2561.h      |  3 +--
 hw/drivers/sensors/tsl2561/src/tsl2561.c           |  4 +---
 hw/drivers/sensors/tsl2561/src/tsl2561_shell.c     |  2 +-
 hw/drivers/uart/include/uart/uart.h                |  2 +-
 hw/drivers/uart/uart_bitbang/src/uart_bitbang.c    |  5 ++---
 hw/drivers/uart/uart_hal/src/uart_hal.c            |  3 +--
 hw/hal/include/hal/hal_os_tick.h                   |  2 +-
 hw/hal/include/hal/hal_timer.h                     |  2 +-
 hw/mcu/ambiq/apollo2/include/mcu/cortex_m4.h       |  2 +-
 hw/mcu/ambiq/apollo2/include/mcu/hal_apollo2.h     |  2 +-
 hw/mcu/ambiq/apollo2/src/hal_flash.c               |  2 +-
 hw/mcu/ambiq/apollo2/src/hal_gpio.c                |  4 +---
 hw/mcu/ambiq/apollo2/src/hal_os_tick.c             |  2 +-
 hw/mcu/ambiq/apollo2/src/hal_spi.c                 |  3 +--
 hw/mcu/ambiq/apollo2/src/hal_timer.c               |  4 +---
 hw/mcu/ambiq/apollo2/src/hal_uart.c                |  3 +--
 hw/mcu/arc/snps/include/mcu/mcu_arc.h              |  2 +-
 hw/mcu/arc/snps/src/hal_os_tick.c                  |  3 +--
 hw/mcu/microchip/pic32mx470f512h/src/hal_gpio.c    |  2 +-
 hw/mcu/microchip/pic32mx470f512h/src/hal_i2c.c     |  5 ++---
 hw/mcu/microchip/pic32mx470f512h/src/hal_os_tick.c |  2 +-
 hw/mcu/microchip/pic32mx470f512h/src/hal_spi.c     |  2 +-
 hw/mcu/microchip/pic32mx470f512h/src/hal_timer.c   |  4 ++--
 hw/mcu/microchip/pic32mx470f512h/src/hal_uart.c    |  6 +++---
 hw/mcu/microchip/pic32mz2048efg100/src/hal_gpio.c  |  4 ++--
 hw/mcu/microchip/pic32mz2048efg100/src/hal_i2c.c   |  5 ++---
 .../microchip/pic32mz2048efg100/src/hal_os_tick.c  |  2 +-
 hw/mcu/microchip/pic32mz2048efg100/src/hal_spi.c   |  4 ++--
 hw/mcu/microchip/pic32mz2048efg100/src/hal_timer.c |  4 ++--
 hw/mcu/microchip/pic32mz2048efg100/src/hal_uart.c  |  6 +++---
 hw/mcu/mips/danube/src/hal_os_tick.c               |  2 +-
 hw/mcu/native/src/hal_flash.c                      |  2 +-
 hw/mcu/native/src/hal_system.c                     |  6 +-----
 hw/mcu/native/src/hal_timer.c                      |  2 +-
 hw/mcu/native/src/hal_uart.c                       |  5 +----
 hw/mcu/native/src/native_uart_cfg.c                |  2 +-
 hw/mcu/nordic/include/nrfx_glue.h                  |  2 +-
 hw/mcu/nordic/nrf51xxx/src/hal_i2c.c               |  4 +---
 hw/mcu/nordic/nrf51xxx/src/hal_os_tick.c           |  3 +--
 hw/mcu/nordic/nrf51xxx/src/hal_spi.c               |  4 ++--
 hw/mcu/nordic/nrf51xxx/src/hal_system.c            |  2 +-
 hw/mcu/nordic/nrf51xxx/src/hal_timer.c             |  2 +-
 hw/mcu/nordic/nrf52xxx/include/mcu/cortex_m4.h     |  2 +-
 hw/mcu/nordic/nrf52xxx/src/hal_gpio.c              |  6 +++---
 hw/mcu/nordic/nrf52xxx/src/hal_i2c.c               |  3 +--
 hw/mcu/nordic/nrf52xxx/src/hal_os_tick.c           |  5 ++---
 hw/mcu/nordic/nrf52xxx/src/hal_spi.c               |  4 ++--
 hw/mcu/nordic/nrf52xxx/src/hal_timer.c             |  3 +--
 hw/mcu/nordic/nrf52xxx/src/hal_uart.c              |  5 +++--
 hw/mcu/nordic/nrf52xxx/src/hal_watchdog.c          |  3 +--
 hw/mcu/nxp/MK64F12/src/hal_flash.c                 |  3 ++-
 hw/mcu/nxp/MK64F12/src/hal_os_tick.c               |  2 +-
 hw/mcu/nxp/MK64F12/src/hal_uart.c                  |  9 ++++-----
 hw/mcu/nxp/mkw41z/src/hal_os_tick.c                |  3 +--
 hw/mcu/sifive/fe310/include/mcu/fe310.h            |  2 +-
 hw/mcu/sifive/fe310/src/hal_os_tick.c              |  5 ++---
 hw/mcu/sifive/fe310/src/hal_timer.c                |  2 +-
 hw/mcu/sifive/fe310/src/init.c                     |  2 +-
 hw/mcu/sifive/fe310/src/plic.c                     |  2 +-
 hw/mcu/sifive/fe310/src/sys_clock.c                |  2 +-
 hw/mcu/stm/stm32_common/src/hal_os_tick.c          |  2 +-
 hw/mcu/stm/stm32_common/src/hal_spi.c              | 11 +++--------
 hw/mcu/stm/stm32_common/src/hal_system.c           |  2 +-
 hw/mcu/stm/stm32_common/src/stm32_driver_mod_spi.c |  2 +-
 hw/mcu/stm/stm32f1xx/src/hal_i2c.c                 |  2 +-
 hw/mcu/stm/stm32f1xx/src/hal_timer.c               |  3 +--
 hw/mcu/stm/stm32f3xx/src/hal_timer.c               |  3 +--
 hw/mcu/stm/stm32f4xx/src/hal_i2c.c                 |  2 +-
 hw/mcu/stm/stm32f4xx/src/hal_timer.c               |  3 +--
 hw/mcu/stm/stm32f7xx/src/hal_i2c.c                 |  2 +-
 hw/mcu/stm/stm32f7xx/src/hal_timer.c               |  3 +--
 hw/mcu/stm/stm32l1xx/src/hal_i2c.c                 |  2 +-
 hw/mcu/stm/stm32l1xx/src/hal_timer.c               |  3 +--
 hw/sensor/creator/src/sensor_creator.c             |  4 +---
 hw/sensor/include/sensor/accel.h                   |  3 +--
 hw/sensor/include/sensor/color.h                   |  3 +--
 hw/sensor/include/sensor/euler.h                   |  3 +--
 hw/sensor/include/sensor/gyro.h                    |  3 +--
 hw/sensor/include/sensor/humidity.h                |  3 +--
 hw/sensor/include/sensor/light.h                   |  3 +--
 hw/sensor/include/sensor/mag.h                     |  3 +--
 hw/sensor/include/sensor/pressure.h                |  3 +--
 hw/sensor/include/sensor/quat.h                    |  3 +--
 hw/sensor/include/sensor/sensor.h                  |  4 +---
 hw/sensor/include/sensor/temperature.h             |  3 +--
 hw/sensor/src/sensor.c                             | 10 +---------
 hw/sensor/src/sensor_oic.c                         |  6 +-----
 hw/sensor/src/sensor_priv.h                        |  2 +-
 hw/sensor/src/sensor_shell.c                       |  7 +------
 hw/util/button/include/button/button.h             |  2 +-
 hw/util/button/src/button.c                        | 22 ++++++++++++++++++++--
 .../sensor_priv.h => kernel/os/include/os/mynewt.h | 12 ++++++------
 kernel/os/include/os/os.h                          |  7 +++++--
 kernel/os/include/os/os_task.h                     |  1 +
 kernel/os/src/arch/arc/os_arch_arc.c               |  4 ++--
 kernel/os/src/arch/arc/os_fault.c                  |  3 +--
 kernel/os/src/arch/cortex_m0/os_arch_arm.c         |  3 +--
 kernel/os/src/arch/cortex_m0/os_fault.c            |  3 +--
 kernel/os/src/arch/cortex_m3/os_arch_arm.c         |  4 +---
 kernel/os/src/arch/cortex_m3/os_fault.c            |  3 +--
 kernel/os/src/arch/cortex_m4/os_arch_arm.c         |  4 +---
 kernel/os/src/arch/cortex_m4/os_fault.c            |  3 +--
 kernel/os/src/arch/cortex_m7/os_arch_arm.c         |  4 +---
 kernel/os/src/arch/cortex_m7/os_fault.c            |  3 +--
 kernel/os/src/arch/mips/os_arch_mips.c             |  5 +----
 kernel/os/src/arch/mips/os_fault.c                 |  2 +-
 kernel/os/src/arch/pic32/os_arch_pic32.c           |  4 +---
 kernel/os/src/arch/pic32/os_fault.c                |  2 +-
 kernel/os/src/arch/rv32imac/os_arch_rv32imac.c     |  2 +-
 kernel/os/src/arch/rv32imac/os_fault.c             |  3 ++-
 kernel/os/src/arch/sim-armv7/os_arch.c             |  2 +-
 kernel/os/src/arch/sim-mips/os_arch.c              |  2 +-
 kernel/os/src/arch/sim/os_arch.c                   |  2 +-
 kernel/os/src/endian.c                             |  2 +-
 kernel/os/src/os.c                                 | 10 +++-------
 kernel/os/src/os_callout.c                         |  2 +-
 kernel/os/src/os_cputime.c                         |  3 +--
 kernel/os/src/os_cputime_1mhz.c                    |  2 +-
 kernel/os/src/os_cputime_high.c                    |  2 +-
 kernel/os/src/os_cputime_pwr2.c                    |  2 +-
 kernel/os/src/os_dev.c                             |  6 +-----
 kernel/os/src/os_eventq.c                          |  4 +---
 kernel/os/src/os_heap.c                            |  4 +---
 kernel/os/src/os_mbuf.c                            |  3 +--
 kernel/os/src/os_mempool.c                         |  3 +--
 kernel/os/src/os_msys_init.c                       |  4 +---
 kernel/os/src/os_mutex.c                           |  3 +--
 kernel/os/src/os_priv.h                            |  2 +-
 kernel/os/src/os_sanity.c                          |  3 +--
 kernel/os/src/os_sched.c                           |  7 ++-----
 kernel/os/src/os_sem.c                             |  2 +-
 kernel/os/src/os_task.c                            |  8 ++------
 kernel/os/src/os_time.c                            |  6 +-----
 kernel/os/test/src/callout_test.c                  |  4 ++--
 kernel/os/test/src/callout_test.h                  |  3 +--
 kernel/os/test/src/eventq_test.c                   |  4 +---
 kernel/os/test/src/eventq_test.h                   |  4 +---
 kernel/os/test/src/mbuf_test.c                     |  5 ++---
 kernel/os/test/src/mbuf_test.h                     |  5 ++---
 kernel/os/test/src/mempool_test.c                  |  2 +-
 kernel/os/test/src/mempool_test.h                  |  2 +-
 kernel/os/test/src/mutex_test.c                    |  5 ++---
 kernel/os/test/src/mutex_test.h                    |  4 +---
 kernel/os/test/src/os_test.c                       | 12 +++++-------
 kernel/os/test/src/os_test_priv.h                  |  3 +--
 kernel/os/test/src/sem_test.c                      |  4 ++--
 kernel/os/test/src/sem_test.h                      |  3 +--
 kernel/sim/include/sim/sim.h                       |  4 +---
 kernel/sim/src/sim_priv.h                          |  2 +-
 kernel/sim/src/sim_sched_gen.c                     |  2 +-
 kernel/sim/src/sim_sched_nosig.c                   |  4 +---
 kernel/sim/src/sim_sched_sig.c                     |  3 +--
 libc/baselibc/include/assert.h                     |  2 +-
 libc/baselibc/src/start.c                          |  5 ++---
 libc/baselibc/src/tinyprintf.c                     |  2 +-
 mgmt/imgmgr/src/imgmgr.c                           |  4 +---
 mgmt/imgmgr/src/imgmgr_cli.c                       |  3 +--
 mgmt/imgmgr/src/imgmgr_coredump.c                  |  3 +--
 mgmt/imgmgr/src/imgmgr_priv.h                      |  2 +-
 mgmt/mgmt/include/mgmt/mgmt.h                      |  3 +--
 mgmt/mgmt/src/mgmt.c                               |  2 +-
 mgmt/newtmgr/include/newtmgr/newtmgr.h             |  3 +--
 mgmt/newtmgr/nmgr_os/src/newtmgr_os.c              |  6 ++----
 mgmt/newtmgr/src/newtmgr.c                         |  5 +----
 mgmt/newtmgr/transport/ble/src/newtmgr_ble.c       |  3 +--
 mgmt/newtmgr/transport/nmgr_shell/src/nmgr_shell.c |  3 ++-
 mgmt/newtmgr/transport/nmgr_uart/src/nmgr_uart.c   |  4 +---
 mgmt/oicmgr/src/oicmgr.c                           |  9 ++-------
 net/ip/include/arch/sys_arch.h                     |  2 +-
 net/ip/inet_def_service/src/inet_def_service.c     |  3 +--
 net/ip/mn_socket/src/mn_socket.c                   |  2 +-
 net/ip/mn_socket/src/mn_socket_aconv.c             |  2 +-
 net/ip/mn_socket/test/src/mn_sock_test.c           |  4 +---
 net/ip/mn_socket/test/src/mn_sock_test.h           |  4 +---
 net/ip/mn_socket/test/src/mn_sock_util.c           |  4 +---
 net/ip/native_sockets/src/native_sock.c            |  5 ++---
 net/ip/src/ip_init.c                               |  2 +-
 net/ip/src/lwip_cli.c                              |  3 ++-
 net/ip/src/lwip_if.c                               |  3 +--
 net/ip/src/lwip_socket.c                           |  3 +--
 net/ip/src/os_queue.c                              |  4 ++--
 net/lora/node/include/node/lora.h                  |  2 +-
 net/lora/node/include/node/lora_band.h             |  2 +-
 net/lora/node/include/node/lora_priv.h             |  2 +-
 net/lora/node/include/node/mac/LoRaMac.h           |  2 +-
 net/lora/node/src/lora_app.c                       |  4 ++--
 net/lora/node/src/lora_cli.c                       |  3 +--
 net/lora/node/src/lora_node.c                      |  4 ++--
 net/lora/node/src/mac/LoRaMac.c                    |  2 +-
 net/lora/node/src/utilities.c                      |  3 +--
 net/oic/include/oic/messaging/coap/coap.h          |  2 +-
 net/oic/include/oic/port/mynewt/config.h           |  3 +--
 net/oic/include/oic/port/mynewt/transport.h        |  3 +--
 net/oic/src/api/oc_buffer.c                        |  7 ++-----
 net/oic/src/api/oc_client_api.c                    |  2 +-
 net/oic/src/api/oc_core_res.c                      |  4 +---
 net/oic/src/api/oc_discovery.c                     |  2 +-
 net/oic/src/api/oc_helpers.c                       |  2 +-
 net/oic/src/api/oc_main.c                          |  2 +-
 net/oic/src/api/oc_rep.c                           |  4 +---
 net/oic/src/api/oc_ri.c                            |  6 +-----
 net/oic/src/api/oc_server_api.c                    |  4 +---
 net/oic/src/api/oc_uuid.c                          |  2 +-
 net/oic/src/messaging/coap/coap.c                  |  2 +-
 net/oic/src/messaging/coap/engine.c                |  2 +-
 net/oic/src/messaging/coap/observe.c               |  5 +----
 net/oic/src/messaging/coap/separate.c              |  4 +---
 net/oic/src/messaging/coap/transactions.c          |  6 ++----
 net/oic/src/port/mynewt/abort.c                    |  3 +--
 net/oic/src/port/mynewt/adaptor.c                  |  6 ++----
 net/oic/src/port/mynewt/ble_adaptor.c              |  4 ++--
 net/oic/src/port/mynewt/clock.c                    |  2 +-
 net/oic/src/port/mynewt/ip4_adaptor.c              |  5 +----
 net/oic/src/port/mynewt/ip_adaptor.c               |  5 +----
 net/oic/src/port/mynewt/lora_adaptor.c             |  6 ++----
 net/oic/src/port/mynewt/serial_adaptor.c           |  5 ++---
 net/oic/src/port/oc_clock.h                        |  2 +-
 net/oic/test/src/test_discovery.c                  |  4 ++--
 net/oic/test/src/test_getset.c                     |  4 ++--
 net/oic/test/src/test_observe.c                    |  5 ++---
 net/oic/test/src/test_oic.c                        |  3 +--
 net/oic/test/src/testcases/oic_tests.c             |  5 ++---
 net/wifi/wifi_mgmt/include/wifi_mgmt/wifi_mgmt.h   |  2 +-
 .../wifi_mgmt/include/wifi_mgmt/wifi_mgmt_if.h     |  2 +-
 net/wifi/wifi_mgmt/src/wifi.c                      |  3 ++-
 net/wifi/wifi_mgmt/src/wifi_cli.c                  |  2 +-
 net/wifi/wifi_mgmt/src/wifi_priv.h                 |  2 +-
 sys/config/include/config/config.h                 |  2 +-
 sys/config/src/config.c                            |  4 +---
 sys/config/src/config_cli.c                        |  2 +-
 sys/config/src/config_fcb.c                        |  3 +--
 sys/config/src/config_file.c                       |  3 +--
 sys/config/src/config_init.c                       |  4 +---
 sys/config/src/config_json_line.c                  |  2 +-
 sys/config/src/config_nmgr.c                       |  2 +-
 sys/config/src/config_store.c                      |  3 +--
 sys/config/test-fcb/src/conf_test_fcb.c            |  4 ++--
 sys/config/test-fcb/src/conf_test_fcb.h            |  3 +--
 sys/config/test-nffs/src/conf_test_nffs.c          |  4 ++--
 sys/config/test-nffs/src/conf_test_nffs.h          |  3 +--
 sys/console/full/include/console/console.h         |  2 +-
 sys/console/full/src/ble_monitor_console.c         |  2 +-
 sys/console/full/src/console.c                     |  4 +---
 sys/console/full/src/console_fmt.c                 |  3 +--
 sys/console/full/src/rtt_console.c                 |  4 +---
 sys/console/full/src/ticks.c                       |  3 +--
 sys/console/full/src/uart_console.c                |  3 +--
 sys/console/minimal/include/console/console.h      |  2 +-
 sys/console/minimal/src/console.c                  |  4 +---
 sys/console/minimal/src/rtt_console.c              |  4 +---
 sys/console/minimal/src/uart_console.c             |  3 +--
 sys/coredump/src/coredump.c                        |  3 +--
 sys/flash_map/src/flash_map.c                      |  6 +-----
 sys/flash_map/test/src/flash_map_test.c            |  6 ++----
 sys/flash_map/test/src/flash_map_test.h            |  5 +----
 sys/id/src/id.c                                    |  4 ++--
 sys/log/full/include/log/log.h                     |  4 +---
 sys/log/full/src/log.c                             |  4 +---
 sys/log/full/src/log_cbmem.c                       |  3 ++-
 sys/log/full/src/log_console.c                     |  3 +--
 sys/log/full/src/log_fcb.c                         |  5 +----
 sys/log/full/src/log_nmgr.c                        |  3 +--
 sys/log/full/src/log_shell.c                       |  3 +--
 sys/log/full/test/src/log_test.c                   |  4 +---
 sys/log/full/test/src/log_test.h                   |  3 +--
 sys/log/stub/include/log/log.h                     |  2 +-
 sys/mfg/src/mfg.c                                  |  6 +-----
 sys/reboot/src/log_reboot.c                        |  5 +----
 sys/shell/include/shell/shell.h                    |  2 +-
 sys/shell/src/shell.c                              |  4 +---
 sys/shell/src/shell_nlip.c                         |  4 +---
 sys/shell/src/shell_os.c                           |  4 +---
 sys/shell/src/shell_prompt.c                       |  3 +--
 sys/stats/full/include/stats/stats.h               |  3 +--
 sys/stats/full/src/stats.c                         |  4 +---
 sys/stats/full/src/stats_nmgr.c                    |  3 +--
 sys/stats/full/src/stats_shell.c                   |  3 +--
 sys/stats/stub/include/stats/stats.h               |  3 +--
 sys/sysinit/include/sysinit/sysinit.h              |  2 +-
 sys/sysinit/src/sysinit.c                          |  4 +---
 sys/sysview/src/SEGGER_SYSVIEW_Mynewt.c            |  3 +--
 .../include/sysview/vendor/SEGGER_SYSVIEW_Conf.h   |  2 +-
 test/crash_test/src/crash_cli.c                    |  3 +--
 test/crash_test/src/crash_nmgr.c                   |  2 +-
 test/crash_test/src/crash_test.c                   |  4 +---
 test/flash_test/src/flash_test/flash_test.c        |  3 ++-
 test/i2c_scan/src/i2c_scan.c                       |  4 ++--
 test/runtest/src/runtest.c                         |  4 +---
 test/runtest/src/runtest_cli.c                     |  3 +--
 test/runtest/src/runtest_nmgr.c                    |  3 +--
 test/testutil/include/testutil/testutil.h          |  4 +---
 test/testutil/src/suite.c                          |  2 +-
 test/testutil/src/testutil.c                       |  9 ++++-----
 time/datetime/src/datetime.c                       |  4 +---
 util/cbmem/include/cbmem/cbmem.h                   |  2 +-
 util/cbmem/src/cbmem.c                             |  4 +---
 util/cbmem/test/src/cbmem_test.c                   |  4 ++--
 util/cbmem/test/src/cbmem_test.h                   |  2 +-
 util/mem/src/mem.c                                 |  2 +-
 util/parse/src/parse.c                             |  2 +-
 517 files changed, 657 insertions(+), 1186 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
ccollins@apache.org.