Commit graph

  • 3dc9af66ca sensors: BME280: added support for SPI communication Anas Nashif 2017-03-21 01:17:01 -04:00
  • 23a4eca861 panther: set SPI slave select for bme280 Anas Nashif 2017-03-20 10:17:55 -04:00
  • 4b8ae8863c riscv32: riscv-privilege: Platform-Level Interrupt Controller support Jean-Paul Etienne 2017-03-14 22:13:58 +01:00
  • d1bd80a4a9 riscv32: added the riscv-privilege SOC_FAMILY Jean-Paul Etienne 2017-03-14 22:12:24 +01:00
  • c9cff15a8a samples/shell: print the actual params passed Inaky Perez-Gonzalez 2017-03-16 13:56:44 -07:00
  • 6f422bae81 doc: Add MSYS2 to the Windows setup guide Carles Cufi 2017-03-20 09:44:21 +01:00
  • 46a00d4b7c scripts:nrf: Add 'make flash' for nrf boards. Michał Kruszewski 2017-02-23 09:53:16 +01:00
  • 7d7b3b732b Merge "Merge net branch into master" Anas Nashif 2017-03-19 20:51:32 +00:00
  • b6480cd5ae flash: openocd: make 'make flash' target work without Zephyr SDK Piotr Mienkowski 2017-03-10 03:30:45 +01:00
  • 3e20df33fc doc: Add 1.5 release notes to release-notes.rst David B. Kinder 2017-03-13 16:37:14 -07:00
  • 570ad1d328 doc: add example clarifing duration/period David B. Kinder 2017-03-14 11:02:14 -07:00
  • 1436e44aa6 build: Add support for MSYS2 Carles Cufi 2017-03-17 14:28:50 +01:00
  • cfaf64c042 Merge net branch into master Jukka Rissanen 2017-03-17 14:09:02 +02:00
  • 7aa5ae1feb net: rpl: Make sure k_delayed_work_init is only called once Luiz Augusto von Dentz 2017-03-16 16:56:37 +02:00
  • 64ccc1d5df net: ipv6: Make sure k_delayed_work_init is only called once Luiz Augusto von Dentz 2017-03-16 16:43:11 +02:00
  • 2b487646d6 drivers: ieee802154: cc2520: User can set the MAC address Jukka Rissanen 2017-03-16 14:44:12 +02:00
  • 3a1a4d3105 samples: net: coaps_client: Fix the parameters when setting callbacks Jukka Rissanen 2017-03-16 10:40:55 +02:00
  • 9337dd8c22 net: tcp: Print TCP trace in one line Jukka Rissanen 2017-03-15 12:58:46 +02:00
  • 1b19e16d40 net: if: Make sure k_delayed_work_init is only called once Luiz Augusto von Dentz 2017-03-15 11:25:27 +02:00
  • 081246737c net/http: let HTTP_SERVER, HTTP_CLIENT and HTTP_PARSER select HTTP Michael Scott 2017-03-14 11:02:00 -07:00
  • 9f8d1c17d9 net: bt: Fix warnings when debug is enabled Luiz Augusto von Dentz 2017-03-15 13:56:27 +02:00
  • c54b3c7e8f drivers: Update Atmel SAM family GMAC Ethernet driver Piotr Mienkowski 2017-03-15 01:30:35 +01:00
  • 430e271751 net: icmp: Fix return values of ICMP error send function Jukka Rissanen 2017-03-15 12:40:51 +02:00
  • 8ae7bb257f net: icmp: Update ICMP statistics for every ICMP packet Jukka Rissanen 2017-03-15 11:02:26 +02:00
  • d233f91388 net: icmp: Gracefully timeout net_buf get in RX path Jukka Rissanen 2017-03-15 10:15:45 +02:00
  • d48ef44d25 net: 6lo: Fix typo in compress bit calculation Michael Scott 2017-03-14 10:44:41 -07:00
  • 0a259d6bd0 net: ipv6: Prefix length was incorrectly set Jukka Rissanen 2017-03-14 15:30:48 +02:00
  • 51dea40f80 net: ipv6: Cancel the prefix timer before setting it again Jukka Rissanen 2017-03-14 14:49:39 +02:00
  • f7a5612ba2 drivers: slip: Fix memory corruption when receiving packet Jukka Rissanen 2017-03-14 14:15:02 +02:00
  • 82545373ee net/mgmt: Remove the list node before unlocking the semaphore Tomasz Bursztyka 2017-03-14 12:28:56 +01:00
  • 157c383260 net: ipv6: Make config options more fine grained Jukka Rissanen 2017-03-14 11:15:13 +02:00
  • a623209f62 net: Print error if buf or interface are NULL when receiving pkt Jukka Rissanen 2017-03-13 17:23:47 +02:00
  • 207128a869 drivers: slip: Use always the initialized network interface Jukka Rissanen 2017-03-13 17:22:01 +02:00
  • 312a9cbb32 net: ipv6: Enhance debug print when handling pending packet Jukka Rissanen 2017-03-13 15:59:48 +02:00
  • b18dd41b2d net: ipv6: Clear pending buf if NS cannot be sent Jukka Rissanen 2017-03-13 15:58:06 +02:00
  • ff6365c928 net: ipv6: Make sure there is data to be sent Jukka Rissanen 2017-03-13 15:55:57 +02:00
  • 13c1037885 net: ipv6: Use net_nbuf_unref() to get better debug prints Jukka Rissanen 2017-03-13 15:53:23 +02:00
  • 185f36034f net: Ignore everything in RX if interface is not up Jukka Rissanen 2017-03-13 15:57:12 +02:00
  • 318afc4519 net: Synchronize TX and RX threads startup Jukka Rissanen 2017-03-13 15:50:57 +02:00
  • e1a6c7d472 drivers: slip: Allow specifying the MAC address from config file Inaky Perez-Gonzalez 2017-03-09 22:32:50 -08:00
  • fc2542b88b net: tests: Fix the default MAC address Jukka Rissanen 2017-03-13 11:17:31 +02:00
  • 1dfd399d77 net/mgmt: Remove a useless k_sem_init() and use K_SEM_DEFINE instead Tomasz Bursztyka 2017-03-13 17:03:05 +01:00
  • 87b80191b6 tests/net/mgmt: Add 2 unit tests around synchronous event listeners. Tomasz Bursztyka 2017-03-13 16:53:32 +01:00
  • d6d1b3a748 net/mgmt: Add a network interface based synchronous event listener Tomasz Bursztyka 2017-03-13 15:11:16 +01:00
  • 35e5aa8865 net/mgmt: Add a function to wait on a event synchronously Tomasz Bursztyka 2017-03-13 11:54:37 +01:00
  • c1ecd8c890 net: context: For bind debug logging, include context protocol. Paul Sokolovsky 2017-03-12 19:15:51 +03:00
  • 80c2946c42 net: connection: Move proto2str() to utils.c, rename to net_proto2str() Paul Sokolovsky 2017-03-13 18:45:22 +03:00
  • e46c8f27ed net: if: Don't check NET_IF_UP in net_if_prepare_events Luiz Augusto von Dentz 2017-03-13 13:52:36 +02:00
  • bd1f30a3b9 net: samples: leds_demo: Fix memory leak Ravi kumar Veeramally 2017-03-10 12:42:06 +02:00
  • 8cb97ae47d net: Modify IPv4/6 packet finalize API's Ravi kumar Veeramally 2017-03-10 11:27:32 +02:00
  • 84a1c87d7f net: rpl: Add API to access default rpl instance Ravi kumar Veeramally 2017-03-09 15:45:41 +02:00
  • 12c98493b8 net: rpl: Fix compilation warnings about format specifier Ravi kumar Veeramally 2017-03-07 15:27:56 +02:00
  • eaa31ec530 net: context: Fix setting of appdata ptr and length Ravi kumar Veeramally 2017-03-07 14:12:28 +02:00
  • 593e73615b net: icmpv6: Add support for HBH and RPL option handling Ravi kumar Veeramally 2017-03-03 16:42:29 +02:00
  • ad855fc31d net: ipv6: Fix handling of RA 6CO options Ravi kumar Veeramally 2017-03-03 16:00:53 +02:00
  • 137aeb2809 net: rpl: Add RPL header revert utility Ravi kumar Veeramally 2017-03-03 14:42:28 +02:00
  • 643d545cb3 net: core: Fix IPv6 RPL extension parsing Ravi kumar Veeramally 2017-03-03 13:40:44 +02:00
  • a7133282ce net: shell: Pretty print the neighbor cache info Jukka Rissanen 2017-03-10 13:31:12 +02:00
  • 995ff35a93 net: shell: Add cmd to remove IPv6 neighbor from cache Jukka Rissanen 2017-03-10 12:38:41 +02:00
  • f1ec62ed75 tests/net/dns: Add routines to evaluate DNS responses Flavio Santes 2017-03-10 01:15:07 -06:00
  • 87fc47e1fe net/dns: Fix DNS answer RR computation Flavio Santes 2017-03-10 02:28:29 -06:00
  • 86e6a5d00a net/dns: Fix wrong name in DNS answer type routine Flavio Santes 2017-03-10 01:06:32 -06:00
  • 1274a229cc net: tests: nbuf: Fix compiler warnings Jukka Rissanen 2017-03-10 10:37:45 +02:00
  • fdccd1caf9 samples: net: zperf: Fix compiler warnings Jukka Rissanen 2017-03-10 10:06:58 +02:00
  • f55e545376 net: utils: Byte to hex converter had wrong prototype Jukka Rissanen 2017-03-10 09:56:20 +02:00
  • d9528ac7fa net: ipv6: Properly enter DELAY state in NUD Jukka Rissanen 2017-03-07 17:14:32 +02:00
  • cd85a5e924 net: ipv6: Add more debugging to reachability timer Jukka Rissanen 2017-03-07 16:59:02 +02:00
  • 7848d6e0ff net: ipv6: Wrong timer was used when reachability timer expired Jukka Rissanen 2017-03-07 16:56:41 +02:00
  • 49c0444f5c net: shell: Print more detailed neighbor information Jukka Rissanen 2017-03-07 16:55:29 +02:00
  • ac74637e54 net: ipv6: Return the prefix lifetime in seconds Jukka Rissanen 2017-03-07 16:42:12 +02:00
  • 465ce5bac5 net: ipv6: Send NS when neighbor is added Jukka Rissanen 2017-03-07 16:06:06 +02:00
  • 2f5ee81c28 net: ipv6: Print IPv6 neighbor state changes Jukka Rissanen 2017-03-07 15:14:00 +02:00
  • 91e99ea7da net: ipv6: Add debug function to convert nbr state to string Jukka Rissanen 2017-03-07 15:06:36 +02:00
  • f6987169d8 net/ieee802154: Fix net mgmt request to get core settings Tomasz Bursztyka 2017-03-09 08:47:02 +01:00
  • 00a3b880f6 net/ieee802154: Add missing line breaks in the shell module Tomasz Bursztyka 2017-03-09 08:46:02 +01:00
  • 876e341570 samples/net/http: Add the HTTP Basic Authentication routine Flavio Santes 2017-03-09 23:03:03 -06:00
  • b8f8968f70 net/http: Move some statements to the right place Flavio Santes 2017-03-09 23:00:15 -06:00
  • e1b46bfe29 samples/http: Match header field ctr with Kconfig variable Flavio Santes 2017-03-09 22:59:06 -06:00
  • ff5178fd22 samples: mbedTLS coap: Cleaning prj.conf for QEMU Sergio Rodriguez 2017-03-09 16:42:40 -08:00
  • 1b48f9fbc3 samples: mbedtls coap: Fixing entropy source Sergio Rodriguez 2017-03-09 16:35:50 -08:00
  • efc68b4faf dts/extract_dts_includes.py: Replace cell_prefix to cell_string Kumar Gala 2017-03-09 11:11:16 -06:00
  • 420606b925 arduino_101: add defconfig for mcuboot demonstration Andrew Boie 2017-03-15 12:45:44 -07:00
  • a375932dee doc: arduino_101: fix typos/mistakes, and clarify some points Patrice Buriez 2017-03-12 15:25:13 +01:00
  • eea731816f doc: arduino_101: document 'make flash' over DFU Patrice Buriez 2017-03-12 15:01:31 +01:00
  • 1f429cd4a2 boards: arduino_101: support 'make flash' over DFU Patrice Buriez 2017-03-12 14:50:08 +01:00
  • 82188ed651 scripts: add support script for 'make flash' over DFU Patrice Buriez 2017-03-12 14:19:49 +01:00
  • 5ae8c95389 doc: add dfu-util to Linux dependencies Patrice Buriez 2017-03-12 14:06:29 +01:00
  • cb2ae52fae scripts: sanitycheck: Typo fixes in docstring. Paul Sokolovsky 2017-03-13 18:05:11 +03:00
  • f1a919187e drivers: eth_enc28j60: Clarify comments in the header file. Paul Sokolovsky 2017-03-12 20:28:09 +03:00
  • 70772add28 arch/arm/core: In comments, consistently refer to "Cortex-M". Paul Sokolovsky 2017-03-11 19:33:29 +03:00
  • 9d57a938ac doc: add 1.7.0 to the list of releases Anas Nashif 2017-03-11 17:29:27 +01:00
  • b862addcf5 Zephyr 1.7.0 release notes Anas Nashif 2017-03-11 17:27:36 +01:00
  • c2cc5f90e2 ext/lib/crypto: Update TinyCrypt to version 0.2.6 Flavio Santes 2017-03-10 20:08:21 -06:00
  • 381df63fe8 drivers: dma_qmsi: Wait few cycles to allow DMA controller changes Sergio Rodriguez 2017-03-07 14:38:37 -08:00
  • 9e4772372f Merge "Merge net branch into master" Anas Nashif 2017-03-10 17:07:04 +00:00
  • 137f207223 doc: Update getting started with Windows material David B. Kinder 2017-03-09 11:35:01 -08:00
  • 80b5344970 Merge net branch into master Jukka Rissanen 2017-03-09 20:39:33 +02:00
  • a060553666 net: if: Skip error print for already joined mcast group Jukka Rissanen 2017-03-09 15:45:34 +02:00
  • 011392dafd net: if: Fix compiler warning when printing TX stack size Jukka Rissanen 2017-03-09 15:44:51 +02:00
  • 50ec0864c6 net: bt: Fix memory corruption Luiz Augusto von Dentz 2017-03-09 16:17:31 +02:00