Commit graph

  • 2e2ce3120a net: https: Allow mbedtls debugging for https-server Jukka Rissanen 2017-06-05 14:52:12 +03:00
  • f84d520088 drivers: IPM: Refactor IPM driver using u32_t registers Andrei Emeltchenko 2017-05-30 14:16:39 +03:00
  • 1129925a62 drivers: IPM: Access 32-bit IPM registers right way Andrei Emeltchenko 2017-05-22 14:28:26 +03:00
  • 50605ecba8 drivers: IPM: Fix loosing interrupts Andrei Emeltchenko 2017-05-22 14:33:07 +03:00
  • 7763a1dee9 lib/json: Fix build warnings (-Wpointer-sign) with LLVM/icx Leandro Pereira 2017-06-05 17:01:01 -07:00
  • 08a2c6019c net: context: Operations on unused context should lead to EBADF. Paul Sokolovsky 2017-06-04 14:28:04 +03:00
  • 0998cdfba1 Bluetooth: shell: gatt-write-without-response with repeat Vinayak Kariappa Chettimada 2017-06-02 11:21:44 +02:00
  • cb0f81f25f samples: dns_resolve: Clarify documentation about DNS configuration Leandro Pereira 2017-06-01 15:12:57 -07:00
  • 82cd648b9b x86: don't shift data addresses between builds Andrew Boie 2017-06-01 22:12:30 -07:00
  • 4b355f1191 doc: getting_started: Add WSL instructions Carles Cufi 2017-06-02 13:06:49 +02:00
  • f2ecdd4145 dts: yaml: Add YAML template file Andy Gross 2017-05-24 00:26:04 -05:00
  • 252da09d02 doc: Add Device Tree documentation Andy Gross 2017-05-24 00:24:50 -05:00
  • f1f5275779 bluetooth: Allow to specify Logging Domain Andrei Emeltchenko 2017-05-31 13:47:56 +03:00
  • 6d4763129d riscv32: update time slice before swap Andrew Boie 2017-06-01 16:20:41 -07:00
  • 7b7fbf851e nios2: reset timeslice on interrupt-induced swap Andrew Boie 2017-06-01 14:45:01 -07:00
  • 7b7504e2b9 schedule_api: don't exclude Nios II Andrew Boie 2017-06-01 14:42:30 -07:00
  • 3989de7e3b kernel: fix short time-slice reset Andrew Boie 2017-05-30 12:51:39 -07:00
  • 106bf1c09a arm: board: Add support for board Atmel SAM4S Xplained. fallrisk 2017-05-04 16:35:04 -07:00
  • 5671c15fee samples: blink_led: Add support for STM32F412 Florian Vaussard 2017-05-30 09:37:40 +02:00
  • 13cba0bb76 stm32f4: Add STM32F412 Nucleo board Florian Vaussard 2017-05-29 16:57:42 +02:00
  • 6ad43279ec arm: stm32f4: Add basic support for STM32F412 Florian Vaussard 2017-05-29 16:57:33 +02:00
  • 9413c8ba4d stm32: clean up after completion of transition to ll Clock control Erwan Gouriou 2017-06-01 17:49:20 +02:00
  • f2e8a21d7f stm32f1xx: remove references to native driver Erwan Gouriou 2017-05-29 15:35:26 +02:00
  • a7536a12e4 boards: move stm32f1xx based boards to LL based Clock control driver Erwan Gouriou 2017-05-29 15:15:54 +02:00
  • 78d74f4031 drivers: gpio stm32: set the ground for stm32f1x ll clock driver Erwan Gouriou 2017-05-30 17:38:54 +02:00
  • e1a90583d4 drivers: clock_control: provide LL based driver to stm32f1xx series Erwan Gouriou 2017-05-29 14:52:19 +02:00
  • acdbf7d093 samples: blink_led: Add support for STM32F413 Florian Vaussard 2017-05-30 11:19:45 +02:00
  • 5ffb8d485a nucleo_f413zh: Add pinmux for PWM2_CH1 Florian Vaussard 2017-05-30 11:18:49 +02:00
  • 7e6184a1c3 nucleo_f413zh: Enable MPU Florian Vaussard 2017-05-30 11:17:30 +02:00
  • 3540f03ef3 stm32f4: mpu: Add support for 1.5MB Flash / 320kB SRAM variants Florian Vaussard 2017-05-30 11:16:46 +02:00
  • 8aea7d5144 nucleo_f413zh: Remove imaginary config from defconfig Florian Vaussard 2017-05-30 11:15:26 +02:00
  • b686102465 arch: sam3x: Fix TWI pin naming Piotr Mienkowski 2017-05-21 02:48:37 +02:00
  • dffc06ddd2 drivers: serial: deprecate usage of atmel_sam3 driver Piotr Mienkowski 2017-05-19 20:22:17 +02:00
  • 010c8b0686 boards: arm: Added doc. image for the SAM E70 Xplained. Justin Watson 2017-05-24 08:48:59 -07:00
  • 489c7bd449 boards: arm: arduino_due: Added doc. image for the Arduino Due. Justin Watson 2017-05-24 08:55:57 -07:00
  • 892a36ab4a dts: 96b_carbon: Fix the model name and compatible Harry Jiang 2017-05-26 15:00:20 +08:00
  • 2b6ebc0876 net: tcp: Timeout memory allocations Jukka Rissanen 2017-06-02 09:32:51 +03:00
  • bd7d1bda20 net: http: Avoid unnecessary net_pkt error print Jukka Rissanen 2017-06-02 09:09:30 +03:00
  • c9e6ef5331 net: http: Use random source port when connecting Jukka Rissanen 2017-06-02 08:51:54 +03:00
  • 3616ec145b samples: net: http_client: Increase the number of buffers Jukka Rissanen 2017-06-02 09:20:04 +03:00
  • 985d6c3f4b net: tcp: Limit number of segment retransmissions Leandro Pereira 2017-05-31 14:32:53 -07:00
  • bad6e28827 samples: net: dtls_client: Fix Coverity warning Jukka Rissanen 2017-06-02 10:43:10 +03:00
  • 19dbcffec8 arm: fix k_oops on armv6 with interrupts locked Andrew Boie 2017-06-01 15:52:30 -07:00
  • a2156fec2c arm: implement __svc on Cortex M0 Andrew Boie 2017-06-01 13:36:44 -07:00
  • 5b4867b05b bbc_microbit: fix 'make debugserver' Andrew Boie 2017-06-01 13:04:06 -07:00
  • 707500899d drivers: timer: Fix nRF RTC timer _timer_cycle_get_32 Vinayak Kariappa Chettimada 2017-06-01 23:43:09 +02:00
  • cced7fd47a api/spi: Change transceive functions signature Tomasz Bursztyka 2017-05-30 14:28:07 +02:00
  • 7d13261bd9 samples: net: zperf: Fix llvm compiler warnings Jukka Rissanen 2017-06-01 15:14:14 +03:00
  • 70b2a57d7a quark_d2000_crb: increase default stack size Anas Nashif 2017-05-31 22:49:01 -04:00
  • b330e0e4a9 Revert "x86: call gen_idt with $ZEPHYR_BASE too" Anas Nashif 2017-05-31 19:26:35 -04:00
  • 67faa3fe98 Bluetooth: L2CAP: Remove redundant checks for chan->ops Johan Hedberg 2017-06-01 14:17:27 +03:00
  • 1084165158 arch: arm: Fix compile error on ARMv6-M SoCs with TICKLESS_KERNEL Vinayak Kariappa Chettimada 2017-06-01 09:22:34 +02:00
  • 7ac75784d1 Bluetooth: SDP: Fix possible out of bound memory access Jaganath Kanakkassery 2017-06-01 17:11:46 +05:30
  • a3cba8bb90 Bluetooth: shell: Add controller's ticker shell module Vinayak Kariappa Chettimada 2017-06-01 08:12:54 +02:00
  • 39e37ab2ab net: ipv6: Skip unknown options in NA message Ruslan Mstoi 2017-05-31 17:35:32 +03:00
  • 7a972c0229 samples: mqtt_publisher: Try connecting a few times before giving up Leandro Pereira 2017-05-30 13:12:46 -07:00
  • 5dec78bb50 build: Fix DTC overlay file paths on MSYS2 Carles Cufi 2017-05-29 17:19:08 +02:00
  • 78114e2f8a Makefile: Add dts config include file Andy Gross 2017-05-22 00:35:52 -05:00
  • b60ff2f840 dts: generate definitions for build system Anas Nashif 2017-05-20 19:44:46 -04:00
  • 6b081415d3 dts: make extract script take options Anas Nashif 2017-05-20 19:16:39 -04:00
  • 294f845d6b doc: emphasize usage of MSYS2 MSYS Shell Anas Nashif 2017-05-31 08:22:15 -04:00
  • 9901d998e5 doc: also require dtc to be installed for linux Anas Nashif 2017-05-30 20:43:40 -04:00
  • 7115afd133 doc: update macOS getting started documentation Anas Nashif 2017-05-29 11:28:44 -04:00
  • bf4d07024a xtools: add new configurations for xtools 1.23 Anas Nashif 2017-05-30 09:56:22 -04:00
  • 5472fbf7f7 doc: remove links to wiki Anas Nashif 2017-05-21 09:27:51 -04:00
  • 010b892c8a net: http: Parsing state was not cleared Jukka Rissanen 2017-05-31 12:59:41 +03:00
  • 7a7bc707d1 tests: json: test JSON_OBJ_DESCR_*_NAMED Marti Bolivar 2017-05-31 12:40:30 -04:00
  • 44499768a8 lib: json: add JSON_OBJ_DESCR_*_NAMED variants Marti Bolivar 2017-05-31 11:14:11 -04:00
  • a8e08ecdad tests: json: fix sense of test result string Marti Bolivar 2017-05-31 12:44:17 -04:00
  • 31fe26d611 lib: json: fix JSON_OBJ_DESCR_ARRAY Doxygen example Marti Bolivar 2017-05-31 11:11:24 -04:00
  • 111244923c ieee802154_shell: Only accept channels within expected range Leandro Pereira 2017-05-22 17:00:27 -07:00
  • bee2b8499b tests: benchmark: Fixed build error from icx toolchain. Adithya Baglody 2017-05-25 17:08:26 +05:30
  • d6204622af stack.h: add missing include guard Marti Bolivar 2017-05-31 10:11:22 -04:00
  • 6c2aba2eb7 doc: Add Bluetooth HCI vendor specification Marcel Holtmann 2017-05-30 11:12:07 +02:00
  • 38f78e80cf drivers: serial: Clarification for uart_fifo_fill()/read() calls Paul Sokolovsky 2017-05-22 20:00:03 +03:00
  • faaf859a46 shell: Add 'exit' command to leave a module Siddharth Chandrasekaran 2017-05-28 13:53:27 +05:30
  • 5963904e4c printk: fix printing of long long types Andrew Boie 2017-05-30 14:38:11 -07:00
  • 113015b64c gccarmemb: don't assume 'dtc' is in /usr/bin Andrew Boie 2017-05-30 09:28:55 -07:00
  • da86ae0cb6 Bluetooth: Shell: Rework gatt-write-signed Luiz Augusto von Dentz 2017-05-29 13:56:00 +03:00
  • a5aa904f90 Bluetooth: Shell: Fix help of gatt-write-signed Luiz Augusto von Dentz 2017-05-29 13:50:44 +03:00
  • 26eae70da2 Bluetooth: Shell: Remove gatt-write-without-response-repeated Luiz Augusto von Dentz 2017-05-29 13:45:24 +03:00
  • 6107f61d8c Bluetooth: Shell: Fix help of gatt-write-without-response Luiz Augusto von Dentz 2017-05-29 13:27:15 +03:00
  • 6abccb6d40 Bluetooth: Shell: Split GATT command to its own file Luiz Augusto von Dentz 2017-05-29 12:54:56 +03:00
  • 54d917f767 Bluetooth: Shell: Add shell subdir if CONFIG_BLUETOOTH_SHELL=y Luiz Augusto von Dentz 2017-05-29 13:01:14 +03:00
  • 7b9013140d Bluetooth: GATT: Fix not queuing writes to CCC Luiz Augusto von Dentz 2017-05-30 11:24:37 +03:00
  • 64bf41254f Bluetooth: GATT: Add proper documentation for bt_gatt_notify attribute Luiz Augusto von Dentz 2017-05-30 10:53:59 +03:00
  • d2ba7950c5 samples: boards/microbit: Use 250 ticks per second for smooth display Johan Hedberg 2017-05-30 11:06:17 +03:00
  • 7574bebbfe drivers/display: mb_display: Use 4 ms refresh timer Johan Hedberg 2017-05-30 10:57:26 +03:00
  • df38a21ad3 net: shell: Enhance IPv6 fragmentation debugging prints Jukka Rissanen 2017-05-25 22:44:03 +03:00
  • 3f46248bb5 tests: net: ipv6: Test IPv6 fragmentation sending Jukka Rissanen 2017-05-23 14:00:01 +03:00
  • 150df7dc53 net: ipv6: Make max number of fragmented pkt configurable Jukka Rissanen 2017-05-29 14:50:43 +03:00
  • 2872e15c72 net: ipv6: Fix fragmentation cancellation Jukka Rissanen 2017-05-25 22:42:38 +03:00
  • 27d85e6cf7 net: ipv6: Fix the IPv6 packet fragmentation sending Jukka Rissanen 2017-05-23 13:56:45 +03:00
  • cef53bff11 net: ipv6: Memory leak during fragment reassembly Jukka Rissanen 2017-05-19 23:22:49 +03:00
  • 329579f5b1 net: ipv6: Default reassembly timeout set to 5 sec Jukka Rissanen 2017-05-19 23:19:46 +03:00
  • 5d91b2ffe9 Bluetooth: controller: Explicitly compare radio event registers Vinayak Kariappa Chettimada 2017-05-28 23:14:46 +02:00
  • 05ad68b353 Bluetooth: controller: Add extra assert checks Vinayak Kariappa Chettimada 2017-05-21 07:24:52 +02:00
  • a90735d64c samples: microbit/pong: Disable advertising when connected Johan Hedberg 2017-05-29 20:47:01 +03:00
  • eb89db26b5 samples: microbit/pong: Fix disabling sound when ending game Johan Hedberg 2017-05-29 19:20:40 +03:00
  • fe168789cc net: shell: Remove extra help command Luiz Augusto von Dentz 2017-05-26 10:30:55 +03:00