github zephyrproject-rtos/zephyr v1.13.0-rc2
Zephyr v1.13.0-rc2

latest releases: v2.7.6, v3.6.0, v3.6.0-rc3...
pre-release5 years ago
Adithya Baglody (3):
      tests: kernel: sched: schedule_api: Increase stack size.
      Revert "sam_e70: enable instruction and data caches on sam_e70"
      tests: benchmarks: sys_kernel: Enable benchmark for slower SoCs

Ajay Kishore (1):
      tests: kernel: init: Fix integer overflow issue

Anas Nashif (10):
      qemu: support alternate path of qemu binaries
      sam_e70: enable instruction and data caches on sam_e70
      Revert "sched: Properly account for timeslicing in tickless mode"
      tests: thread_api: increase stack for test
      nrf52_pca10040: get the erase block size from dts
      doc: DRAFT start for 1.13 release notes
      sanitycheck: capture delayed faults
      sanitycheck: do not abort logging on faults
      tests: syscalls: ignore faults, they are intentional
      release: Zephyr 1.13rc2

Andrzej Głąbek (6):
      dts: nrf: Add ADC nodes and bindings for nRF SoCs
      boards: nrf: Enable ADC nodes in DTS for nRF boards
      drivers: adc: Introduce reworked API
      drivers: adc: Add shims for nrfx ADC and SAADC drivers
      tests: adc_api: Add configurations for nRF5 boards
      drivers: adc: Select HAS_DTS_ADC for all ADC drivers

Andy Ross (9):
      mempool: Fix bit pointer state for N_MAX > 31
      kernel: Remove unused variable
      kernel: Fix double-list-removal corruption case in timeout handling
      sched: Properly account for timeslicing in tickless mode
      kernel: Enable interrupts for MULTITHREADING=n on supported arch's
      sched: Properly account for timeslicing in tickless mode
      tests/kernel/threads/no-multithreading: Disable USERSPACE
      kernel: Final spin in !MULTITHREADING should be locked
      kernel: Disable tick handling when !MULTITHREADING

Aurelien Jarno (5):
      subsys: fs/nvs: fix writes when write_block_size != 1
      arch: arm: stm32: enable instruction and data caches on STM32F7
      dts: stm32l4: add flash erase block size entry
      boards: nucleo_l432kc: add a storage flash partition
      boards: nucleo_l432kc: mark nvs sample as supported

Bobby Noelte (1):
      dts: bindings: scan application dir for bindings

Daniel Leung (3):
      kernel: pipes: fix k_pipe_block_put() when not enough space
      tests/kernel: pipes: add tests for smaller pipe buffers
      doc: add ability to generate PDF

David B. Kinder (3):
      doc: fix misspellings in API documentation
      doc: fix kconfig misspellings
      doc: fix misspellings in reST files

Diego Sueiro (1):
      gpio: Use GPIO_FLAGS instead of GPIO_INT_CONF

Erwan Gouriou (2):
      dts/st: fix stm32l4 gpioh gpioi node addresses
      sensors: introduce kconfig named choices

Flavio Ceolin (1):
      subsys: logging: Fix possible out-of-bounds read

Gil Pitney (1):
      samples: net: sockets: echo-client: fix sock fd test, allow zero.

Henrik Brix Andersen (3):
      boards: nrf52_adafruit_feather: Add pyOCD configuration
      boards: nrf52840_pca10059: Add pyOCD configuration
      boards: nrf52840_pca10059: Fix pyOCD configuration

Johan Hedberg (1):
      Bluetooth: Fix using correct IRK when generating RPA

Jukka Rissanen (8):
      net: udp: Check return value when appending UDP data
      net: tcp: Handle out-of-buf properly when preparing segment
      tests: net: Run networking tests only for selected platforms
      tests: net: websocket: Fix crash when tearing down tests
      net: app: Notify peers properly when DTLS connection is closed
      net: dhcpv4: Do not debug print IP address using NULL pointer
      samples: net: mbedtls: Remove apps using raw mbedtls APIs
      doc: Add networking information to 1.13 release note

Justin Watson (1):
      sam: adc: Updated SAM ADC driver.

Jørgen Kvalvaag (1):
      tests: net: mqtt: Fix rc check in mqtt_publisher test

Kiril Zyapkov (1):
      arch: arm: stm32l4: add missing I2C_3 to dts.fixup

Luiz Augusto von Dentz (1):
      Bluetooth: IPSP: Fix pointing to invalid file

Maureen Helm (9):
      samples: nvs: Allow mpu flash write
      samples: nvs: Use depends_on to select platforms
      samples: nvs: Use flash erase block size from dts
      samples: mpu_stack_guard_test: Fix yaml regexes
      samples: mpu_stack_guard_test: Update console output in README
      adc: Convert mcux adc16 driver to the new adc api
      tests: adc_api: Add support for kinetis boards
      tests: gen_isr_table: Add barriers after triggering the irq
      boards: Remove CONFIG_OSC_EXTERNAL defconfigs from non-kinetis boards

