[announce] Zephyr v1.3.0 tagged


Perez Hernandez, Javier B
 

Hi,

Zephyr v1.3.0 has been tagged.
The merge window for the next release is now open. 
Below is the list of changes since v1.3.0-rc2.

Regards
Javier B. Perez



Anas Nashif (18):
      samples: magn_polling: include stdio.h and remove redundant configs
      samples: gpio: sanitize test and remove obsolete options
      Revert "samples: philosophers: reduce stack size used"
      quark_se: remove hardcoded reset vector for ARC
      doc: fixed bullet list for bluetooth
      sensor: apds9660: remove IP specific GPIO configs
      gpio: unify kernel configuration for all architectueres
      led_apa102c: rename local configuration and use printk
      samples: pwm: rename local configuration and use printk
      samples: i2c_lsm9ds0: we are using printk only
      samples: cpp_synchronization: rename local configuration and use one config
      arduino_101: support booting with original bootloader
      arduino_101: add support for factory configuration
      arduino_101: add missing version_header.h file
      gpio: fix typo in function documentation
      doc: add section about 3rd party compilers
      update sanitycheck footprint data for the release
      Zephyr 1.3.0

Daniel Leung (8):
      adc/qmsi: use new DEVICE_AND_API_INIT()
      aio_comparator/qmsi: use new DEVICE_AND_API_INIT()
      counter/qmsi: use new DEVICE_AND_API_INIT()
      pwm/qmsi: use new DEVICE_AND_API_INIT()
      rtc/qmsi: use new DEVICE_AND_API_INIT()
      watchdog/qmsi: use new DEVICE_AND_API_INIT()
      spi/qmsi: don't assign driver_api if init fails
      boards/arduino_due: remove redundant I2C default kconfigs

Grzegorz Kolodziejczyk (2):
      Bluetooth: tester: Return pre defined db offset on start server
      Bluetooth: drivers/nble: Fix calling cmd from discov callback

Johan Hedberg (1):
      include/arch/arc: Fix minor space vs tab issue in indentation

Juan Manuel Cruz (3):
      build: support icx llvm compiler
      build: add arc support to issm toolchain
      doc: Updates the toolchain path format instruction

Luiz Augusto von Dentz (5):
      misc: Add sys_slist_insert
      tests: test_slist: Add test for sys_slist_insert
      Bluetooth: Fix not being able to set CONF_FILE for init test
      Bluetooth: GATT: Fix error type
      Bluetooth: GATT: Update documentation to include error domain

Mariusz Skamra (3):
      drivers/nble: Fix status returned from on_nble_gatts_write_evt
      drivers/nble: Fix passing NULL pointer instead of conn to write() cb
      drivers/nble: Fix missing write flush() callback

Roger Lendenmann (1):
      Bluetooth: gatt: include service api definition proposal

