Commit graph

  • 179b8d15f1 arch: arm: API to configure fault target state Ioannis Glaropoulos 2018-03-26 11:15:36 +0200
  • 28acaeadc9 arch: arm: add macro definition for vector key write permit value Ioannis Glaropoulos 2018-07-09 11:47:18 +0200
  • 97d5f60afb arch: arm: configure NS stack pointer limit registers Ioannis Glaropoulos 2018-03-25 23:51:33 +0200
  • de78430072 arch: arm: internal API to enable/disable SAU Ioannis Glaropoulos 2018-03-23 09:42:53 +0100
  • 034499af1a arch: arm: configure non-secure registers from secure firmware Ioannis Glaropoulos 2018-03-22 15:26:26 +0100
  • ee29e60325 ext/hal: stm32cube: STM32L4: Enable legacy CAN API Erwan Gouriou 2018-07-31 11:52:39 +0200
  • 6409f9a944 ext/hal: stm32cube: STM32F7: Enable legacy CAN API Erwan Gouriou 2018-07-31 11:47:34 +0200
  • 57fda14f97 ext/hal: stm32cube: STM32F4: Enable legacy CAN API Erwan Gouriou 2018-07-31 11:47:21 +0200
  • 2469097b34 drivers: nrfx: Allow simultaneous use of SPI_0 and I2C_0 on nRF52810 Andrzej Głąbek 2018-08-09 12:01:01 +0200
  • 83d2a47d9b cmake: Don't propagate zephyr_library_compile_options Sebastian Bøe 2018-08-06 14:15:42 +0200
  • 028aae1ec9 net: config: Rename Kconfig options to correspond to library name Paul Sokolovsky 2018-08-12 09:32:12 +0300
  • 06c23f157f i2s: expose i2s APIs to user mode Andrew Boie 2018-08-09 12:38:18 -0700
  • 1a40990b2d syscalls: Define the syscall id's with '#define' instead of enum Sebastian Bøe 2018-08-10 15:23:00 +0200
  • 45d5d5db48 boards: riscv: Convert HiFive1 to DTS Nathaniel Graff 2018-07-31 09:31:44 -0700
  • c859e2a254 logging: Replace ifdefs with if Krzysztof Chruscinski 2018-08-10 07:40:11 +0200
  • ecd7504d0b tests: spi_loopback: Increase k_poll timeout Maureen Helm 2018-08-01 07:27:32 -0500
  • f15bca29c3 tests: spi_loopback: Add zasserts to fix false passes Maureen Helm 2018-07-31 19:37:34 -0500
  • 7dc09636f1 tests: spi_loopback: Increase size of async callback thread stack Maureen Helm 2018-07-31 12:59:02 -0500
  • 24abedbd14 driver: timer: nrf: Remove redundant RTC_COUNTER reads. Piotr Zięcik 2018-08-06 16:49:06 +0200
  • 1dfd33b7ad drivers: timer: nrf: Optimize k_cycle_get_32(). Piotr Zięcik 2018-08-03 14:57:29 +0200
  • f7779895fd tests/cmsis_rtos_v1: Introduce tests to make use of Signal APIs Rajavardhan Gundi 2018-08-06 09:45:40 +0530
  • b5df23e423 lib/cmsis_rtos_v1: Implement support for Signal Event APIs Rajavardhan Gundi 2018-08-02 16:09:39 +0530
  • f4999f7949 tests/cmsis_rtos_v1: Introduce tests to make use of messageQ APIs Rajavardhan Gundi 2018-07-20 16:02:24 +0530
  • 3bb243c6bb lib/cmsis_rtos_v1: Implement support for Message Queue APIs Rajavardhan Gundi 2018-07-20 15:38:24 +0530
  • 1b6eb7d1ad tests/cmsis_rtos_v1: Introduce tests to make use of mailq APIs Rajavardhan Gundi 2018-07-18 12:04:31 +0530
  • 7c67140baf lib/cmsis_rtos_v1: Implement support for Mail Queue APIs Rajavardhan Gundi 2018-07-18 10:09:20 +0530
  • 76fc443b1e lib/cmsis_rtos_v1: Implement support for kernel APIs Rajavardhan Gundi 2018-07-18 09:55:57 +0530
  • d543e8c835 tests/cmsis_rtos_v1: Introduce tests to make use of mempool APIs Rajavardhan Gundi 2018-07-12 16:07:43 +0530
  • aff8c51128 lib/cmsis_rtos_v1: Implement support for mempool APIs Rajavardhan Gundi 2018-07-12 15:15:57 +0530
  • c996d0581f tests/cmsis_rtos_v1: Introduce tests to make use of Semaphore APIs Rajavardhan Gundi 2018-07-10 10:57:06 +0530
  • 45e67150f6 lib/cmsis_rtos_v1: Implement support for semaphore APIs Rajavardhan Gundi 2018-07-09 15:43:28 +0530
  • a76556a22c tests/cmsis_rtos_v1: Introduce tests to make use of Mutex APIs Rajavardhan Gundi 2018-07-09 11:08:02 +0530
  • 055da73184 lib/cmsis_rtos_v1: Implement support for mutex APIs Rajavardhan Gundi 2018-07-06 15:44:11 +0530
  • a57d994aaa tests/cmsis_rtos_v1: Introduce tests to make use of Timer APIs Rajavardhan Gundi 2018-06-19 10:13:51 +0530
  • 7d3a53900a lib/cmsis_rtos_v1: Implement support for timer APIs Rajavardhan Gundi 2018-06-19 12:33:12 +0530
  • b2b53196bc tests/cmsis_rtos_v1: Introduce tests to verify Thread instances Rajavardhan Gundi 2018-06-21 10:09:50 +0530
  • 0ab496b5be tests/cmsis_rtos_v1: Introduce tests to make use of Thread APIs Rajavardhan Gundi 2018-06-19 09:35:35 +0530
  • 7e5f0b7bff lib/cmsis_rtos_v1: Implement support for osKernelSysTick Rajavardhan Gundi 2018-06-19 12:09:59 +0530
  • 2d7619ecf8 lib/cmsis_rtos_v1: Implement support for osDelay Rajavardhan Gundi 2018-06-19 11:50:38 +0530
  • ccd1c21824 lib/cmsis_rtos_v1: Implement support for thread APIs Rajavardhan Gundi 2018-06-05 09:03:12 +0530
  • d22cd76c9c CMSIS RTOS V1: Introduce CMSIS RTOS V1 API header file Rajavardhan Gundi 2018-06-12 13:52:10 +0530
  • b996955e34 arch: arm: optimize _size_to_mpu_rasr_size function Ioannis Glaropoulos 2018-08-13 10:00:10 +0200
  • 4cc2866358 tests: FIFO: Add description and RTM links Ajay Kishore 2018-08-14 06:59:01 +0530
  • 648477c6ed tests: static_idt: Add description and RTM links Ajay Kishore 2018-08-07 22:28:05 +0530
  • 61ec51251e Bluetooth: shell: Add id-delete command Johan Hedberg 2018-08-02 12:34:39 +0300
  • 346f815d9e Bluetooth: Introduce bt_id_delete() API Johan Hedberg 2018-08-02 11:25:57 +0300
  • 47291330b2 Bluetooth: Add safe-guards for creating duplicate identities Johan Hedberg 2018-08-01 20:12:05 +0300
  • 7ec40e81d0 Bluetooth: shell: Add multiple identity support Johan Hedberg 2018-07-16 15:11:08 +0300
  • 7dba2512e3 Bluetooth: Introduce bt_id_reset() API Johan Hedberg 2018-07-18 13:47:04 +0300
  • 3d3888c094 Bluetooth: Remove return parameter from bt_id_add/del Johan Hedberg 2018-08-08 10:28:31 +0300
  • 9336049725 Bluetooth: Remove bogus bt_keys_func_t typedef Johan Hedberg 2018-08-08 10:26:42 +0300
  • cbb1b84f91 Bluetooth: Pass identity to connection and pairing clearing functions Johan Hedberg 2018-07-18 13:45:44 +0300
  • e70c556dcc Bluetooth: Add full storage support for multiple identities Johan Hedberg 2018-07-16 14:39:06 +0300
  • 3ed01b48b9 Bluetooth: Remove redundant BT_DEV_ID_STATIC_RANDOM flag Johan Hedberg 2018-07-16 10:50:42 +0300
  • 1d8dab811e Bluetooth: Add initial APIs for identity manipulation Johan Hedberg 2018-07-13 12:04:39 +0300
  • 5708f1e8b1 Bluetooth: Add infrastructure to handle multiple identities Johan Hedberg 2018-07-04 12:58:10 +0300
  • 6b8af4f0b2 Bluetooth: Minor whitespace fixes Johan Hedberg 2018-07-04 10:06:25 +0300
  • 18cec245ba net: introduce system calls for zsock socket APIs Andrew Boie 2018-06-27 12:43:20 -0700
  • 09c22cc45d userspace: add net_context as a kernel object Andrew Boie 2018-06-27 10:25:45 -0700
  • 83fda7c68f userspace: add _k_object_recycle() Andrew Boie 2018-07-31 14:39:11 -0700
  • 4a39b9ea64 kernel: sched: Use ticks as time unit in time slicing. Piotr Zięcik 2018-07-26 14:56:39 +0200
  • ee9a0615a4 kernel: sched: Fix comparsion in _update_time_slice_before_swap() Piotr Zięcik 2018-07-26 14:36:16 +0200
  • 04b7838fb6 misc: dlist: Fixed dlist.h error to pass checkpatch.pl script. Jakub Rzeszutko 2018-08-13 10:55:29 +0200
  • 72cad66c5b drivers/sensor/fxas21002: Fix race condition during initialization Diego Sueiro 2018-08-09 17:28:44 +0100
  • ed4f0ff36e drivers/sensor/fxos8700: Fix race condition during initialization Diego Sueiro 2018-08-09 17:23:18 +0100
  • a54a887a70 tests: kernel: Add doxygen groups Spoorthi K 2018-08-13 14:33:35 +0530
  • db9f6a9094 tests: obj_tracing: Enhance object tracing test Spoorthi K 2018-08-02 22:01:23 +0530
  • 7c487ba04a net: tls: Use EINVAL for NULL pointer error in option setters Robert Lubos 2018-08-13 10:44:56 +0200
  • b7c254fc40 samples: net: Add DTLS support to socket echo_client/echo_server Robert Lubos 2018-08-06 14:31:23 +0200
  • 800392e128 net: tls: Enable non-blocking DTLS handshake Robert Lubos 2018-08-07 12:56:32 +0200
  • ae41ec1f35 net: tls: Make TLS poll implementation check mbedTLS data Robert Lubos 2018-08-06 14:31:18 +0200
  • 8697cc946f net: tls: Add timeout for mbetTLS read Robert Lubos 2018-08-06 14:31:17 +0200
  • b1d8271152 net: tls: Support DTLS recv and handshake Robert Lubos 2018-08-06 14:31:16 +0200
  • bdc56cfe89 net: tls: Support DTLS send and handshake Robert Lubos 2018-08-06 14:31:15 +0200
  • d021b8c60f net: tls: Adapt connect for DTLS Robert Lubos 2018-08-06 14:31:15 +0200
  • 6c5aaa070c net: tls: Handle HELLO_VERIFY_REQUIRED during DTLS handshake Robert Lubos 2018-08-06 14:31:14 +0200
  • 4c235dea73 net: tls: Add DTLS bio functions Robert Lubos 2018-08-06 14:31:13 +0200
  • 8719f9a802 net: socket: Extract flag related functions to internal header file Robert Lubos 2018-08-06 14:31:12 +0200
  • 4aaffaff8a net: tls: Add DTLS peer address helpers Robert Lubos 2018-08-06 14:31:11 +0200
  • 3ad2bbceda net: tls: Add cookie for DTLS Robert Lubos 2018-08-06 14:31:11 +0200
  • 011b4f4265 net: tls: Add timer handling for DTLS Robert Lubos 2018-08-06 14:31:10 +0200
  • b03a388d73 net: tls: Add socket option to set DTLS role Robert Lubos 2018-08-06 14:31:09 +0200
  • 85db974ec3 net: tls: Add DTLS protocol types Robert Lubos 2018-08-06 14:31:07 +0200
  • 8b1f966b12 net: tcp: Handle RST packet when multiple flags are set Tedd Ho-Jeong An 2018-08-10 14:44:28 -0700
  • 8525944c54 tests: power: refactor power_states test Niranjhana N 2018-07-26 15:34:41 +0530
  • e21e6c1b97 tests: posix: improve pthread_key test Niranjhana N 2018-07-24 10:56:11 +0530
  • 0aa437a16c net: ipv6: Fix regression in IPv6 cleanup Ravi kumar Veeramally 2018-08-13 13:53:26 +0300
  • ac92a01f5a net: ipv6: Refactor IPv6 header length handling Oleg Zhurakivskyy 2018-08-13 09:57:00 +0300
  • 7d55b7f11a net: icmpv4: Simplify the flow at net_icmpv4_get/set_xxx() calls Ravi kumar Veeramally 2018-08-10 16:14:22 +0300
  • d71a1dfefd samples/driver/gpio : Updated gpio support ravishankar karkala Mallikarjunayya 2017-10-24 19:40:43 +0530
  • b073b29688 tests/booting/stub: remove CONFIG_ARC_INIT Inaky Perez-Gonzalez 2018-07-30 17:05:20 -0700
  • f3a6e8aa89 sanitycheck: Recommend installing "ply" instead of "python3-ply" Daniel Egger 2018-08-11 22:18:44 +0200
  • 7d2e59813f subsys: fs/nvs: Rewrite for improved robustness Laczen JMS 2018-07-09 16:50:57 +0200
  • b9dead0a42 subsys: fs/nvs: Improved nvs for larger blocksizes Laczen JMS 2018-06-01 16:13:54 +0200
  • 9c93e8e87b Kconfig: Have CMake print a note about the changed 'default' behavior Ulf Magnusson 2018-07-31 16:12:31 +0200
  • d08a212ea2 Kconfig: Document the new prefer-earlier-defaults behavior Ulf Magnusson 2018-07-31 19:20:44 +0200
  • a8aba2f8d0 Kconfig: Include Kconfig.zephyr last in sample Kconfig files Ulf Magnusson 2018-07-31 19:40:29 +0200
  • 3ed9328d33 Kconfig: Get rid of some leftover 'option env's Ulf Magnusson 2018-07-31 19:33:31 +0200
  • ec3eff57e0 Kconfig: Use the first default with a satisfied condition Ulf Magnusson 2018-07-30 10:57:47 +0200
  • ddb7f88f9e drivers: entropy: nrf5: Fix ENTROPY_BUSYWAIT implementation Vinayak Kariappa Chettimada 2018-08-10 13:14:25 +0200