Commit graph

  • 74020e5ce0 eth_enc28j60: Update Kconfig dependancy for SPI Kumar Gala 2017-08-24 08:23:40 -05:00
  • caa377943a net: http: fix avoiding timeout on HTTP requests w/o body Michael Scott 2017-08-22 16:42:22 -07:00
  • 3d48ce8011 drivers: gpio: esp32: Properly convert interrupt triggering mode Leandro Pereira 2017-08-22 14:13:49 -07:00
  • b4bfdaa31b drivers: gpio: esp32: Declare data struct only for enabled ports Leandro Pereira 2017-08-22 14:16:23 -07:00
  • aa0e931ecc tests: gpio: Add support for ESP32 Leandro Pereira 2017-08-22 14:17:24 -07:00
  • fa0ece1fb0 dts: x86: quark_se_c1000_devboard: Add device tree support Savinay Dharmappa 2017-08-01 02:39:19 +05:30
  • 4428022dce drivers: i2c_ll_stm32: Fix building for interrupt mode Yannis Damigos 2017-08-17 11:47:33 +03:00
  • 6019bcaee5 boards: 96b_carbon: Enable NET_L2_BT by default Paul Sokolovsky 2017-08-17 16:37:54 +03:00
  • 884a385fc6 drivers: serial: esp32: Return transmitted character on success Leandro Pereira 2017-08-22 13:00:48 -07:00
  • 3dfa1cef0a net: http: HTTP header field state was not reset Jukka Rissanen 2017-08-22 21:45:47 +03:00
  • 67c83d8033 tests: footprint: add testcase.yaml to object tests Anas Nashif 2017-08-22 16:07:28 -04:00
  • 176e48745e object_footprint: don't adjust IDT size Andrew Boie 2017-08-22 12:59:03 -07:00
  • 47364bcf08 samples: leds_demo: Fix null pointer dereference when adding IP address Leandro Pereira 2017-08-22 12:49:07 -07:00
  • 87adcd5ff4 samples: net: mqtt: Define the stack properly Jukka Rissanen 2017-08-22 21:59:53 +03:00
  • 8875a98221 doc: fix sphinx 1.5 broken search box David B. Kinder 2017-08-22 12:29:10 -07:00
  • c200de1b53 net: app: Introduce missing enable/disable functions for server Jukka Rissanen 2017-08-22 11:16:16 +03:00
  • 6c278fae5b net: app: Use port when init server with both IPv4 and IPv6 Jukka Rissanen 2017-08-22 16:30:57 +03:00
  • e56a6e7baa net: app: Do not bind IPv4 if user wants IPv6 only Jukka Rissanen 2017-08-21 16:09:51 +03:00
  • 4e439653aa net: connection: Zero out connection struct when unregistering Leandro Pereira 2017-08-21 16:56:16 -07:00
  • 86e0cce541 net: Fix out-of-bounds access when registering connections Leandro Pereira 2017-08-21 16:24:20 -07:00
  • 94bab6ca8c Bluetooth: controller: Fix Read Peer RPA Command Carles Cufi 2017-08-22 14:01:54 +02:00
  • b03ed2b2b9 doc: remove use of :download: directive David B. Kinder 2017-08-21 13:46:43 -07:00
  • 72c62976d0 net: ip: Prevent unaligned exception Aska Wu 2017-08-21 17:13:36 +08:00
  • e4957813eb net: shell: Fix build when NET_DEBUG_APP defined, but client/server not Paul Sokolovsky 2017-08-19 16:47:38 +03:00
  • bdb233fba5 net: app: init: Bail out early if no network interface available Paul Sokolovsky 2017-08-21 13:59:45 +03:00
  • adc95678ba samples: nats: Fix NULL pointer dereference when publishing Leandro Pereira 2017-08-21 14:55:19 -07:00
  • d50bea3c5e doc: 1.9: Elaborate on BSD Sockets and some other factual fixes Paul Sokolovsky 2017-08-21 18:58:55 +03:00
  • 523a9dfe8a Bluetooth: controller: Fix RL index check Carles Cufi 2017-08-21 17:27:53 +02:00
  • e25ee68bbd arch: arm: stm32f1: Fix how we determine pull-up/pull-down for gpio Kumar Gala 2017-08-17 10:20:35 -05:00
  • dd52b8ea02 Bluetooth: controller: Fix first connection interval timing Vinayak Kariappa Chettimada 2017-08-11 09:36:57 +02:00
  • 558be2e02c Bluetooth: controller: Enable Read Remote Ver Info bit Carles Cufi 2017-08-21 12:00:07 +02:00
  • 6a39ed084f Bluetooth: controller: Add Minimum Number of Used Channels Proc Vinayak Kariappa Chettimada 2017-08-18 13:46:49 +02:00
  • 756e729c00 samples: net: echo_async: Add IPv6 support Paul Sokolovsky 2017-08-18 11:26:16 +03:00
  • 8ca4cd8405 net: app: Allow to set static IPv4 netmask and gateway Paul Sokolovsky 2017-08-19 17:40:43 +03:00
  • 8662b69685 net: lwm2m: return BAD_REQUEST when object create fails Michael Scott 2017-08-17 13:10:59 -07:00
  • d42af5914e net: lwm2m: ignore optional resource when not implmeneted Robert Chou 2017-08-17 13:07:06 -07:00
  • 22b11ba8fe net: lwm2m: define a CREATE operation Michael Scott 2017-08-17 12:21:28 -07:00
  • 75016c7b97 net: lwm2m: fix resource not found error code in format writers Michael Scott 2017-08-17 12:04:13 -07:00
  • 7fdd86aa09 samples: net: add sample documentation for lwm2m-client Michael Scott 2017-08-18 14:50:55 -07:00
  • 9ad830ab54 doc: Move LwM2M support to Major enhancements section of 1.9 rel notes Michael Scott 2017-08-18 14:00:19 -07:00
  • d52de29fba esp32: Fix redefinition of BIT() macro Leandro Pereira 2017-08-18 15:15:47 -07:00
  • dd740c164b tests: crypto: Do not use unitialized variable Leandro Pereira 2017-08-18 11:09:55 -07:00
  • eb0dccdb94 tinycrypt: ecc_dh: Properly clear out temporary secret buffers Leandro Pereira 2017-08-18 10:41:31 -07:00
  • cf17f4870d doc: fix typos and licensing text David B. Kinder 2017-08-18 17:11:15 -07:00
  • a13eaf5082 doc: add custom 404 page David B. Kinder 2017-08-18 17:14:19 -07:00
  • dcb80f7ab8 net: struct sockaddr should have field "sa_family" Paul Sokolovsky 2017-08-18 10:03:46 +03:00
  • 4520cfe1a1 net: Define struct sockaddr_storage Paul Sokolovsky 2017-08-18 09:06:58 +03:00
  • 85f7fbcfed doc: move API under Developer Guides Anas Nashif 2017-08-18 13:10:49 -04:00
  • 8fc665c427 doc: move security section up Anas Nashif 2017-08-17 23:21:41 -04:00
  • 3e4efa02f2 doc: put licensing and release notes in the index page Anas Nashif 2017-08-17 23:10:16 -04:00
  • e381a61ff0 doc: simplify top level TOC Anas Nashif 2017-08-17 22:46:19 -04:00
  • 19c823e2e9 doc: move application development and reference into one section Anas Nashif 2017-08-17 22:28:26 -04:00
  • f39e2b4103 doc: add Xtensa as supported architecture Anas Nashif 2017-08-17 22:22:19 -04:00
  • 3009359601 doc: move device drivers, model and tree in one section Anas Nashif 2017-08-17 21:00:23 -04:00
  • ad704937ff scripts/extract_dts_includes.py: Allow for includes in common yaml files Andy Gross 2017-08-18 00:04:05 -05:00
  • cb90fbe56a Bluetooth: controller: Fix controller assert at clock rollover Vinayak Kariappa Chettimada 2017-08-18 14:57:31 +02:00
  • 3d4700c5c5 samples: lwm2m: add IPSO light object to LWM2M client Ricardo Salveti 2017-08-09 17:48:12 -03:00
  • 2175f78385 net: lwm2m: add IPSO light control object Ricardo Salveti 2017-07-09 20:01:36 -03:00
  • d540b405de net: 6lo: always check for net_pkt_get_frag returned frag Ricardo Salveti 2017-08-17 23:12:58 -03:00
  • c7634a9486 release: Zephyr 1.9.0-rc1 Anas Nashif 2017-08-17 23:27:05 -04:00
  • 1257bdc9ec doc: add project security docs David B. Kinder 2017-08-17 16:53:11 -07:00
  • 087354019f samples/crypto: Add mbedtls shim driver support Tomasz Bursztyka 2017-04-27 10:03:43 +02:00
  • 7abf3c5307 drivers/crypto: Add mbedTLS shim crypto driver Tomasz Bursztyka 2017-04-25 14:46:04 +02:00
  • 422a769cc2 samples/crypto: Check error code everytime and improve logging Tomasz Bursztyka 2017-04-28 10:48:01 +02:00
  • 5d8eadd7b1 drivers: crc: Add 'pad' parameter to crc16() Andrzej Kaczmarek 2017-08-14 14:24:04 +02:00
  • 5d1fcfc24b dts: i2c: Fix size and address cells Andy Gross 2017-08-17 17:04:00 -05:00
  • c1500fe9a4 net: lwm2m: report resource type / content type at registration Robert Chou 2017-08-14 17:06:03 +08:00
  • a64dcbb7bf net: lwm2m: do not report object when object instances available Robert Chou 2017-08-14 16:16:11 +08:00
  • c21372eeb8 net: lwm2m: do not expose security object Robert Chou 2017-07-10 18:19:35 +08:00
  • ede588a19f doc: Add APDS9960 sensor driver in release note v1.9 Punit Vara 2017-08-17 10:13:46 +05:30
  • 60a908c9c9 Bluetooth: Kconfig: fix default value and range for BT_RX_STACK_SIZE Ricardo Salveti 2017-08-16 21:42:07 -03:00
  • 0cefc6947c samples/zoap_server: Fix unchecked return value Tomasz Bursztyka 2017-08-17 17:28:05 +02:00
  • 9034d73f1d tests/dns_resolve: Fix possible NULL dereference Tomasz Bursztyka 2017-08-17 17:23:35 +02:00
  • 8e77ef5493 tests/zoap: Fix possible NULL pointer dereference Tomasz Bursztyka 2017-08-17 17:20:24 +02:00
  • d9af77bfd6 net: sockets: Consistently use "BSD Sockets compatible API" moniker Paul Sokolovsky 2017-08-17 11:58:52 +03:00
  • 8f5420ff23 drivers: flash: Fix write_op unaligned access Andrzej Kaczmarek 2017-08-16 17:20:25 +02:00
  • 3625d7c851 net: common: Don't build ipss.c Luiz Augusto von Dentz 2017-08-17 16:09:09 +03:00
  • 577fd5ae53 Revert "ext: simplelink: Import TI SimpleLink SDK host driver for CC3220SF" Gil Pitney 2017-08-16 18:50:55 -07:00
  • 9d63dda43a Bluetooth: VS: Replace IRK with IR Carles Cufi 2017-08-17 11:37:06 +02:00
  • 16a28bf106 Bluetooth: VS: Add RSSI to Scan Req Received Event Carles Cufi 2017-08-17 11:13:29 +02:00
  • dedb70d864 Bluetooth: Fix formatting string for storage directory name Andrzej Kaczmarek 2017-08-11 15:55:14 +02:00
  • e0194750cf Bluetooth: controller: Fix RSSI sign Carles Cufi 2017-08-16 15:08:52 +02:00
  • 01338fd3ed Bluetooth: VS: Fill the Vendor-Specific header with the spec Carles Cufi 2017-08-16 11:51:35 +02:00
  • 4ff2c33451 Bluetooth: samples/hci_spi: increase BT_RX_BUF_COUNT to 10 Ricardo Salveti 2017-08-17 01:42:46 -03:00
  • f381b421f0 tests: ztest: remove confusing tc_start() in ztest framework Punit Vara 2017-08-16 22:22:07 +05:30
  • ab04339e2f doc: update 1.9 release notes with doc changes David B. Kinder 2017-08-16 15:18:14 -07:00
  • 81f7c82625 doc: fix misspellings and missing EOF newlines David B. Kinder 2017-08-16 14:16:02 -07:00
  • 7ef28df980 Bluetooth: samples: ipsp: Fix crash on TCP connection closure Paul Sokolovsky 2017-08-16 17:48:11 +03:00
  • 480cfac4f2 arch: arc: apply STACK_GUARD_SIZE and optimize the mpu driver Wayne Ren 2017-08-16 16:59:54 +08:00
  • 12cc6598b0 arch: arc: Add mpu support Wayne Ren 2017-08-15 12:20:42 +08:00
  • e314de5d53 samples: net: sockets: Add READMEs for echo/echo_async samples Paul Sokolovsky 2017-08-10 23:30:44 +03:00
  • 9d96f84072 x86: dts: use BOARD Kconfig symbol not SOC for arduino_101 Kumar Gala 2017-08-16 10:44:50 -05:00
  • a3e38685a7 doc: fix misspellings in Kconfig files David B. Kinder 2017-08-16 12:10:00 -07:00
  • f673a701f9 net: pkt: Add CONFIG_NET_DEBUG_NET_PKT_ALL option Jukka Rissanen 2017-08-15 14:12:10 +03:00
  • 6a496f87cf net: shell: Fix column alignment in net mem command Jukka Rissanen 2017-08-16 12:58:37 +03:00
  • b57e83514f net: shell: Print more TCP pending packet information Jukka Rissanen 2017-08-14 13:58:20 +03:00
  • 0a978ea5ef net: tcp: Send data only in established state Jukka Rissanen 2017-08-16 14:42:40 +03:00
  • e08716001a net: tcp: Do not re-send already sent packets Jukka Rissanen 2017-08-16 14:39:59 +03:00
  • 0674e03790 net: tcp: Remove unused variable Jukka Rissanen 2017-08-15 16:18:31 +03:00
  • cdec73d21e net: tcp: Only do ref when resending if we could send the packet Jukka Rissanen 2017-08-15 21:46:36 +03:00