1. 8c3d4f7 k64: Change the default serial driver to the mcux one by Maureen Helm · 8 years ago
  2. 2e205e6 frdm_k64f: hexiwear_k64: Add defaults for the mcux serial driver by Maureen Helm · 8 years ago
  3. 38f8128 serial: Introduce new mcux shim driver by Maureen Helm · 8 years ago
  4. efb978d cc3200: Added board documentation in RST format. by Gil Pitney · 8 years ago
  5. 8890b73 license: Replace Apache boilerplate with SPDX tag by Erwan Gouriou · 8 years ago
  6. a0dcfcc pinmux/stm32: default pin assignment for STM32373C-EVAL board by Adam Podogrocki · 8 years ago
  7. 7d6c139 pinmux/stm32: default pin assignment for NUCLEO-F334R8 board by Adam Podogrocki · 8 years ago
  8. 2ce9966 pinmux/stm32: default pin assignment for STM3210C-EVAL board by Adam Podogrocki · 8 years ago
  9. d8992f5 boards: add initial support for STM32373C-EVAL with SoC STM32F373VC by Adam Podogrocki · 8 years ago
  10. 5f2fa05 boards: add initial support for Nucleo-64 with Soc STM32F334 by Adam Podogrocki · 8 years ago
  11. 05f717e uart/stm32: add STM32F3X support for uart by Kumar Gala · 8 years ago
  12. 726d11a pinmux/stm32: extend pinmux driver functionality to support STM32F3X series MCUs by Adam Podogrocki · 8 years ago
  13. f23492a gpio/stm32: provide GPIO driver implementation for STM32F3X family by Adam Podogrocki · 8 years ago
  14. 61cc74c flash/stm32: flash driver for STM32F3x series microcontrollers by Adam Podogrocki · 8 years ago
  15. c80023f exti/stm32: add support for F334 & F373 MCUs by Adam Podogrocki · 8 years ago
  16. c514f67 clock/stm32: add STM32F3X reset and clock control by Adam Podogrocki · 8 years ago
  17. 42a4615 soc/stm32: add initial support for STM32F3X series by Adam Podogrocki · 8 years ago
  18. 9ff75b2 board: add nucleo_401re board documentation by Erwan Gouriou · 8 years ago
  19. 2e0c2af arm: nvic: kill _NvicSwInterruptTrigger by Kumar Gala · 8 years ago
  20. 6e14642 arm/nordic_nrf5: enable SOC_FLASH_NRF5 by default if FLASH is enabled by Ricardo Salveti · 8 years ago
  21. 58460a5 arm: set default vector table address in prep_c when XIP by Ricardo Salveti · 8 years ago
  22. 90f38f3 arm: kinetis: Remove duplicate & unused defines by Kumar Gala · 8 years ago
  23. 38ca584 doc: update MAINTAINERS for .rst files by David B. Kinder · 8 years ago
  24. 78adda3 boards: arduino 101: set user LED values correctly by Anas Nashif · 8 years ago
  25. bc5039c docs: sensor: update included example code by Bogdan Davidoaia · 8 years ago
  26. 594992f license: use SPDX identifier for files in ext/ by Anas Nashif · 8 years ago
  27. 516e155 tests: update to Apache 2.0 SPDX tags on new tests by David B. Kinder · 8 years ago
  28. 2cb0454 doc: fix .rst files canonical heading order by David B. Kinder · 8 years ago
  29. aaf7f7f Merge "Merge net branch into master" by Anas Nashif · 8 years ago
  30. 4fadbbe sensor: fxos8700: fix missing dependency in Kconfig by Bogdan Davidoaia · 8 years ago
  31. 6460e76 samples: sensor: fxos8700: use floating point for printing sensor values by Bogdan Davidoaia · 8 years ago
  32. 90c37e2 Merge net branch into master by Jukka Rissanen · 8 years ago
  33. 007e231 net: echo-server: Discard 0 byte received packets by Jukka Rissanen · 8 years ago
  34. 011b22d net: echo-server: Use net_buf_frag_del() return parameter by Jukka Rissanen · 8 years ago
  35. 4a24192 wpan_serial: Fix possible NULL pointer dereference by Andrei Emeltchenko · 8 years ago
  36. 467c69d net: tcp: Fix TCP states swap when accepted an incoming connection by Tomasz Bursztyka · 8 years ago
  37. 088289e net: context: Add status to connect callback by Jukka Rissanen · 8 years ago
  38. 724aa3f net: samples: Print assigned address from DHCPv4 server by Ravi kumar Veeramally · 8 years ago
  39. 9b68f18 net: samples: Add ENC28J60 pin numbers to documentation by Ravi kumar Veeramally · 8 years ago
  40. 9a7ccf8 net: nbuf: Fix debug prints in memory pool init and unref by Jukka Rissanen · 8 years ago
  41. 0918a90 net: zperf: Add bluetooth support by Luiz Augusto von Dentz · 8 years ago
  42. 862b8dc net: zoap-client: Add bluetooth support by Luiz Augusto von Dentz · 8 years ago
  43. 72e013a net: tcp: add timeout wait in net_context_connect by Michael Scott · 8 years ago
  44. eb9055c net: tcp: move accept_cb from net_context to net_tcp by Michael Scott · 8 years ago
  45. 34b6737 net: net_context: correct description of recv_data_wait in net_context by Michael Scott · 8 years ago
  46. 2c3faa0 net: tcp: fix buffer leak in tcp_synack_received by Michael Scott · 8 years ago
  47. 8791461 net: tcp: if buffer is TCP_FIN increment send_ack by 1 by Michael Scott · 8 years ago
  48. c1f8222 net: tcp: don't assume TCP_FIN buffers are NET_DROP by Michael Scott · 8 years ago
  49. 29b7d9c net: tcp: handle TCP_FIN after processing any data in the buffer by Michael Scott · 8 years ago
  50. da7e00e net: tcp: in tcp_establish save TCP flags for post-processing use by Michael Scott · 8 years ago
  51. 8da8118 net: in newlib, ESHUTDOWN is considered an extension by Anas Nashif · 8 years ago
  52. 700c313 net: buf: Use TCP sent_list variable only if needed by Jukka Rissanen · 8 years ago
  53. d9b30d3 samples: net: Enable buffer warning and errors in echo apps on qemu by Tomasz Bursztyka · 8 years ago
  54. c2ed1c1 samples: net: Fix a format issues in echo_client by Tomasz Bursztyka · 8 years ago
  55. b7dd428 net: shell: Use lighter printk() instead of printf() by Tomasz Bursztyka · 8 years ago
  56. ec7d09e samples/zoap_server: Do not error if there's no payload or queries by Vinicius Costa Gomes · 8 years ago
  57. bc70a39 samples/zoap-server: Add support for the "location-query" resource by Vinicius Costa Gomes · 8 years ago
  58. 6f57867 samples/zoap_server: Include a path for the "created" resource by Vinicius Costa Gomes · 8 years ago
  59. e44dfff samples/zoap_server: Add Content-Format options to GET responses by Vinicius Costa Gomes · 8 years ago
  60. 0eaeaf2 samples/zoap_server: Add support for messages with token by Vinicius Costa Gomes · 8 years ago
  61. db04939 samples/zoap_server: Fix responding messages with the wrong type by Vinicius Costa Gomes · 8 years ago
  62. d27cc52 iot/zoap: Add a helper to find an observer by address by Vinicius Costa Gomes · 8 years ago
  63. e49ae1c iot/zoap: Clarify the return value of zoap_register_observer() by Vinicius Costa Gomes · 8 years ago
  64. 13fc795 iot/zoap: Fix wrong byte-order when retrieving integer options by Vinicius Costa Gomes · 8 years ago
  65. 4534046 iot/zoap: Ignore non-request packets in zoap_handle_request by Vinicius Costa Gomes · 8 years ago
  66. 0e7b9ad samples/zoap_server: Add resouce for TD_COAP_BLOCK_03 by Vinicius Costa Gomes · 8 years ago
  67. 4c636ee iot/zoap: Add response code for Continue status by Vinicius Costa Gomes · 8 years ago
  68. 6429b1b samples/zoap_server: Add support for blockwise GET tests by Vinicius Costa Gomes · 8 years ago
  69. bcc8f81 samples/zoap_server: Add support for the '/separate' resource by Vinicius Costa Gomes · 8 years ago
  70. dbd7481 net: tcp: remove unused semaphore tcp_lock by Michael Scott · 8 years ago
  71. 4f3a0ef net: dhcpv4: Remove dead code by Ravi kumar Veeramally · 8 years ago
  72. 0a3ebde net: 6lo: Fix dereferencing null pointer by Ravi kumar Veeramally · 8 years ago
  73. c6a006c net: 6lo: Handle destination address uncompression properly by Ravi kumar Veeramally · 8 years ago
  74. 1bb7b7e net: nbuf: Check possible null pointer access by Jukka Rissanen · 8 years ago
  75. ba02694 net: ipv6: Fix IPv6 prefix comparision by Jukka Rissanen · 8 years ago
  76. d3301aa net: ipv6: Check neighbor pointer in NS reply timeout by Jukka Rissanen · 8 years ago
  77. 66f5dfa net: tcp: Allocate space for TCP header by Jukka Rissanen · 8 years ago
  78. b5039aa net: icmpv6: Removing dead code by Jukka Rissanen · 8 years ago
  79. 2eb218c net: Fix possible null pointer dereference in nbuf by Jukka Rissanen · 8 years ago
  80. 06d3ccc net: tcp: When retransmitting, hold an extra, temporary reference by Leandro Pereira · 8 years ago
  81. 46c0997 net: tcp: Reduce size of `state` member from 32 to 4 bits by Leandro Pereira · 8 years ago
  82. 525b515 net: tcp: Get rid of `recv_mss` field from TCP struct by Leandro Pereira · 8 years ago
  83. 9a558c2 net: tcp: Remove unused `recv_ack` field from TCP context by Leandro Pereira · 8 years ago
  84. 5de6d08 net: tcp: Use an uint8_t for retry timeout instead of an uin32_t by Leandro Pereira · 8 years ago
  85. 1aee85b net: tcp: Ensure all timers are disposed of when releasing context by Leandro Pereira · 8 years ago
  86. 3587b97 net: slip: Do not remove fragments when sending data by Leandro Pereira · 8 years ago
  87. 0f6990a samples: net: Fix DHCPv4 config options and run on its own thread by Ravi kumar Veeramally · 8 years ago
  88. 4d93ebf samples/net: Remove legacy configuation variables by Flavio Santes · 8 years ago
  89. 1c21029 drivers/ethernet: Update default GPIO pin for the ENC28J60 module by Flavio Santes · 8 years ago
  90. 06286f9 samples/net: Remove redundant configuration variable by Flavio Santes · 8 years ago
  91. d4b9b6c net: tcp: Destroy net_tcp struct at the same time as the context by Andy Ross · 8 years ago
  92. 01ae35b net: tcp: Pass correct user_data pointers by Andy Ross · 8 years ago
  93. c78c7ac net: route: remove extra variable use in net_route_add() by Michael Scott · 8 years ago
  94. f3c66e5 net: ipv6: fix NULL reference in handle_ra_neighbor by Michael Scott · 8 years ago
  95. 7b674cb net: linkaddr: introduce net_linkaddr_set function by Michael Scott · 8 years ago
  96. 4aad767 net: linkaddr: calculate linkaddr storage addr size via config by Michael Scott · 8 years ago
  97. 64579bc tests: add threads customdata api test case with unified kernel by jing wang · 8 years ago
  98. 6ffe10f tests: add pipe test cases which use unified kernel by jing wang · 8 years ago
  99. e49480d tests: add fifo/lifo test cases with unified kernel by jing wang · 8 years ago
  100. c570efd tests: kernel: added memory pool threadsafe test by Sharron LIU · 8 years ago