Szymon Janc (1):
      Bluetooth: Fix using invalid responder address as peripheral

 Makefile                                           |   21 +-
 arch/arm/soc/atmel_sam3/Kconfig.defconfig          |   14 +-
 arch/x86/Makefile                                  |    9 +
 arch/x86/core/Makefile                             |    2 +-
 arch/x86/core/i386_sysV_abi/Makefile               |    2 +-
 arch/x86/soc/quark_d2000/Makefile                  |    4 +
 arch/x86/soc/quark_se/Kconfig                      |    7 +
 arch/x86/soc/quark_se/Makefile                     |    4 +
 arch/x86/soc/quark_se/soc.h                        |    2 +-
 boards/arduino_101/arduino_101_factory_defconfig   |   20 +
 boards/arduino_101/board.c                         |   13 +
 boards/arduino_101/version_header.h                |   88 +
 .../arduino_101_sss_factory_defconfig              |   19 +
 boards/arduino_101_sss/board.c                     |   12 +
 boards/arduino_101_sss/version_header.h            |   88 +
 boards/arduino_due/Kconfig.defconfig               |   10 -
 doc/getting_started/getting_started.rst            |   52 +-
 doc/getting_started/installation_win.rst           |   11 +-
 doc/subsystems/bluetooth/bluetooth.rst             |   34 +-
 drivers/adc/adc_qmsi.c                             |    7 +-
 drivers/aio/aio_qmsi_comparator.c                  |    9 +-
 drivers/bluetooth/nble/gatt.c                      |   62 +-
 drivers/counter/counter_qmsi_aon.c                 |    9 +-
 drivers/counter/counter_qmsi_aonpt.c               |    9 +-
 drivers/pwm/pwm_qmsi.c                             |    8 +-
 drivers/rtc/rtc_qmsi.c                             |    6 +-
 drivers/spi/spi_qmsi.c                             |    4 +-
 drivers/watchdog/wdt_qmsi.c                        |    6 +-
 include/arch/arc/v2/linker.cmd                     |    4 +
 include/arch/x86/linker-common-sections.h          |    8 +
 include/bluetooth/gatt.h                           |   18 +-
 include/gpio.h                                     |    2 +-
 include/misc/slist.h                               |   21 +
 misc/Kconfig                                       |    8 +
 net/bluetooth/gatt.c                               |   39 +-
 net/bluetooth/hci_core.c                           |   13 +-
 net/bluetooth/hci_core.h                           |    4 +-
 samples/bluetooth/peripheral/src/main.c            |    4 +-
 samples/cpp_synchronization/microkernel/Makefile   |    2 +-
 samples/cpp_synchronization/microkernel/prj.conf   |    2 +
 .../cpp_synchronization/microkernel/prj_arm.conf   |    2 -
 .../cpp_synchronization/microkernel/prj_x86.conf   |    3 -
 samples/drivers/gpio/Makefile                      |   11 +-
 samples/drivers/gpio/prj.conf                      |    3 +
 samples/drivers/gpio/prj_arc.conf                  |    9 -
 samples/drivers/gpio/prj_arm.conf                  |    6 -
 samples/drivers/gpio/prj_x86.conf                  |    5 -
 samples/drivers/gpio/src/main.c                    |   22 +-
 samples/drivers/gpio/testcase.ini                  |    1 -
 samples/drivers/i2c_lsm9ds0/prj.conf               |    2 -
 samples/drivers/led_apa102c/Makefile               |    2 +-
 samples/drivers/led_apa102c/prj.conf               |    4 +
 samples/drivers/led_apa102c/prj_x86.conf           |    5 -
 samples/drivers/led_apa102c/src/main.c             |   12 +-
 samples/drivers/pwm/Makefile                       |    2 +-
 samples/drivers/pwm/prj.conf                       |    5 +
 samples/drivers/pwm/prj_arm.conf                   |    5 -
 samples/drivers/pwm/prj_x86.conf                   |    5 -
 samples/drivers/pwm/src/main.c                     |   10 +-
 samples/drivers/sensor_apds9960/prj_arc.conf       |    3 -
 samples/philosophers/microkernel/prj.mdef          |   14 +-
 samples/philosophers/microkernel/src/phil_task.c   |    2 +-
 samples/sensor/magn_polling/prj.conf               |    6 -
 samples/sensor/magn_polling/src/main.c             |    1 +
 scripts/Kbuild.include                             |    2 +-
 scripts/Makefile.toolchain.iamcu                   |   20 -
 scripts/Makefile.toolchain.issm                    |   38 +
 scripts/sanity_chk/sanity_last_release.csv         | 2532 ++++++++++----------
 tests/bluetooth/init/Makefile                      |    2 +-
 tests/bluetooth/shell/src/main.c                   |    2 +-
 tests/bluetooth/tester/btp_spec.txt                |    7 +-
 tests/bluetooth/tester/src/bttester.h              |    4 +
 tests/bluetooth/tester/src/gatt.c                  |   41 +-
 tests/kernel/test_slist/README.txt                 |    2 +
 tests/kernel/test_slist/src/slist.c                |   30 +-
 75 files changed, 1988 insertions(+), 1489 deletions(-)