Commit graph

  • e9cc4ac3db samples: fix sample yaml file syntax Anas Nashif 2018-03-30 07:20:28 -05:00
  • c9c18fa8b0 kconfig: Do not source "arch/posix/core/Kconfig" Ulf Magnusson 2018-03-30 21:34:28 +02:00
  • 96d703f9c2 scripts: Fix misspelled CMake project name Ulf Magnusson 2018-03-30 21:49:55 +02:00
  • 2b8cf4c98e include: kernel: Fix documentation for TICKLESS_KERNEL API's Ramakrishna Pallala 2018-03-29 22:54:36 +05:30
  • 92489ea4dd include: kernel: Fix typo in fifo API description Ramakrishna Pallala 2018-03-29 22:44:23 +05:30
  • 5e7a104e7b tests/kernel/gen_isr_table: fix mispelled 'kerne' Inaky Perez-Gonzalez 2018-03-29 22:26:53 -07:00
  • af1ad986b9 drivers: spi: Format SYS_LOG_SPI_LEVEL help nicer Ulf Magnusson 2018-03-29 17:35:07 +02:00
  • 4703ba7d31 doc: genrest: Use Kconfiglib 2 and improve output Ulf Magnusson 2018-03-28 18:15:01 +02:00
  • c33087d336 build: doc: Add support for a Windows equivalent to .zephyrrc Maureen Helm 2018-03-23 16:12:22 -05:00
  • 217c0edddd samples: net: http_server: Send final chunk Jukka Rissanen 2018-03-25 17:37:53 +03:00
  • 17234a9f59 samples: net: add put and post methods to coap Tarun Kumar Agarwal 2018-02-01 18:03:51 +05:30
  • 93689bdc80 kconfig: Remove no-op selects of choice symbols Ulf Magnusson 2018-03-28 23:29:43 +02:00
  • 6188579063 filter-doc-log.sh: Fix error for empty log file Ulf Magnusson 2018-03-29 09:03:02 +02:00
  • 80c28dbf5e doc: sphinx: Fix broken import of lexer.DtsLexer Ulf Magnusson 2018-03-29 00:35:30 +02:00
  • 566172f57a ci: update docker image Anas Nashif 2018-03-28 18:10:10 -05:00
  • e9b00eae75 net: tcp: Move TCP stack to tcp.c Patrik Flykt 2018-03-21 12:14:07 +02:00
  • 2c748ae6b5 net: context: Fix connect for UDP contexts Patrik Flykt 2018-03-20 15:06:51 +02:00
  • cfc6b56203 net: context: Factor out TCP receive window handling Patrik Flykt 2018-03-20 15:06:50 +02:00
  • 08110d8295 net: context: Factor out TCP context listen state Patrik Flykt 2018-03-20 15:06:49 +02:00
  • b5c74b9706 net: context: Refactor queueing of a TCP FIN when closing socket Patrik Flykt 2018-03-20 15:06:48 +02:00
  • aed6a227a6 net: context: Remove unnecessary callback clearing Patrik Flykt 2018-03-20 15:06:47 +02:00
  • 081e0eb8af net: context: Refactor net_tcp_send_data() Patrik Flykt 2018-03-20 15:06:46 +02:00
  • 34d82eb949 net: context: Factor out code for TCP receive Patrik Flykt 2018-03-20 15:06:45 +02:00
  • d8522657bd net: context: Remove unnecessary ifdefs Patrik Flykt 2018-03-20 15:06:44 +02:00
  • 8236e1e5cd net: context: Factor out TCP header length checking Patrik Flykt 2018-03-20 15:06:43 +02:00
  • 3b579ffb90 net: context: Refactor sendto() Patrik Flykt 2018-03-20 15:06:42 +02:00
  • 09b67a4825 net: context: Update net_context_sendto() Patrik Flykt 2018-03-20 15:06:40 +02:00
  • 7f8b2fc5ce net: tcp: Define empty static functions when TCP is disabled Patrik Flykt 2018-03-20 15:06:39 +02:00
  • 41d21bd123 tests: socket: Enable loopback and net tests Patrik Flykt 2018-03-21 11:41:56 +02:00
  • d5a2400b9f gen_syscall_header.py: fix include issue Andrew Boie 2018-03-26 13:45:20 -07:00
  • c67eb56355 gen_syscalls.py: fix include issue Andrew Boie 2018-03-26 13:44:44 -07:00
  • 4b35875719 kconfiglib: Update to 7245bad9ebb58 Ulf Magnusson 2018-03-28 22:26:43 +02:00
  • adb05df4ca net: if: Bring back __net_if_align Jukka Rissanen 2018-03-27 17:59:23 +03:00
  • b2570d2a55 samples: usb: add usb hid mouse sample qianfan Zhao 2018-03-19 18:36:19 +08:00
  • 3cac6b249c usb: hid: Add macros for REPORT descriptor qianfan Zhao 2018-03-22 12:52:38 +08:00
  • 94ff339cbf subsys: Add a new settings subsystem Andrzej Puzdrowski 2018-02-02 14:30:56 +01:00
  • e33aa5509a subsys: fs: add NFFS rename API implementation Andrzej Puzdrowski 2018-02-27 12:26:14 +01:00
  • e99fb77620 sensors: lis3dh: Fix i2c burst read Tobias Aschenbrenner 2018-03-06 13:54:03 +01:00
  • 29f4e18af4 cdc_acm: fix interrupt handling, API registration, and propgate errors. Michael Hope 2018-02-25 15:46:44 +01:00
  • e5ea7d2260 doc: net: Add websocket and websocket_console to net API docs Jukka Rissanen 2018-03-25 17:49:47 +03:00
  • 9626cba0cb sample: net: echo-server: Cleanup config files Jukka Rissanen 2018-03-25 18:39:06 +03:00
  • 91ff634d32 ethernet: fix an unaligned access fault by removing __packed. Michael Hope 2018-03-27 21:05:40 +02:00
  • 4e7deb49b9 usb: netusb: implement the ethernet interface. Michael Hope 2018-03-26 21:24:50 +02:00
  • 5a6271b08d usb: sam0: add the new usb_dc_ep_mps() function. Michael Hope 2018-03-17 19:01:09 +01:00
  • 1c60ba1459 drivers: serial: Add missing FE310 UART driver reference to CMakeLists Peter Gielda 2018-03-27 22:29:34 +02:00
  • f947439fa1 net: Align the stack infos in net_stack linker section Jukka Rissanen 2018-03-23 15:53:46 +02:00
  • c609bd8fd7 tests: net: Increase the size of main stack Jukka Rissanen 2018-03-12 10:35:38 +02:00
  • ba3c0bb123 samples: net: Add traffic class sample application Jukka Rissanen 2018-02-07 15:29:25 +02:00
  • d114deadcf net: shell: Print TX and RX threads stacks with more info Jukka Rissanen 2018-02-07 15:11:21 +02:00
  • 99e93db6b2 net: stats: Add traffic class statistics Jukka Rissanen 2018-02-07 15:09:36 +02:00
  • 2a3de97ce9 tests: net: Add unit test for traffic class support Jukka Rissanen 2018-03-05 17:33:18 +02:00
  • 6049207a29 net: Add initial TX and RX traffic class support Jukka Rissanen 2018-02-07 15:00:08 +02:00
  • 159aaf1740 net: core: Add array support to stack info helpers Jukka Rissanen 2018-02-07 14:45:44 +02:00
  • 81d8d5219c net: context: Add PRIORITY option support Jukka Rissanen 2018-02-07 14:44:04 +02:00
  • ca8b00a3cc net: if: Make interface IP configuration more flexible Jukka Rissanen 2018-01-19 19:01:23 +02:00
  • 47dafffb67 net: if: Separate IP address configuration from net_if Jukka Rissanen 2018-01-11 16:06:53 +02:00
  • bdc5c72498 samples: Add sample that demonstrates a custom board definition Sebastian Bøe 2018-03-26 09:48:57 +02:00
  • 38f8e849b5 doc: Introduce the sample category app. dev. to the docs Sebastian Bøe 2018-03-26 10:16:04 +02:00
  • c4122bb6c1 ext: hal: nordic: Import SVD files for nRF5 SoCs Andrzej Głąbek 2018-03-26 17:07:58 +02:00
  • 3dd8b903d2 ext: hal: nordic: Update nrfx to version 1.0.0 Andrzej Głąbek 2018-03-26 09:07:23 +02:00
  • ad24576501 usb: device: nrf5: Remove support for the ACCESSFAULT event Andrzej Głąbek 2018-03-26 13:01:25 +02:00
  • 82f85c6565 doc: samples: hci_uart: Expand instructions for the Controller Carles Cufi 2018-03-21 14:39:15 +01:00
  • 9ba007e878 doc; bluetooth: Rework and expand the Bluetooth doc Carles Cufi 2018-03-26 14:39:46 +02:00
  • 1ee8eeaccc scripts: extract_dts_include: convert inherited 'id' to 'node_type' Erwan Gouriou 2017-11-22 13:26:04 +01:00
  • b6005bfb2a scripts: extract_dts_includes.py: factorize globals for module usage Bobby Noelte 2017-12-30 12:06:27 +01:00
  • dfd92b0602 script/dts: Remove unnecessary empty return on functions Tomasz Bursztyka 2018-03-07 16:51:32 +01:00
  • 7ef3ddee0b scripts/dts: De-clutter main function in extract_dts_includes Tomasz Bursztyka 2018-03-07 15:03:27 +01:00
  • 1134393ac1 scripts/dts: Make extract_dts_includes generating both files by itself Tomasz Bursztyka 2018-03-07 11:15:00 +01:00
  • b34d156693 scripts/dts: Use 4-spaces tabs instead of 2-space tabs in devicetree.py Tomasz Bursztyka 2018-03-07 15:45:46 +01:00
  • 6a9ebdcd18 scripts/dts: Fix Copyright headers Tomasz Bursztyka 2018-03-07 15:17:28 +01:00
  • f37507604d tests: kernel: mem_protect: Update platform whitelist Spoorthi K 2018-03-26 11:51:38 +05:30
  • 0da61744fb device.h: doc: Refactor to keep documentation infront of impl. Sebastian Bøe 2018-03-26 15:31:51 +02:00
  • f816c39300 init.h: Fix english in comment Sebastian Bøe 2018-03-26 15:31:06 +02:00
  • 8356045633 docs: Fix reference to non-existent SYS_INIT_PM macro Sebastian Bøe 2018-03-26 15:28:26 +02:00
  • 0de21f8a9b doc: drivers: Include device_config declaration in documentation Sebastian Bøe 2018-03-26 15:26:50 +02:00
  • 917d8e2f7b doc: drivers: Re-order error-handling section Sebastian Bøe 2018-03-26 14:03:02 +02:00
  • b07cb2924b docs: Use simple english Sebastian Bøe 2018-03-26 13:42:38 +02:00
  • 993c350b92 cleanup: replace old jira numbers with GH issues Anas Nashif 2018-03-26 10:11:00 -05:00
  • 788aa45888 drivers: timer: remove unkown jira ID Anas Nashif 2018-03-26 09:57:11 -05:00
  • ca5964d66d board: x86: tinytile: Enable I2C through DTS Kumar Gala 2018-03-24 18:47:36 -05:00
  • 4c49df98e5 Bluetooth: controller: Fix missing device filter clear Vinayak Kariappa Chettimada 2018-03-21 14:51:19 +01:00
  • 8761bf05d1 samples: mgmt: Remove unnecessary mbedTLS reference Carles Cufi 2018-03-26 15:20:27 +02:00
  • ab2d3e70c6 samples: mgmt: Remove unneeded DTC overlay Carles Cufi 2018-03-26 15:18:43 +02:00
  • 43383701ca include: posix: correcting the return type of sleep. Youvedeep Singh 2018-03-26 18:28:47 +05:30
  • 5afa30ccef drivers: eth: native_posix: No need to sleep in select Jukka Rissanen 2018-03-26 13:04:00 +03:00
  • 185ff16675 net/mgmt: Remove spurious k_sem_give() Tomasz Bursztyka 2018-03-23 10:32:14 +01:00
  • 807f3e335b net/mgmt: Reenforce pushing events into notification list Tomasz Bursztyka 2018-03-22 10:16:39 +01:00
  • 059fc95099 net/mgmt: Ensure that event order is kept as FIFO Tomasz Bursztyka 2018-03-22 09:56:43 +01:00
  • 4d16076efe tests: net: websocket: Fix null at the end of string Jukka Rissanen 2018-03-26 10:03:58 +03:00
  • 4402fbcdd6 samples: net: websocket_console: Do not copy pass end of string Jukka Rissanen 2018-03-26 10:16:26 +03:00
  • e3892d9351 scripts: kconfig: Give symbol locations in warnings Ulf Magnusson 2018-03-25 22:26:07 +02:00
  • f77469a3bb Bluetooth: controller: Refactor to use max macro David Maitland 2018-03-23 00:25:52 +00:00
  • 3642a69a6b doc: boards: Remove hint to ini file Reto Schneider 2018-03-24 02:31:29 +01:00
  • 66d60d2941 boards: delete arduino_101_ble board Anas Nashif 2018-03-22 08:14:37 -05:00
  • 91a27358bd drivers: gpio: nrf5: Use popcount and first_lsb_set functions Vinayak Kariappa Chettimada 2018-03-22 13:03:48 +01:00
  • 89cb10f151 drivers: gpio: nrf5: Add support for port P1 in nRF52840 SoC Vinayak Kariappa Chettimada 2018-03-01 05:50:52 +01:00
  • e9fa157245 drivers: gpio: nRF5: Use lowest IRQ priority level as default Vinayak Kariappa Chettimada 2018-03-22 21:11:42 +01:00
  • 22d31ece2b boards: nRF5x DK: Fix missing pull up for switches Vinayak Kariappa Chettimada 2018-03-01 11:12:51 +01:00
  • 20cd4b551b lib: base64: Add statement of changes Carles Cufi 2018-03-23 13:15:21 +01:00
  • 6170ae5e2e net: websocket: Use system provided base64 function Jukka Rissanen 2018-03-23 12:36:25 +02:00