Zephyr v1.1.0 tagged
Nashif, Anas
Hi,
Zephyr v1.1.0 was tagged 2 days ago and merge window for the next release is no open. Release notes and other details will be posted on the website.
Here is the log of changes since the rc1.
Merge window for v1.2.0 will close March 18th, so please submit any major changes by this date.
Anas Nashif (3):
Revert "samples: A test app for WinBond spi flash"
sanitycheck: updated footprint numbers
Zephyr 1.1.0
Andre Guedes (1):
samples: Add UART application
Andrei Emeltchenko (1):
Bluetooth: Fix typo subscribtions to subscriptions
Andrew Boie (7):
sanitycheck: fail on footprint analysis of stripped ELFs
gen_idt: correctly warn on duplicate IRQ connections
REVERTME: bluetooth: tests: disable some tests
sys_io: introduce bitfield ops
test_bitfield: exercise sys_*_bit and sys_bitfield_*_bit
sys_io: don't allow negative bit offsets
system_apic: rename irq_enable/disable
Dan Kalowsky (1):
arch: arm: set the architecture via Kconfig
Johan Hedberg (5):
include: Add UNALIGNED_PUT helper
include: Remove UNALIGNED_READ & UNALIGNED_WRITE
drivers/spi: dw: Fix unaligned access
drivers/spi: intel: Fix typo in DBG log
SPI: Change read/write buffer pointers to void *
Leona Cook (4):
doc: Edit microkernel_semaphores.rst for consist structure and APIs.
doc: Add clarification to common execution contexts docs
doc: Edit microkernel_events for clarity, ReST syntax, and parallelism.
doc: Edit microkernel_timers.rst with better ReST syntax to enhance readability.
Maciek Borzecki (1):
gitignore: make sure that SOC specific linker scripts stay visible
Mariusz Skamra (1):
Bluetooth: tester: Fix missing le to host order conversion
Ramesh Thomas (1):
power_mgmt:sample:Power Manager application
Ravi kumar Veeramally (4):
net: Fix NETWORKING_WITH_15_4_TI_CC2520 config option
net: apps: Fix echo apps Makefile
net: apps: Add separate prj_qemu.conf for board type qemu
net: 802.15.4: Fix the dummy driver
Vlad Lungu (2):
spi: intel: fix typo in port 1 configuration
spi: intel: fix write failures at low speeds
Yannis Damigos (2):
zephyr-env.sh: Set correctly $ZEPHYR_BASE in zsh
arch: & kernel: Updated Kconfigs to remove errors in html generation
.gitignore | 2 +-
Makefile | 2 +-
arch/arc/Kconfig | 5 +-
arch/arm/Makefile | 6 +
arch/arm/core/cortex_m/Kconfig | 3 +-
arch/arm/soc/atmel_sam3/Makefile | 3 +-
arch/arm/soc/fsl_frdm_k64f/Makefile | 4 +-
arch/arm/soc/ti_lm3s6965/Makefile | 3 +-
doc/kernel/common/common_contexts.rst | 49 +-
doc/kernel/microkernel/microkernel_events.rst | 94 +-
doc/kernel/microkernel/microkernel_semaphores.rst | 60 +-
doc/kernel/microkernel/microkernel_timers.rst | 102 +-
drivers/adc/adc_ti_adc108s102.c | 9 +-
drivers/interrupt_controller/system_apic.c | 5 +-
drivers/spi/spi_dw.c | 16 +-
drivers/spi/spi_dw.h | 2 +-
drivers/spi/spi_intel.c | 54 +-
drivers/spi/spi_intel.h | 9 +-
drivers/spi/spi_qmsi.c | 4 +-
include/arch/arc/v2/asm_inline_gcc.h | 64 +-
include/arch/x86/asm_inline_gcc.h | 30 +-
include/spi.h | 12 +-
include/sys_io.h | 90 +-
include/toolchain/gcc.h | 17 +-
kernel/Kconfig | 1 +
kernel/microkernel/Kconfig | 1 +
net/bluetooth/gatt.c | 4 +-
net/ip/Kconfig | 1 -
net/ip/dummy_15_4_radio.c | 20 +-
samples/drivers/spi_flash/Makefile | 6 -
samples/drivers/spi_flash/README.txt | 35 -
samples/drivers/spi_flash/prj.conf | 7 -
samples/drivers/spi_flash/prj.mdef | 5 -
samples/drivers/spi_flash/src/Makefile | 1 -
samples/drivers/spi_flash/src/main.c | 75 --
samples/drivers/uart/Makefile | 5 +
samples/drivers/uart/prj.config | 1 +
samples/drivers/uart/src/Makefile | 1 +
samples/drivers/uart/src/main.c | 55 +
samples/net/echo_client/Makefile | 6 +-
samples/net/echo_client/prj_qemu.conf | 11 +
samples/net/echo_server/Makefile | 6 +-
samples/net/echo_server/Makefile.ipstack | 19 +-
samples/net/echo_server/prj_qemu.conf | 10 +
samples/power/power_mgr/Makefile | 6 +
samples/power/power_mgr/README.txt | 56 +
samples/power/power_mgr/prj.conf | 5 +
samples/power/power_mgr/prj.mdef | 5 +
samples/power/power_mgr/src/Makefile | 1 +
samples/power/power_mgr/src/main.c | 165 +++
samples/power/power_mgr/testcase.ini | 5 +
scripts/gen_idt/gen_idt.c | 5 +-
scripts/sanity_chk/sanity_last_release.csv | 1144 ++++++++++-----------
scripts/sanitycheck | 5 +-
tests/bluetooth/shell/testcase.ini | 5 +-
tests/bluetooth/tester/src/gatt.c | 6 +-
tests/bluetooth/tester/testcase.ini | 3 +-
tests/kernel/test_bitfield/Makefile | 4 +
tests/kernel/test_bitfield/src/Makefile | 3 +
tests/kernel/test_bitfield/src/bitfield.c | 208 ++++
tests/kernel/test_bitfield/testcase.ini | 4 +
zephyr-env.sh | 4 +-
62 files changed, 1528 insertions(+), 1021 deletions(-)
Zephyr v1.1.0 was tagged 2 days ago and merge window for the next release is no open. Release notes and other details will be posted on the website.
Here is the log of changes since the rc1.
Merge window for v1.2.0 will close March 18th, so please submit any major changes by this date.
Anas Nashif (3):
Revert "samples: A test app for WinBond spi flash"
sanitycheck: updated footprint numbers
Zephyr 1.1.0
Andre Guedes (1):
samples: Add UART application
Andrei Emeltchenko (1):
Bluetooth: Fix typo subscribtions to subscriptions
Andrew Boie (7):
sanitycheck: fail on footprint analysis of stripped ELFs
gen_idt: correctly warn on duplicate IRQ connections
REVERTME: bluetooth: tests: disable some tests
sys_io: introduce bitfield ops
test_bitfield: exercise sys_*_bit and sys_bitfield_*_bit
sys_io: don't allow negative bit offsets
system_apic: rename irq_enable/disable
Dan Kalowsky (1):
arch: arm: set the architecture via Kconfig
Johan Hedberg (5):
include: Add UNALIGNED_PUT helper
include: Remove UNALIGNED_READ & UNALIGNED_WRITE
drivers/spi: dw: Fix unaligned access
drivers/spi: intel: Fix typo in DBG log
SPI: Change read/write buffer pointers to void *
Leona Cook (4):
doc: Edit microkernel_semaphores.rst for consist structure and APIs.
doc: Add clarification to common execution contexts docs
doc: Edit microkernel_events for clarity, ReST syntax, and parallelism.
doc: Edit microkernel_timers.rst with better ReST syntax to enhance readability.
Maciek Borzecki (1):
gitignore: make sure that SOC specific linker scripts stay visible
Mariusz Skamra (1):
Bluetooth: tester: Fix missing le to host order conversion
Ramesh Thomas (1):
power_mgmt:sample:Power Manager application
Ravi kumar Veeramally (4):
net: Fix NETWORKING_WITH_15_4_TI_CC2520 config option
net: apps: Fix echo apps Makefile
net: apps: Add separate prj_qemu.conf for board type qemu
net: 802.15.4: Fix the dummy driver
Vlad Lungu (2):
spi: intel: fix typo in port 1 configuration
spi: intel: fix write failures at low speeds
Yannis Damigos (2):
zephyr-env.sh: Set correctly $ZEPHYR_BASE in zsh
arch: & kernel: Updated Kconfigs to remove errors in html generation
.gitignore | 2 +-
Makefile | 2 +-
arch/arc/Kconfig | 5 +-
arch/arm/Makefile | 6 +
arch/arm/core/cortex_m/Kconfig | 3 +-
arch/arm/soc/atmel_sam3/Makefile | 3 +-
arch/arm/soc/fsl_frdm_k64f/Makefile | 4 +-
arch/arm/soc/ti_lm3s6965/Makefile | 3 +-
doc/kernel/common/common_contexts.rst | 49 +-
doc/kernel/microkernel/microkernel_events.rst | 94 +-
doc/kernel/microkernel/microkernel_semaphores.rst | 60 +-
doc/kernel/microkernel/microkernel_timers.rst | 102 +-
drivers/adc/adc_ti_adc108s102.c | 9 +-
drivers/interrupt_controller/system_apic.c | 5 +-
drivers/spi/spi_dw.c | 16 +-
drivers/spi/spi_dw.h | 2 +-
drivers/spi/spi_intel.c | 54 +-
drivers/spi/spi_intel.h | 9 +-
drivers/spi/spi_qmsi.c | 4 +-
include/arch/arc/v2/asm_inline_gcc.h | 64 +-
include/arch/x86/asm_inline_gcc.h | 30 +-
include/spi.h | 12 +-
include/sys_io.h | 90 +-
include/toolchain/gcc.h | 17 +-
kernel/Kconfig | 1 +
kernel/microkernel/Kconfig | 1 +
net/bluetooth/gatt.c | 4 +-
net/ip/Kconfig | 1 -
net/ip/dummy_15_4_radio.c | 20 +-
samples/drivers/spi_flash/Makefile | 6 -
samples/drivers/spi_flash/README.txt | 35 -
samples/drivers/spi_flash/prj.conf | 7 -
samples/drivers/spi_flash/prj.mdef | 5 -
samples/drivers/spi_flash/src/Makefile | 1 -
samples/drivers/spi_flash/src/main.c | 75 --
samples/drivers/uart/Makefile | 5 +
samples/drivers/uart/prj.config | 1 +
samples/drivers/uart/src/Makefile | 1 +
samples/drivers/uart/src/main.c | 55 +
samples/net/echo_client/Makefile | 6 +-
samples/net/echo_client/prj_qemu.conf | 11 +
samples/net/echo_server/Makefile | 6 +-
samples/net/echo_server/Makefile.ipstack | 19 +-
samples/net/echo_server/prj_qemu.conf | 10 +
samples/power/power_mgr/Makefile | 6 +
samples/power/power_mgr/README.txt | 56 +
samples/power/power_mgr/prj.conf | 5 +
samples/power/power_mgr/prj.mdef | 5 +
samples/power/power_mgr/src/Makefile | 1 +
samples/power/power_mgr/src/main.c | 165 +++
samples/power/power_mgr/testcase.ini | 5 +
scripts/gen_idt/gen_idt.c | 5 +-
scripts/sanity_chk/sanity_last_release.csv | 1144 ++++++++++-----------
scripts/sanitycheck | 5 +-
tests/bluetooth/shell/testcase.ini | 5 +-
tests/bluetooth/tester/src/gatt.c | 6 +-
tests/bluetooth/tester/testcase.ini | 3 +-
tests/kernel/test_bitfield/Makefile | 4 +
tests/kernel/test_bitfield/src/Makefile | 3 +
tests/kernel/test_bitfield/src/bitfield.c | 208 ++++
tests/kernel/test_bitfield/testcase.ini | 4 +
zephyr-env.sh | 4 +-
62 files changed, 1528 insertions(+), 1021 deletions(-)