Commit graph

  • d397109e9d tests: slab: fix dead code Anas Nashif 2018-02-10 08:44:36 -06:00
  • dd9f5e2a1d samples: led_strip: Extend ws2812 sample with ws2812b_sw support Johan Hedberg 2018-02-21 08:18:45 +02:00
  • 9639c00fbb drivers: led_strip: Add driver for software-based WS2812B operation Johan Hedberg 2018-02-20 15:10:54 +02:00
  • 1cf09e86ed drivers: i2c: nrf5: Make the driver thread-safe Aapo Vienamo 2018-02-24 12:11:29 +02:00
  • ddbcef4623 net: context: fix semaphore for offload in in net_context_put() Michael Scott 2018-03-02 13:33:26 -08:00
  • 423c8df8f7 tests: kernel: posix: add pthread tests Niranjhana N 2018-02-23 09:15:43 +05:30
  • b56aeecc72 tests: kernel: posix: add ztest to timer Niranjhana N 2018-02-26 15:22:57 +05:30
  • 92e87e5923 tests: kernel: posix: add ztest to pthread_join Niranjhana N 2018-02-26 15:22:10 +05:30
  • a8d3286a31 tests: kernel: posix: add ztest to pthread_cancel Niranjhana N 2018-02-23 15:19:01 +05:30
  • 1083629b6b tests: kernel: posix: add ztest to pthread Niranjhana N 2018-02-23 14:55:17 +05:30
  • 86f90c1d87 tests: kernel: posix: add ztest to POSIX clock Niranjhana N 2018-02-23 13:36:05 +05:30
  • 42e94c73c7 usb: msc: Cleanup USB write Andrei Emeltchenko 2018-03-02 10:12:37 +02:00
  • c857c20f88 usb: msc: Fix USB write check Andrei Emeltchenko 2018-03-02 09:58:57 +02:00
  • 7d5755865c stm32cube: cmake: Pure refactoring of build script Sebastian Bøe 2018-02-26 16:27:27 +01:00
  • cfc5941dba doc: release notes: documentation David B. Kinder 2018-03-02 15:00:59 -08:00
  • 4f21241e95 disk: add a SDHC card over SPI driver. upstream_sdhc Michael Hope 2017-12-21 22:17:07 +01:00
  • d8b9a82638 lib: add crc7. Michael Hope 2018-02-11 18:07:39 +01:00
  • 777f9c8cd0 Bluetooth: Workaround privacy feature issue Mariusz Skamra 2018-03-01 12:02:12 +01:00
  • d4d2581b76 Bluetooth: controller: Default to the LF Company ID Carles Cufi 2018-03-02 12:47:09 +01:00
  • 82b7433144 drivers: sensors: Enable LSM6DS0 GYRO sampling rate Philémon Jaermann 2018-03-01 00:30:26 +01:00
  • e9c0d001fa net: http: client: remove payload send_chunk logic Michael Scott 2017-11-09 16:13:04 -08:00
  • 311d0ac66c net: http: dont add CRLF to protocol in http_client_send_get_req() Michael Scott 2018-02-28 10:04:05 -08:00
  • 4fe2bcf13f net: http: fix flush in http_prepare_and_send() Michael Scott 2018-02-28 09:44:28 -08:00
  • fcb5e2b1ee net: http: honor CONFIG_HTTP_CLIENT_NETWORK_TIMEOUT setting Michael Scott 2018-02-27 17:08:55 -08:00
  • a2dfaebafc net: http: client: handle empty body for PUT/POST request response Michael Scott 2018-02-27 15:24:04 -08:00
  • a3a5c48d93 samples: net: echo_async: Better error and write handling Paul Sokolovsky 2018-02-21 19:28:55 +02:00
  • f835f7f6a0 net/mgmt: Protect the event_callback list when manipulating it. Tomasz Bursztyka 2018-03-01 15:34:33 +01:00
  • 7255d7bbfb net/mgmt: Fix how event_mask is handled on layer and layer code part Tomasz Bursztyka 2018-03-01 14:52:34 +01:00
  • ac34131f42 Bluetooth: controller: Fix missing advDelay in Low Duty Cycle Directed Vinayak Kariappa Chettimada 2018-03-01 23:26:27 +01:00
  • 4484e9efbd bluetooth: controller: nrf5: fix to IC-specific reset function Alberto Escolar Piedras 2018-02-24 14:17:15 +01:00
  • 2c76978ee4 Bluetooth: Add HCI error code definitions Johannes Hutter 2018-02-25 15:56:51 +01:00
  • 2262ed7b18 netusb: drop the extra byte added for multiple-of-64-byte packets. Michael Hope 2018-02-25 21:05:21 +01:00
  • 3012157a94 net: ipv6: Ignore reachable time greater than maximum Ruslan Mstoi 2018-02-26 19:08:43 +02:00
  • d91e9e5436 net: Exit early on zero length packet append Andrei Emeltchenko 2018-02-27 16:52:43 +02:00
  • 445988cd82 slip: fix a bug when in non-TAP mode. Michael Hope 2018-02-25 15:42:31 +01:00
  • fc5f0b2400 openthread: Use ccache when enabled Sebastian Bøe 2018-02-26 13:54:38 +01:00
  • 87031e3cf9 cmake: Find out earlier whether ccache is to be used or not Sebastian Bøe 2018-02-26 13:49:54 +01:00
  • 816c709ef2 net: sockets: Do not reference NULL pointer with empty frags on start Leandro Pereira 2018-02-27 15:56:17 -08:00
  • 6b3192a572 net: net_app: Close packet if couldn't skip TLS header Leandro Pereira 2018-02-27 15:51:27 -08:00
  • a53f525830 net: route: Do not dereference NULL pointer while getting next hop Leandro Pereira 2018-02-27 15:46:10 -08:00
  • 5bdb1c2fe7 net: net_pkt: A net_context might have no interface Leandro Pereira 2018-02-27 15:42:49 -08:00
  • 3cb979a42a net: ieee802154: net_udp_get_hdr() might return NULL Leandro Pereira 2018-02-27 15:42:12 -08:00
  • 561ad8e7c7 net: ipv6: net_icmpv6_get_ra_hdr() may return NULL Leandro Pereira 2018-02-27 15:41:34 -08:00
  • 7fdb0eedc5 net: ipv6: net_icmpv6_get_ns_hdr() may return NULL Leandro Pereira 2018-02-27 15:41:18 -08:00
  • 54c0742fd0 net: ipv6: Remove unused net_ipv6_get_nbr_by_index() Leandro Pereira 2018-02-27 15:40:11 -08:00
  • a6a101811b net: ipv6: net_icmpv6_get_na_hdr() may return NULL Leandro Pereira 2018-02-27 15:37:28 -08:00
  • 6504b2850e net: ip: dhcpv4: Do not try to write to NULL pointer on failure Leandro Pereira 2018-02-27 15:36:07 -08:00
  • 7768796a4e net: 6lo: Do not try compressing IPHC header if not set Leandro Pereira 2018-02-27 15:28:41 -08:00
  • 19e3500f24 native: doc: command line related improvements Alberto Escolar Piedras 2018-02-25 09:38:37 +01:00
  • f710fc9443 net: ipv6: Drop ICMPv6 NS if neighbor table is full Ruslan Mstoi 2018-02-28 15:59:20 +02:00
  • 08de658eb9 kernel: mem_domain: Use u8_t for number of partitions in struct Leandro Pereira 2018-02-28 14:22:57 -08:00
  • db094b8d88 kernel: mem_domain: Check for overlapping regions when considering W^X Leandro Pereira 2018-02-28 14:11:41 -08:00
  • 3cbc5c5091 doc: release notes: Add security notes Andy Gross 2018-03-01 13:54:50 -06:00
  • aa4f495bd7 kernel: POSIX: correcting default thread prio & policy in attr. Youvedeep Singh 2018-02-28 18:13:03 +05:30
  • edd22b963b spi: sam0: use Device Tree for configuration. spi_dt Michael Hope 2018-01-28 20:13:54 +01:00
  • cf07caa3c9 bluetooth: controller: last radio hal changes for simulation Alberto Escolar Piedras 2018-02-24 14:23:04 +01:00
  • d2e89856cc cmake: dts: Fix usage of BOARD vs BOARD_FAMILY Kumar Gala 2018-02-26 10:52:29 -06:00
  • 299f8df4ef boards: document and enable USB on the Arduino Zero and Trinket M0. upstream_usb Michael Hope 2018-02-16 18:17:01 +01:00
  • bd40651fa7 usb: sam0: add a USB device driver. Michael Hope 2018-01-06 23:19:09 +01:00
  • 571069e986 arch: arm: correct fault address logging Ioannis Glaropoulos 2018-02-25 14:13:56 +01:00
  • 42af8e3a2d slip: fix a bug when in non-TAP mode. slip_buf Michael Hope 2018-02-25 15:42:31 +01:00
  • 2d612a9eb5 netusb: drop the extra byte added for multiple-of-64-byte packets. fix_ecm_1 Michael Hope 2018-02-25 21:05:21 +01:00
  • d9130dfe08 netusb: move the drop-extra-byte logic to the ECM driver. Michael Hope 2018-02-26 20:52:00 +01:00
  • 83fa6c9554 dts: arm: Refactor SoC dts.fixup into arch/arm/soc Kumar Gala 2018-02-23 10:12:35 -06:00
  • dc6472f868 dts: x86/atom: Refactor SoC dts.fixup into arch/x86/soc/atom Kumar Gala 2018-02-23 10:07:13 -06:00
  • d08661119e dts: ia32: Refactor SoC dts.fixup into arch/x86/soc/ia32 Kumar Gala 2018-02-23 10:05:19 -06:00
  • 7e32b1d11f dts: quark_se: Refactor SoC dts.fixup into arch/x86/soc/intel_quark/<SOC> Kumar Gala 2018-02-23 10:01:12 -06:00
  • 6becb64dfc dts: quark_se_c1000_ss: Refactor dts.fixup into arch/arc/soc Kumar Gala 2018-02-22 09:24:38 -06:00
  • 8e867378da samples: sockets: echo: Better error and short write handling Paul Sokolovsky 2018-02-20 18:51:30 +02:00
  • bbf0470327 netusb: wait for the transfer to complete before retrying. fix_ecm_multi Michael Hope 2018-02-25 21:20:06 +01:00
  • 1351d94285 netusb: wait for the transfer to complete before retrying. Michael Hope 2018-02-25 21:20:06 +01:00
  • 0b235fcc9e netusb: always shrink the packet to match the IP header. Michael Hope 2018-02-25 21:05:21 +01:00
  • 92f9019f92 cdc_acm: fix interrupt handling, API registration, and propgate errors. acm_1 Michael Hope 2018-02-25 15:46:44 +01:00
  • 1b95332678 uart_pipe: re-work the RX function to match the API and work with USB. pipe_cdc Michael Hope 2018-02-25 15:39:16 +01:00
  • 27a279837d cdc_acm: fix interrupt handling, API registration, and propgate errors. Michael Hope 2018-02-25 15:46:44 +01:00
  • ccaff07a4a slip: increase the RX batch size and fix a bug when in non-TAP mode. Michael Hope 2018-02-25 15:42:31 +01:00
  • d851be865f uart_pipe: re-work the RX function to match the API and work with USB. Michael Hope 2018-02-25 15:39:16 +01:00
  • 61f57df483 drivers/console: fix a null pointer exception on end-of-line. Michael Hope 2018-02-25 13:37:24 +01:00
  • c0985fa0cd boards/arm/nucleo_l476rg: Fix usart1 node fix_console_nullptr Yannis Damigos 2018-02-24 15:02:20 +02:00
  • 80210198ad bluetooth: controller: nrf5: Add IC-specific reset function Carles Cufi 2018-02-22 12:13:48 +01:00
  • 5343f8973d cmake: indicate single precision floating-point for Cortex-M33 Ioannis Glaropoulos 2018-02-23 13:09:52 +01:00
  • 4e3aad36d9 boards: add the onboard RGB LED to the Trinket M0 DTS. Michael Hope 2018-02-23 21:48:09 +01:00
  • 81abbba935 Merge branch 'spi_dt' into trinket_dev Michael Hope 2018-02-23 21:38:44 +01:00
  • d4fd36b231 Merge branch 'upstream_usb' into trinket_dev Michael Hope 2018-02-23 21:38:06 +01:00
  • cc219a5927 samples: create a USB to serial adapter. Michael Hope 2018-02-19 22:20:22 +01:00
  • 0ce286282e uart: sam0: support setting the baud rate at runtime. Michael Hope 2018-02-19 22:17:58 +01:00
  • b79b64c162 boards: move SPI on the Arduino Zero and Trinket to DTS. Michael Hope 2018-02-06 20:11:44 +01:00
  • 11ed1e1faf spi: sam0: use Device Tree for configuration. Michael Hope 2018-01-28 20:13:54 +01:00
  • 1cd68accde gpio: sam0: add pull up/pull down support. upstream_pullup Michael Hope 2018-01-27 09:37:56 +01:00
  • 8381e23609 tests: gpio: add a configuration for the Arduino Zero. Michael Hope 2018-01-25 21:42:11 +01:00
  • b1ba49be7c tests: kernel: Verify the call to abort handler Spoorthi K 2018-02-22 13:05:59 +05:30
  • 6f9823e4a6 samples: basic: fade_led: Update sample to work with ESP32 Vitor Massaru Iha 2018-02-19 15:56:24 -03:00
  • fbaddfb079 drivers: pwm: Add PWM LED driver for ESP32 Vitor Massaru Iha 2017-12-01 08:05:13 -02:00
  • d36028fa52 doc: Add networking information to 1.11 release note Jukka Rissanen 2018-02-23 16:29:11 +02:00
  • 400dc79326 timer: cortex_m: Fix the discontinuous readings of the cycle counter. Holman Greenhand 2018-02-12 18:46:32 +01:00
  • 7170339293 codeowners: Add fallrisk as codeowner of SOC SAM4S Justin Watson 2018-02-21 08:47:53 -08:00
  • f208a59c5e boards: arm: same70: Add mcuboot flash partitions to dts Jonas Pfaff 2017-11-20 08:45:49 +01:00
  • d118b6470e samples: drivers/entropy fixes Alberto Escolar Piedras 2018-02-11 11:06:21 +01:00
  • 30ae79ae39 native: added entropy device Alberto Escolar Piedras 2018-02-11 10:34:33 +01:00
  • f004e0475e native: added more proper command line parameters parsing Alberto Escolar Piedras 2018-02-11 16:30:49 +01:00