summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-01Zephyr 1.7.0 rc3v1.7.0-rc3Anas Nashif
2017-03-02samples: net: NATS protocol sampleLeandro Pereira
2017-03-02lib: Add minimal JSON libraryLeandro Pereira
2017-03-01tests: add zephyr uart driver api test caseQiu Peiyang
2017-03-02release notes: add table of contents for 1.7Anas Nashif
2017-03-02samples: drivers: rtc: change hard-coded device nameKuo-Lang Tseng
2017-03-02samples: drivers: change hard-coded device nameKuo-Lang Tseng
2017-03-02lib/zoap: Fix warning about signedness conversionVinicius Costa Gomes
2017-03-02doc: Update Linux environment setup and supported OSesEvan Couzens
2017-03-02api: dma: Fix comments for struct dma_configJon Medhurst
2017-03-02tests: dma: Initialise callback enable flagsJon Medhurst
2017-03-01subsys: gdb_server: Fix type mismatchJithu Joseph
2017-03-01boards: arduino_due: Add make flash supportPunit Vara
2017-03-01MAINTAINERS: remove inactive maintainer from x86 and kernel coreBenjamin Walsh
2017-03-01boards: add 96b_nitrogen board documentationRicardo Salveti
2017-03-01doc: Add Atmel SMART SAM E70 Xplained board documentationPiotr Mienkowski
2017-02-28boards: add 96b_carbon board documentationRicardo Salveti
2017-02-28samples: i2c_fujitsu: change hard-coded device nameKuo-Lang Tseng
2017-02-28doc: allow table head and content to wrapDavid B. Kinder
2017-02-28Revert "boards: panther: Use 115200 baudrate for BLE UART"Anas Nashif
2017-02-28flash: Fixes wrong SPI device for flash memory in arduino 101 sssJuan Manuel Cruz
2017-02-28doc: update link to 0.9 SDKInaky Perez-Gonzalez
2017-02-28Bluetooth: Fix connection object leakSzymon Janc
2017-02-28Bluetooth: shell: Don't echo LE CoC dataSzymon Janc
2017-02-28Bluetooth: SMP: Fix passkey entry for legacy pairingSzymon Janc
2017-02-28Bluetooth: shell: Fix accessing invalid memorySzymon Janc
2017-02-28Bluetooth: Controller: Fix LE Ping PDU dispatchVinayak Chettimada
2017-02-28Bluetooth: GATT: Fix subscriptions removalSzymon Janc
2017-02-28Bluetooth: shell: Fix GATT long write supportSzymon Janc
2017-02-28net/dns: Improve unaligned memory accessFlavio Santes
2017-02-28net/l2/ieeee802154: Fix typo in ieee802154_reserve nameMarcus Shawcroft
2017-02-28net/buf.h: fix copy-paste Doxygen errorMarti Bolivar
2017-02-28net: ipv6: Do not try to unref null pointerJukka Rissanen
2017-02-28eth/eth_mcux: Provide start and stop operations on the PHY driver.Marcus Shawcroft
2017-02-28eth/eth_mcux: Provide phy state name printing in debugMarcus Shawcroft
2017-02-28net/if: Fix documentation comment marker.Marcus Shawcroft
2017-02-28net/nbuf: Fix spelling.Marcus Shawcroft
2017-02-28samples/net/mqtt: Don't break lines after the "static" keywordFlavio Santes
2017-02-28samples/net/mqtt: Move conf parameters to config.hFlavio Santes
2017-02-28samples/net/mqtt: Improve inline docFlavio Santes
2017-02-28samples/net/mqtt: Simplify MQTT publisherFlavio Santes
2017-02-28net: ipv6: Bluetooth address fixJukka Rissanen
2017-02-28samples/zoap_client: Fix using the wrong timeout for retransmissionsVinicius Costa Gomes
2017-02-28samples/zoap_server: Add retransmissions for CON messagesVinicius Costa Gomes
2017-02-28iot/zoap: Fix requiring that the buffer is unchanged for retransmitVinicius Costa Gomes
2017-02-28tests/zoap: Adds test for the length of payload on the RX sideVinicius Costa Gomes
2017-02-28samples/zoap_server: Adds example for the link-format featureVinicius Costa Gomes
2017-02-28samples/zoap_server: Add a test case for the observer featureVinicius Costa Gomes
2017-02-28samples/zoap_server: Add more validation tests for block-wiseVinicius Costa Gomes
2017-02-28samples/zoap_server: Remove useless return statementsVinicius Costa Gomes