Commit graph

  • c2e9eef8b0 tests: kernel context: rewrite test to use ztest correctly Anas Nashif 2018-05-25 13:28:12 -0400
  • 9a28c87b42 tests: posix: rename entry file to main.c Anas Nashif 2018-05-26 18:52:41 -0500
  • 6faf5b8608 test: early_sleep: cleanup test Anas Nashif 2018-05-26 09:11:10 -0500
  • f0f11289ad tests: schedule_api: change category to sched Anas Nashif 2018-05-26 09:05:09 -0500
  • 20e969b8f1 tests: schedule_api: fix references to tested APIs Anas Nashif 2018-05-26 08:50:11 -0500
  • c5be083df5 tests: move schedule_api under sched/ Anas Nashif 2018-05-26 08:44:50 -0500
  • 43293b9016 tests: critical: fix naming and comments Anas Nashif 2018-05-26 08:27:05 -0500
  • c40b9e04e8 codeowner: Fix wildcard issue for arch/arm/soc/st_stm32/ Erwan Gouriou 2018-05-28 10:05:01 +0200
  • ae2f419b56 subsys: disk: Fix log level issues Ramakrishna Pallala 2018-05-28 17:00:50 +0530
  • cf8ee7372d doc: updated doc for Zephyr release 1.12. Ramakrishna Pallala 2018-05-28 16:56:40 +0530
  • 95fc141ae5 dts: x86: Fix wrong interrupt number for I2C Punit Vara 2018-05-28 13:11:17 +0530
  • 373a02126e drivers: serial: nrf: Fix interrupts enabling/disabling Andrzej Głąbek 2018-05-28 11:29:00 +0200
  • 71ce9b524a arch: arc: snps_emsk: Removed dead code Kumar Gala 2018-05-24 19:05:47 -0500
  • 75398d2c38 kernel/mempool: Handle transient failure condition Andy Ross 2018-05-24 13:27:35 -0700
  • 6eabea3a7e Kconfiglib: Warn for unquoted string defaults Ulf Magnusson 2018-05-25 21:19:07 +0200
  • cc4473831f soc: soc_family: Consistently quote string defaults Ulf Magnusson 2018-05-25 21:12:24 +0200
  • d946ed7328 soc: defconfig.series: Consistently quote string defaults Ulf Magnusson 2018-05-25 21:09:37 +0200
  • a3128e6a2c boards: defconfig: Consistently quote string defaults Ulf Magnusson 2018-05-25 20:56:38 +0200
  • 3ac3216d89 soc: defconfig: Consistently quote string defaults Ulf Magnusson 2018-05-25 21:19:21 +0200
  • edd18c8f5a arch: x86: Better document that CR0.WP will also be set when CR0.PG is Leandro Pereira 2018-05-25 16:23:12 -0700
  • 8e15353de5 i2c: i2c_gpio: fix typos in Kconfig file Aurelien Jarno 2018-05-26 22:17:11 +0200
  • a9fe133d07 arch: arm: fix a typos in Kconfig file Aurelien Jarno 2018-05-26 22:17:11 +0200
  • 0825d0cd19 arch: arm: fix undefined variable bug Ioannis Glaropoulos 2018-05-26 21:07:54 +0200
  • 47420d04f0 doc: add requirement IDs Anas Nashif 2018-05-24 14:20:56 -0400
  • a541e93d9a doc: document thread options Anas Nashif 2018-05-24 11:19:16 -0500
  • eeae0eeffb tests: kernel: put all thread tests on one level Anas Nashif 2018-05-23 23:48:36 -0400
  • fe4693bd9f tests: threads: fold customdata tests into main test Anas Nashif 2018-05-23 23:47:15 -0400
  • fa4aa9fec0 tests: threads: fold systemthread tests into main test Anas Nashif 2018-05-23 23:21:28 -0400
  • ce78d16b73 doc: document kernel APIs with doxygen Anas Nashif 2018-05-24 12:43:11 -0500
  • 92b9d9606d doxygen: enable more option for docs Anas Nashif 2018-05-24 12:42:22 -0500
  • 0a4389839f tests: kernel: document thread tests for RTM Anas Nashif 2018-05-23 22:21:02 -0500
  • fc8bcb9a1b usb: netusb: Refactor function's status callbacks Andrei Emeltchenko 2018-05-21 11:12:55 +0300
  • ee4a417586 samples: echo_server: Remove conflicting option from conf file Andrei Emeltchenko 2018-05-17 16:21:00 +0300
  • 7a6f1c9884 usb: netusb: Implement status callback for RNDIS Andrei Emeltchenko 2018-05-15 16:23:42 +0300
  • 1d5692a7b6 usb: netusb: Implement status callback for EEM Andrei Emeltchenko 2018-05-15 16:22:51 +0300
  • 851195bfe3 usb: netusb: Implement status callback for ECM Andrei Emeltchenko 2018-05-15 16:20:19 +0300
  • 3497791372 usb: netusb: Use function - defined status callbacks Andrei Emeltchenko 2018-05-15 16:19:08 +0300
  • 5135a73391 usb: netusb: Add subsys/usb to include list Andrei Emeltchenko 2018-05-15 14:49:01 +0300
  • 4089602f3a subsys: fs/nvs: fix _nvs_sector_is_used Aurelien Jarno 2018-05-22 00:19:03 +0200
  • 131c4a4f74 subsys: fs/nvs: do not assume the flash is mapped at address 0 Aurelien Jarno 2018-05-22 00:19:03 +0200
  • 4795b79e9d subsys: fs/nvs: kill a warning Aurelien Jarno 2018-05-20 00:33:23 +0200
  • 14aae1a189 subsys: fs/nvs: remove explicit padding from structures Aurelien Jarno 2018-05-20 00:33:23 +0200
  • 154e6ea72f subsys: fs/nvs: never write more than the source buffer Aurelien Jarno 2018-05-20 00:33:23 +0200
  • 7acd339974 subsys: fs/nvs: never read more than the destination buffer Aurelien Jarno 2018-05-20 00:33:23 +0200
  • 83ac3f8bd5 subsys: fs/nvs: explicitly pad flash writes up to the write block size Aurelien Jarno 2018-05-20 00:33:23 +0200
  • a7ffc83bcc doc: Create a sensor threat model doc David Brown 2018-05-04 15:00:01 -0600
  • 544f827173 samples: mbedTLS server: Remove CONFIG_NET_SLIP_TAP assignment Ulf Magnusson 2018-05-22 22:07:07 +0200
  • 4c58ffb5ab net: lwm2m: dont release reply for duplicate block transfer Michael Scott 2018-03-23 10:49:44 -0700
  • ba2c44e483 tests: enable HW stack protection by default Andrew Boie 2018-05-24 22:14:20 -0700
  • 9550a7b17f ext: lib: crypto: Restore config macros removed in mbedTLS 2.9.0 Maureen Helm 2018-05-25 13:55:34 -0500
  • 1cd6373f21 ext: lib: crypto: Update mbedTLS to 2.9.0 Maureen Helm 2018-05-24 15:34:27 -0500
  • df55524d6a userspace: align _k_object to 4 bytes Andrew Boie 2018-05-25 07:28:54 -0700
  • cbdfdf9e77 samples: bmm150: Remove assignment to missing CONFIG_BMM150_SET_ATTR Ulf Magnusson 2018-05-25 18:02:49 +0200
  • 6a014b6321 tests: spi: Check for return value Punit Vara 2018-05-24 15:51:11 +0530
  • 2568e83905 boards: stm32f3_disco: Add usb_device to supported features Yannis Damigos 2018-05-25 20:40:52 +0300
  • d8fd97abe0 drivers/ethernet: stm32: Don't exit driver init on HAL timeout Erwan Gouriou 2018-05-04 14:38:41 +0200
  • 2ef42b7abe boards: arm: add support for NUCLEO-L053R8 Anthony Kreft 2018-05-24 07:39:19 -0500
  • 94a22daf36 arch: arm: STM32L053X8 support Anthony Kreft 2018-04-30 21:58:03 -0500
  • bb9fe428d8 spi: spi_ll_stm32: Fix transceive() ret value in spi_slave case Armando Visconti 2018-05-22 15:00:53 +0200
  • fa153a0003 boards: nucleo_l432kc: fix GPIO definitions Aurelien Jarno 2018-05-18 00:12:53 +0200
  • 1d7bd5665f boards: cc3220sf_launchxl: Fix documentation links Gil Pitney 2018-05-16 17:24:21 -0700
  • 5fe0f7df44 boards: cc3220sf_launchxl: Update board documentation for flash/debug Gil Pitney 2018-05-16 19:03:34 -0700
  • e0d02d9420 boards: cc3220sf_launchxl: Enable standard flash/debug build targets Gil Pitney 2018-05-16 17:11:55 -0700
  • 9d2f370ddb boards: cc3220sf_launchxl: Make cc3220sf XIP by default Gil Pitney 2018-05-10 15:22:32 -0700
  • 8cc002e657 soc: stm32f1: add port uart4 Jun Li 2018-03-15 07:52:57 -0700
  • 8b7c3cffb1 arch: arm: soc: stm32l0: add LPUART1 pinmux options Ilya Tagunov 2018-03-30 14:58:06 +0300
  • 1e6d827a53 drivers: serial: stm32: add LPUART support for L0/L4 series Ilya Tagunov 2018-04-11 17:10:47 +0300
  • 967c31bc07 drivers: serial: stm32: enable LBD only for UARTs with LIN support Ilya Tagunov 2018-03-29 19:40:00 +0300
  • fd26514a4d drivers: serial: stm32: rework macros and fixups Ilya Tagunov 2018-04-11 16:19:13 +0300
  • 6632ffa60f drivers: serial: stm32: remove HAL driver legacy Ilya Tagunov 2018-04-11 15:21:16 +0300
  • 24fcba44d3 arch: arm: remove redundant ifdef check Ioannis Glaropoulos 2018-05-23 12:12:13 +0200
  • 86b5364335 tests/kernel: Add preemption priority test Andy Ross 2018-05-23 09:26:39 -0700
  • 3a0cb2d35d kernel: Remove legacy preemption checking Andy Ross 2018-05-23 14:06:22 -0700
  • 21792fa020 tests: posix: timer: Fix integer handling issues Spoorthi K 2018-05-25 15:54:54 +0530
  • 58967c7d3c scripts: extract_dts_includes.py: fix multiple include in bindings Bobby Noelte 2018-04-15 11:50:21 +0200
  • b028a51542 boards: cc2650_sensortag: Remove TRNG and PINMUX prio Kconfig settings Ulf Magnusson 2018-05-25 16:43:33 +0200
  • 7f4608cc61 gpio: Fix imx driver edge selection when configuring by port Maureen Helm 2018-05-25 10:08:11 -0500
  • a59f544fb4 bluetooth: controller: Handle non-priority events correctly Carles Cufi 2018-05-25 16:47:36 +0200
  • 3c8e033e69 tests: net: all: Remove CONFIG_HTTP_HEADER_FIELD_ITEMS assignment Ulf Magnusson 2018-05-25 14:24:15 +0200
  • f6bdcb71ea tests: net: all: Fix assignments to old nbuf API Kconfig symbols Ulf Magnusson 2018-05-25 14:20:45 +0200
  • 7765813787 tests: net: all: Fix assignments to old TIME_WAIT Kconfig symbols Ulf Magnusson 2018-05-25 14:13:02 +0200
  • 637ad4cc49 tests: net: all: Remove redundant/misspelled NET_RPL assignments Ulf Magnusson 2018-05-25 14:04:55 +0200
  • 2facf33f28 net: ieee802154: Remove old cc2520 AUTO_ACK assignments Ulf Magnusson 2018-05-25 15:19:30 +0200
  • 31c5a83e7f samples: hci_uart: Remove NRF5 Kconfig baud rate setting Ulf Magnusson 2018-05-25 15:42:59 +0200
  • d96dbadd75 tests: adc_simple: Change ADC_DEBUG=y to SYS_LOG_ADC_LEVEL=4 Ulf Magnusson 2018-05-25 16:07:48 +0200
  • 8364b223e4 Fix struct offsets (DWARF v2 compatibility) ruuddw 2018-05-25 15:53:27 +0200
  • 49f0dabfcc arch: arm: refactor default _FaultDump to provide fatal error code Ioannis Glaropoulos 2018-05-24 18:40:09 +0200
  • d54dc42af9 arch: arm: refactor FAULT_DUMP to retrieve the fatal error reason Ioannis Glaropoulos 2018-05-24 17:36:24 +0200
  • d2c8a20560 arch: arm: document non-returning fatal handlers Ioannis Glaropoulos 2018-05-24 14:54:47 +0200
  • e8182fa03d test: kernel: remove workaround for arm_mpu (keep for nxp_mpu) Ioannis Glaropoulos 2018-05-24 15:02:13 +0200
  • 65e79fd5c2 boards: exp432p401r_launchxl: Remove Flash base address Kconfig setting Ulf Magnusson 2018-05-25 15:49:50 +0200
  • f3f767a2ae tests: power: multicore: Remove CONFIG_UART_{0,1}=n assignments Ulf Magnusson 2018-05-25 15:03:42 +0200
  • 876a9af9d5 arch: arc: fix the bug in register clear for USER_SPACE Wayne Ren 2018-05-24 14:29:37 +0800
  • 77eb883ab0 arch: arc: fix the bug in exception return for secure mode Wayne Ren 2018-05-23 16:27:26 +0800
  • f245ef2aeb drivers: i2s: i2s_cavs: Fix typo in IRQ priority Kumar Gala 2018-05-24 18:53:43 -0500
  • b0e697cc43 subsys: usb: Remove undefined CONFIG_USB_DEVICE_HID_BOOTP Kumar Gala 2018-05-24 18:51:24 -0500
  • 23bf9426ad drivers: serial: uart_fe310: Match Kconfig defines in comment Kumar Gala 2018-05-24 19:04:01 -0500
  • c5cfb462f9 net: rpl: fix null pointer dereference Johann Fischer 2018-05-24 15:12:54 +0200
  • c4b0f1c5b4 Bluetooth: Mesh: Fix build error when LPN is not enabled Johan Hedberg 2018-05-25 10:07:14 +0300
  • 8e41572774 drivers: spi: remove dead references to CONFIG_SPI_QMSI{_SS} Kumar Gala 2018-05-24 18:49:39 -0500