Commit graph

  • 24e083c5d6 arm: handle time slicing before context switch on exception. Youvedeep Singh 2017-08-02 11:17:24 +05:30
  • 87766a25c6 gitlint: ignore titles prefixed with Revert Anas Nashif 2017-08-08 08:36:01 -04:00
  • 408a61d42b gitlint: tolerate long lines with URLs Anas Nashif 2017-08-08 08:07:00 -04:00
  • f807d4db7e Scheduler: Same priority Preemptive threads should get equal time slice Youvedeep Singh 2017-07-18 16:13:16 +05:30
  • 5efaca470c Timer Systick : Handle Systick timer rollback in tickless kernel Case Youvedeep Singh 2017-07-17 13:06:50 +05:30
  • 2fab706216 Bluetooth: controller: Check AdvA in Scan Response Carles Cufi 2017-08-08 13:17:55 +02:00
  • 64562e1af2 http: server: Add function to send a chunk of data Jukka Rissanen 2017-08-01 15:19:56 +03:00
  • d90095b556 Bluetooth: controller: Use random numbers in adv and enc setup Vinayak Kariappa Chettimada 2017-08-07 12:12:39 +02:00
  • 6c300ca41e CODEOWNERS: update drivers/spi/spi_ll_stm32.* Marti Bolivar 2017-07-25 16:12:44 -04:00
  • f3b18bc2e9 drivers: spi: stm32: fix transmit/receive procedure Marti Bolivar 2017-07-18 13:02:33 -04:00
  • 4298772248 drivers: spi: stm32: add error checking to polled mode Marti Bolivar 2017-07-17 15:12:44 -04:00
  • d5ee0cfbf9 drivers: spi: stm32: remove extraneous unaligned macros Marti Bolivar 2017-07-17 11:17:58 -04:00
  • 78214d0569 drivers: spi: stm32: fix SPI being left on in slave mode Marti Bolivar 2017-07-17 14:56:54 -04:00
  • b13b2c591e drivers: spi: stm32: factor out completion routine Marti Bolivar 2017-07-17 14:35:22 -04:00
  • a6c481d36d drivers: spi: stm32: fix bugs in polled mode Marti Bolivar 2017-07-17 14:29:14 -04:00
  • 7b0f0f801c drivers: spi: stm32: fix hardware NSS management Marti Bolivar 2017-07-17 10:23:28 -04:00
  • 69bc5ebdf3 drivers: spi: stm32: add error checking to IRQ mode Marti Bolivar 2017-07-17 14:20:13 -04:00
  • 6c717095b8 drivers: spi: report synchronous completion status Marti Bolivar 2017-07-17 11:37:22 -04:00
  • ec3aece97c drivers: spi: avoid undefined behavior Marti Bolivar 2017-07-17 10:50:18 -04:00
  • db91163e43 drivers: spi: add SPI_OP_MODE_GET() Marti Bolivar 2017-07-18 11:27:29 -04:00
  • 2fcecd786e drivers: spi: fix typo Marti Bolivar 2017-07-18 11:27:11 -04:00
  • 86f23c8877 tests: spi_loopback: improve error logging Marti Bolivar 2017-07-17 16:36:48 -04:00
  • f95632a14e tests: spi_loopback: log start/end of test at INF level Marti Bolivar 2017-07-17 15:45:30 -04:00
  • b147c8f61b tests: spi_loopback: add 96b_carbon support Marti Bolivar 2017-07-17 16:04:50 -04:00
  • 30ae3cb9b7 tests: spi_loopback: fix typos Marti Bolivar 2017-07-17 15:45:00 -04:00
  • 90ab8a6c6a pinmux: stm32: 96b_carbon: Add support for SPI Marti Bolivar 2017-07-14 12:44:07 -04:00
  • 062360b596 test: spi: Use k_thread_abort to end asynchronous thread. Michał Kruszewski 2017-08-08 09:40:10 +02:00
  • 51252bdea4 Bluetooth: samples/mesh_demo: Fix tune generation with sharp notes Johan Hedberg 2017-08-08 10:15:04 +03:00
  • f80b2ac865 net: sockets: Fix race condition with accept() call Paul Sokolovsky 2017-08-08 09:41:18 +03:00
  • 509cdfefe2 net: Fix compile warnings Jukka Rissanen 2017-08-08 09:04:09 +03:00
  • ddc71c139a new: app: Fix compile error if using newlib Jukka Rissanen 2017-08-08 08:53:46 +03:00
  • 64ead4c6ee net: app: fix IPv6 init for late IP assigment Michael Scott 2017-08-07 16:00:00 -07:00
  • fef5ef74fa tests: sha256: convert to ztest Niranjhana N 2017-08-02 13:34:21 +05:30
  • 4e40b843e4 tests: mbedtls: convert to ztest Niranjhana N 2017-08-02 13:33:11 +05:30
  • 26bacab162 tests: hmac_prng: convert to ztest Niranjhana N 2017-08-02 13:32:18 +05:30
  • af3cd3bb62 tests: hmac: convert to ztest Niranjhana N 2017-08-02 13:31:25 +05:30
  • 712e2a4dc0 tests: ecc_dsa: convert to ztest Niranjhana N 2017-08-02 13:29:28 +05:30
  • 763384bdb2 tests: ecc_dh: convert to ztest Niranjhana N 2017-08-02 13:27:32 +05:30
  • 83f77de779 tests: ctr_prng: convert to ztest Niranjhana N 2017-08-02 13:26:34 +05:30
  • a1e98b01a8 tests: ctr_mode: convert to ztest Niranjhana N 2017-08-02 13:24:26 +05:30
  • c47d5fcee1 tests: cmac_mode: convert to ztest Niranjhana N 2017-08-02 13:23:25 +05:30
  • 98f69e1de5 tests: ccm_mode: convert to ztest Niranjhana N 2017-08-02 13:22:38 +05:30
  • 0e53345b74 tests: cbc_mode: convert to ztest Niranjhana N 2017-08-02 09:32:29 +05:30
  • 851314ba8e tests: aes: convert to ztest Niranjhana N 2017-08-02 09:31:15 +05:30
  • 50f112cdc1 tests: xip: convert to ztest Niranjhana N 2017-08-03 11:43:56 +05:30
  • 7e5baf0495 tests: multilib: convert to ztest Niranjhana N 2017-08-03 11:37:01 +05:30
  • 502c7c0c83 tests: libs: convert to ztest Niranjhana N 2017-08-03 11:35:45 +05:30
  • c235ff4959 tests: arm_runtime_nmi: convert to ztest Niranjhana N 2017-08-03 11:34:39 +05:30
  • 8dc47d6a3b tests: arm_irq_vector_table: convert to ztest Niranjhana N 2017-08-03 11:33:20 +05:30
  • a9509a757a ext qmsi: Fix underflow in adc sample delay Geoff Gustafson 2017-07-26 11:16:01 -07:00
  • 505ebfbe36 Bluetooth: controller: Fix TargetA check as initiator Carles Cufi 2017-08-07 15:14:19 +02:00
  • 0c243dfe8c samples: net: Remove IEEE 802.15.4 sample setup Jukka Rissanen 2017-08-07 15:01:40 +03:00
  • 19b7213f36 samples: net: Some apps were missing IPv6 address settings Jukka Rissanen 2017-08-07 14:53:30 +03:00
  • f461ee4df5 samples: fixed tc syntax Anas Nashif 2017-08-07 21:20:13 -04:00
  • 7072876229 net: icmpv4: Calculate start of ICMPv4 echo-req properly Jukka Rissanen 2017-08-05 11:14:44 +03:00
  • 529a55b6ef net: rpl: Do not probe parent that is not our neighbor Jukka Rissanen 2017-08-05 11:10:03 +03:00
  • a1b6e5495d net: rpl: Make sure parent is found when processing DIO msg Jukka Rissanen 2017-08-05 11:05:07 +03:00
  • 3a438f159b net: rpl: Do not access NULL parent Jukka Rissanen 2017-08-05 11:00:14 +03:00
  • 1584bbec48 net: trickle: Do clock wrap check properly Jukka Rissanen 2017-08-05 00:23:13 +03:00
  • 4dc236b7dd net: rpl: Remove dead code when updating IPv6 HBHO Jukka Rissanen 2017-08-04 23:55:05 +03:00
  • 238c51f6d0 net: sockets: Comment Coverity warning about unchecked values Jukka Rissanen 2017-08-04 23:49:51 +03:00
  • d86ff7255f net: rpl: Comment Coverity false positive when forwarding DAO Jukka Rissanen 2017-08-04 23:39:37 +03:00
  • 14a87ea9c9 net: if: Check return value of k_poll() when sending data Jukka Rissanen 2017-08-04 23:31:33 +03:00
  • 8c02460a5e net: dns: Check address family when initializing Jukka Rissanen 2017-08-04 23:17:03 +03:00
  • b14586c3ca net: rpl: RPL route entry was fetched too late Jukka Rissanen 2017-08-04 23:07:17 +03:00
  • 7182620340 net: rpl: Status code was incorrectly checked in MRHOF link cb Jukka Rissanen 2017-08-04 21:28:28 +03:00
  • 662dde6675 sanitycheck: validate YAML files w/ schemas files Inaky Perez-Gonzalez 2017-07-24 10:24:35 -07:00
  • d3409c5e67 doc: scripts: sanitycheck: s/ini/yaml/ Sebastian Bøe 2017-08-07 17:51:42 +02:00
  • bf8e504588 Bluetooth: Mesh: Fix duplicate const declarations Johan Hedberg 2017-08-07 15:53:40 +03:00
  • 01b684f82b Bluetooth: Mesh: Fix pointer signedness compiler warnings Johan Hedberg 2017-08-07 16:16:36 +03:00
  • 264481116c Bluetooth: controller: Enable AAR for Scan Responses Carles Cufi 2017-08-07 12:19:19 +02:00
  • ba9d3ae6b5 Bluetooth: controller: Fix whitelist filter logic Carles Cufi 2017-08-07 10:57:52 +02:00
  • 5245a686fc samples: net: sockets: Switch to net_app auto-init Paul Sokolovsky 2017-08-04 22:13:49 +03:00
  • f96329a63b doc: net_app: use definition list instead of bullets Anas Nashif 2017-08-05 10:34:51 -04:00
  • 63de5932ca ci: post built html docs to S3 storage Anas Nashif 2017-08-05 10:50:30 -04:00
  • 659ea4191d ci: copy sanitycheck.xml file per matrix build Anas Nashif 2017-08-05 11:01:23 -04:00
  • f4668ccebd doc: enable building HTML doxygen Anas Nashif 2017-08-05 10:32:03 -04:00
  • b7e3739043 net: sockets: Manage TCP receive window Paul Sokolovsky 2017-07-12 20:48:21 +03:00
  • 19ff963693 net: tcp: Allow to explicitly manage TCP receive window Paul Sokolovsky 2017-04-28 22:05:29 +03:00
  • 09bcd8ee74 Kconfig: make all syslog variables depend on SYS_LOG Anas Nashif 2017-08-04 08:34:58 -04:00
  • e57b7ec4ba Bluetooth: ipsp: Use CONFIG_NET_APP_BLUETOOTH_NODE Luiz Augusto von Dentz 2017-08-02 16:20:45 +03:00
  • 7d9e0184d9 net: led_demo: Remove dependency on ipss sample service Luiz Augusto von Dentz 2017-08-02 16:10:34 +03:00
  • 5383d47b3b net: zoap_server: Use CONFIG_NET_APP_BLUETOOTH_NODE Luiz Augusto von Dentz 2017-08-02 16:07:39 +03:00
  • 4c9ebb9d9c net: zperf: Remove dependency on ipss sample service Luiz Augusto von Dentz 2017-08-02 14:40:56 +03:00
  • b9c7f2ac33 net: zoap_client: Remove dependency on ipss sample service Luiz Augusto von Dentz 2017-08-02 14:34:37 +03:00
  • 71929d2d5c net: mqtt_publisher: Use CONFIG_NET_APP_BLUETOOTH_NODE Luiz Augusto von Dentz 2017-08-02 14:27:47 +03:00
  • f78b13c059 net: http_clients: Remove dependency on ipss sample service Luiz Augusto von Dentz 2017-08-02 14:18:52 +03:00
  • a0f547d3d1 net: http_client: Remove dependency on ipss sample service Luiz Augusto von Dentz 2017-08-02 11:37:39 +03:00
  • 4ce629d128 net: echo_client: Remove dependency on ipss sample service Luiz Augusto von Dentz 2017-08-02 11:28:04 +03:00
  • e71d7f5dc9 net: http_server: Use CONFIG_NET_APP_BLUETOOTH_NODE Luiz Augusto von Dentz 2017-08-02 11:21:50 +03:00
  • a1d694bc6d net: echo_server: Use CONFIG_NET_APP_BLUETOOTH_NODE Luiz Augusto von Dentz 2017-08-01 16:41:55 +03:00
  • c4f632bd09 net: bt: app: Add NET_APP_BLUETOOTH_NODE option Luiz Augusto von Dentz 2017-07-31 16:26:01 +03:00
  • cbc4a2b9b0 net: bt: Add advertise management command Luiz Augusto von Dentz 2017-07-31 16:58:16 +03:00
  • 9b3f6362e6 net: app: allow IPv6 interface init to work with late IP assigment Michael Scott 2017-08-02 12:18:04 -07:00
  • 8088e14c74 net: sockets: poll: Use prefixed POLL* constants. Paul Sokolovsky 2017-08-03 10:57:33 +03:00
  • e7acafd967 net: sockets: Fix a link error if CONFIG_NET_TCP is not enabled Aska Wu 2017-07-28 16:05:38 +08:00
  • f6405dfd93 Bluetooth: controller: Avoid assignments in if statement Carles Cufi 2017-08-04 14:17:08 +02:00
  • f23aaeb7f4 Bluetooth: controller: Fix warning due to unused variable Carles Cufi 2017-08-04 12:52:21 +02:00
  • 3a35859410 Bluetooth: controller: Translate addresses in adv reports Carles Cufi 2017-08-04 07:13:29 +02:00
  • 66c619eb83 Bluetooth: controller: Fix typo in scan request address population Carles Cufi 2017-08-03 20:05:19 +02:00