Michael Scott (25):
      drivers: gpio: sx1509b: Kconfig options depend on GPIO_SX1509B
      net: lwm2m: correct Copyright to Foundries.io
      net: lwm2m: check for read permission on observe
      net: lwm2m: fix typo in observe error message
      net: lwm2m: return observe errors immediately
      net: lwm2m: simplify MATCH_ logic in do_read_op()
      net: lwm2m: fix logic for lwm2m_next_engine_obj_inst()
      net: lwm2m: fix reading multiple objects that don't start at 0
      net: lwm2m: allow formatters to perform processing prior to read_op
      net: lwm2m: plain-text: process only reads for a specific resource
      net: lwm2m: introduce output context user_data
      net: lwm2m: json formatter use private data
      net: lwm2m: tlv formatter use private data
      net: lwm2m: remove unused members from lwm2m_output_context
      net: lwm2m: optimize variable order in lwm2m_perform_read_op()
      net: lwm2m: correct placement of put_begin/put_end in READ op
      net: lwm2m: fix JSON format for multi-instance reads
      net: lwm2m: optimize lwm2m_perform_read_op()
      net: lwm2m: introduce put_begin/end for object instance and resources
      net: lwm2m: store a backup of the entire path in perform_read_op
      net: lwm2m: implement begin/end processing for obj inst and resources
      net: lwm2m: refactor put_begin_ri/put_end_ri into generic functions
      net: lwm2m: TLV: mark object instance boundry when needed
      net: lwm2m: in oma_tlv_put don't re-add value when insert is true
      net: lwm2m: fix formatter reader/writer initialization syntax

Niranjhana N (5):
      tests: power: exclude arduino_101
      tests: cmsis_rtos_v1: add semaphore negative tests
      lib: cmsis_rtos_v1: replace an else case
      tests: cmsis_rtos_v1: add and enhance msgq tests
      lib: cmsis_rtos_v1: remove unhit return case

Olivier Martin (1):
      subsys: bluetooth: host: Ensure PDUs are not allocated in ISR

Paul Sokolovsky (9):
      net: pkt: Cleanup validation of min fragment size based on max headers
      net: context: Move/rename net_context_set_appdata_values() to net_pkt.c
      net: sockets: close: Call net_context_accept only for listening socket
      net: tcp: Properly queue FIN packets for retransmission
      net: tcp: Remove NET_TCP_FINAL_* flags
      net: tcp: Add comment of func prototype for NET_CONN_CB macro usages
      kernel: k_poll: Introduce separate status for cancelled events
      tests: k_poll: Add testcase to poll fifo which gets k_fifo_cancel_wait
      net: sockets: poll: Handle EINTR return from k_poll

Pawel Dunaj (1):
      drivers: gpio: Fix two bugs in nrfx gpio

Praful Swarnakar (2):
      tests: cmsis_rtos_v1: Add more test scenarios in mutex
      tests: crypto: sha256: Add the missing test case for execution

Punit Vara (12):
      drivers: Use Designware driver for sensor subsystem
      dts: arc: Use dts tree for designware driver
      boards: quark_se_c1000_ss_devboard: Enable ADC node
      drivers: adc: Update new ADC APIs
      drivers: Kconfig.dw: Remove unnecessary Kconfig
      drivers: grove: Modify light sensor
      drivers: grove: Update temperature driver
      tests: adc_api: Add ARC related parameters for ADC
      samples: grove_light: Provide device name from Kconfig
      samples: grove_temperature: Use device name from Kconfig
      boards: quark_d2000_crb: Remove adc support
      tests: adc_api: Remove sample width test scenario

Radoslaw Koppel (1):
      samples: bluetooth: peripheral_hids: Add settings module

Rajavardhan Gundi (2):
      lib/cmsis_rtos_v1: Remove redundant stack size check
      lib/posix: Use static allocation for posix_thread objects

Ramakrishna Pallala (1):
      boards: nios2: qemu_nios2: Add board documentation

Ruslan Mstoi (1):
      net: ipv6: Drop packet with multiple HBHO

Savinay Dharmappa (2):
      subsys: usb: class: hid: Add OUT interrupt endpoint
      boards: x86: arduino_101: set DISK_FLASH_MAX_RW_SIZE to 256

Sebastian Bøe (1):
      syscalls: Correct the type of _k_syscall_table

Spoorthi K (3):
      tests: benchmark: Check for return values
      lib/cmsis_rtos_v1: Check if osKernelStart() is called from ISR
      tests: cmsis_rtos_v1: Wait for longer duration in k_busy_wait

Stanislav Poboril (1):
      doc: fix wrong board name in NXP LPCXpresso54114 doc

Subramanian Meenakshi Sundaram (1):
      subsys: logging: Fix possible null dereference

Ulf Magnusson (3):
      Kconfiglib: Make header symbol order match .config files again
      Kconfig: Show include paths in menuconfig and documentation
      menuconfig: Fix a case of visible symbols not being shown

Vinayak Kariappa Chettimada (5):
      Bluetooth: controller: Fix assert on different transaction collision
      Bluetooth: Add HCI Error Code definitions required by LE controller
      Bluetooth: controller: Use HCI Error Code definitions
      Bluetooth: Kconfig the Auto PHY Update Procedure initiation
      Bluetooth: controller: Fix compile error when PHY update disabled

Wayne Ren (2):
      boards: cleanup and update the default config of arc boards
      tests: a fix for ARC and MPU VER 3

Yannis Damigos (4):
      drivers: i2c_ll_stm32_v1: Generate STOP condition if NACK
      drivers: i2c_ll_stm32_v1: Handle NACK during address tranmsission
      arch: st_stm32: Remove I2C and SPI instances from common defconfig
      arch: stm32l4: Enable gpio interrupts correctly

Yasushi SHOJI (1):
      doc: enhance multi-level interrupts diagram


Don't miss a new zephyr release

NewReleases is sending notifications on new releases.