Commit graph

  • 76bfe7b3a1 i2c: dw: re-organize transfer related code Daniel Leung 2015-10-06 11:29:30 -07:00
  • 7551562a14 uart: make poll_in and poll_out mandatory Daniel Leung 2015-10-08 11:10:22 -07:00
  • c615ae56cb serial: nsim: add dummy poll_in function Daniel Leung 2015-10-08 11:08:16 -07:00
  • 94d60babaa tinycrypt: use tabs not spaces Dan Kalowsky 2015-10-12 11:48:18 -07:00
  • 31ff5ad01f tinycrypt: moving includes Dan Kalowsky 2015-10-12 10:15:35 -07:00
  • 9882dcd3d2 sanitycheck: look for misaligned XIP VMA/LMA addresses Andrew Boie 2015-10-07 14:25:51 -07:00
  • 73b4ee69b7 sanitycheck: binary size calculation improvements Andrew Boie 2015-10-07 11:33:22 -07:00
  • c2a9a37e1c test_task: fix startup race Andrew Boie 2015-10-09 13:02:35 -07:00
  • 93f06fad7d Revert "tinycrypt: moving includes" Anas Nashif 2015-10-11 05:54:36 -07:00
  • cd6e315167 Revert "tinycrypt: use tabs not spaces" Anas Nashif 2015-10-11 05:58:27 -07:00
  • 86f851c55a doc: adding :dfn: syntax where needed L.S. Cook 2015-10-08 14:13:05 -07:00
  • cb9749f443 doc: directive indentation fixes on language.rst L.S. Cook 2015-09-28 13:28:47 -07:00
  • 3b650c5c44 tinycrypt: use tabs not spaces Dan Kalowsky 2015-10-06 16:28:29 -07:00
  • 9d506d0a26 tinycrypt: moving includes Dan Kalowsky 2015-10-06 16:02:36 -07:00
  • 53dbe1f1ec crypto: comply with checkpatch file length Dan Kalowsky 2015-10-06 15:35:12 -07:00
  • 579a490ea3 test_sema: fix initialization race Andrew Boie 2015-10-09 11:15:17 -07:00
  • 966401307e x86: Allow use of simple_uart driver with ia32 target Jukka Rissanen 2015-10-08 10:04:41 +03:00
  • 1f901bd491 doc: change bash to console refs L.S. Cook 2015-10-08 14:33:49 -07:00
  • c98560f783 doc: edit of gerrit tutorial Leona 2015-09-23 10:37:31 -07:00
  • 0fe883ccb1 Bluetooth: Fix not reseting required security in case of error Szymon Janc 2015-10-07 17:09:24 +02:00
  • ab665fbe27 Bluetooth: Clear pairing flag if all keys have been distributed Mariusz Skamra 2015-10-07 14:00:16 +02:00
  • 7aae2849c3 Bluetooth: Rename connection state notify functions Szymon Janc 2015-10-05 15:46:52 +02:00
  • 89f8453ebe Bluetooth: Don't delay bt_conn connected callback Szymon Janc 2015-10-05 15:10:59 +02:00
  • 6dba9310d4 net: Keep track of number of free L2 buffers Jukka Rissanen 2015-09-30 12:48:46 +03:00
  • 3e5a38d348 net: contiki: Do not try to free null mbuf Jukka Rissanen 2015-09-30 09:37:56 +03:00
  • 44df1a12a2 net: Print local MAC address when setting local addresses Jukka Rissanen 2015-09-29 12:55:52 +03:00
  • dbed256cb0 net: Print stack usage more often for 802.15.4 fibers Jukka Rissanen 2015-09-30 09:39:23 +03:00
  • c41ad174fc net: Print stack usage and statistics for every transmitted msg Jukka Rissanen 2015-09-29 12:51:10 +03:00
  • b14fdb8b5d net: contiki: Print detailed info if packet len is wrong Jukka Rissanen 2015-09-29 12:39:57 +03:00
  • f857815455 net: Print warning if 6lowpan is not used with 802.15.4 Jukka Rissanen 2015-09-25 17:00:28 +03:00
  • a3c8bf6ce3 net: contiki: Typo in 802.15.4 reassembly debug message Jukka Rissanen 2015-09-29 12:49:43 +03:00
  • b7d790b4b2 net: contiki: Do not discard non-fragmented packets Jukka Rissanen 2015-09-25 16:58:27 +03:00
  • ea0d712ee1 net: Compile 6lowmac layer only if 6lowpan is enabled Jukka Rissanen 2015-09-25 16:56:33 +03:00
  • d0731d5d81 net: Pretty print statistics Jukka Rissanen 2015-09-30 14:54:38 +03:00
  • a8c54384c0 net: Gather statistics about amount of received L2 bytes Jukka Rissanen 2015-09-29 13:37:01 +03:00
  • f84e0c1b9b net: Gather statistics about amount of sent L2 bytes Jukka Rissanen 2015-09-25 16:50:04 +03:00
  • f10641f072 net: contiki: Initialize statistics structure Jukka Rissanen 2015-09-28 14:52:18 +03:00
  • 66f6cfc86f Bluetooth: Cover whole key API under CONFIG_BLUETOOTH_SMP Szymon Janc 2015-10-02 13:51:20 +02:00
  • 4372347319 Bluetooth: SMP: Move code to reduce number of ifdefs Szymon Janc 2015-10-02 13:42:53 +02:00
  • 07805cb9a4 Bluetooth: Move GATT code to reduce number of ifdefs Szymon Janc 2015-10-02 12:44:26 +02:00
  • 888fac8ac8 Bluetooth: Move connection code to reduce number of ifdefs Szymon Janc 2015-10-02 12:39:11 +02:00
  • 5deb2667dd Bluetooth: Fix connecting to devices that use RPA Szymon Janc 2015-10-02 10:10:39 +02:00
  • eb8dfd116e Bluetooth: Refactor handling of identity address lookup Szymon Janc 2015-10-01 18:21:40 +02:00
  • 18a375d487 net: tools: echo-client can send data forever Jukka Rissanen 2015-09-30 14:29:35 +03:00
  • 2456300976 net: 802.15.4: Ignore too long network packets in dummy radio Jukka Rissanen 2015-10-01 13:37:59 +03:00
  • 05d8a096e1 net: apps: test_15_4 fixes when running in one qemu Jukka Rissanen 2015-09-30 16:05:41 +03:00
  • b8fb7ebd02 net: apps: Fix the 802.15.4 monitor application Jukka Rissanen 2015-09-25 16:47:20 +03:00
  • 83dd828d58 net: apps: Add readme file describing various IP stack examples Jukka Rissanen 2015-09-28 14:02:41 +03:00
  • 9368afd336 net: apps: Connect echo-server and echo-client tests together Jukka Rissanen 2015-09-25 16:44:12 +03:00
  • 40638b3ad4 net: Additional checks for length of the data to be sent Jukka Rissanen 2015-09-25 12:35:51 +03:00
  • 03e0d10ab3 net: contiki: Remember original data length when sending Jukka Rissanen 2015-09-25 12:30:48 +03:00
  • ddab4c11af net: contiki: Print debug information about fragment length Jukka Rissanen 2015-09-24 17:09:28 +03:00
  • d9e0f0494a net: User can select the desired 6LoWPAN compression method Jukka Rissanen 2015-09-29 20:44:47 +03:00
  • c890edc687 net: 802.15.4: Allow user to set the PAN id Jukka Rissanen 2015-10-01 11:19:48 +03:00
  • 3c1f69dcbc net: 802.15.4: Fix the sent network buffer length Jukka Rissanen 2015-09-24 17:00:50 +03:00
  • af98cbc1b6 Bluetooth: Move HCI core code to reduce number of ifdefs Szymon Janc 2015-10-01 17:50:19 +02:00
  • ca9d755073 Bluetooth: Enable stack analysis in tester application Szymon Janc 2015-09-29 11:13:17 +02:00
  • 68d7688aff Bluetooth: SMP: Add timeout fiber stack analysis Szymon Janc 2015-09-29 10:56:58 +02:00
  • eb42877662 Bluetooth: Use common code for stack usage analysis in HCI code Szymon Janc 2015-09-29 10:45:44 +02:00
  • edf9cc3065 Bluetooth: Add new code for stack usage analysis Szymon Janc 2015-10-01 10:39:01 +02:00
  • 01bec178dc Bluetooth: Handle read supported gatt server commands Mariusz Skamra 2015-09-28 17:59:25 +02:00
  • b75915e366 Bluetooth: Add read characteristic value callback Mariusz Skamra 2015-09-24 16:23:43 +02:00
  • 865a087e76 Bluetooth: Handle Set Characteristic/descriptor value Mariusz Skamra 2015-09-24 16:11:32 +02:00
  • cc3949fec4 Bluetooth: Handle Add Characteristic command Mariusz Skamra 2015-09-17 16:37:16 +02:00
  • 9624fe8732 Bluetooth: Add support for GATT Server to tester application Mariusz Skamra 2015-09-15 09:07:56 +02:00
  • 7bb885198d Bluetooth: Extend BTP Specification to cover GATT Server Mariusz Skamra 2015-09-14 15:37:08 +02:00
  • 10c56223c9 Bluetooth: SMP: Add support for SMP timeout Szymon Janc 2015-09-28 18:02:28 +02:00
  • 02b06acf8d Bluetooth: Fix reported name for RX prio fiber Johan Hedberg 2015-09-29 10:10:01 +03:00
  • 1ffed52c45 Bluetooth: SMP: Don't start pairing if it is already in progress Szymon Janc 2015-09-24 17:31:02 +02:00
  • e8bcb6afc0 Bluetooth: SMP: Track if pairing is in progress Szymon Janc 2015-09-24 17:22:40 +02:00
  • c8830c8a14 net: rpl: Fix compile error when debugging is activated Jukka Rissanen 2015-09-22 17:13:03 +03:00
  • c295cd5b62 net: rpl: User can enable RPL probing support Jukka Rissanen 2015-09-22 14:03:10 +03:00
  • 0ddb10f155 net: rpl: User can configure used objective function Jukka Rissanen 2015-09-22 13:48:08 +03:00
  • c52cae5366 Bluetooth: GATT: Fix differentiate errors on write ccc Arkadiusz Lichwa 2015-09-23 15:54:45 +02:00
  • 5438f7b96b Bluetooth: tester: Handle Set Connectable command Mariusz Skamra 2015-09-11 11:27:43 +02:00
  • 926e65fe3b Bluetooth: tester: Handle disconnect command Mariusz Skamra 2015-09-10 16:38:41 +02:00
  • 8505cc9b37 Bluetooth: tester: Fix Start/Stop Advertising responses Mariusz Skamra 2015-09-10 15:03:37 +02:00
  • 1dedbd28e6 net: contiki: Remove unused variable declaration Jukka Rissanen 2015-09-24 12:56:45 +03:00
  • 2734af4742 net: rpl: Free received net_buf in case of error Jukka Rissanen 2015-09-21 14:11:09 +03:00
  • 5ca530c5cb net: rpl: Fix the net_buf handling Jukka Rissanen 2015-09-21 14:04:54 +03:00
  • 62b67666d8 net: contiki: etimer should call proper handler Jukka Rissanen 2015-09-21 12:59:55 +03:00
  • 9b18a6d0bb net: Increse the size of timer stack to 1K Jukka Rissanen 2015-09-21 11:05:14 +03:00
  • a9c39988ed net: rpl: Print RPL statistics if enabled Jukka Rissanen 2015-09-17 15:16:32 +03:00
  • aa73046f24 net: rpl: Fix compilation error if debugging is enabled Jukka Rissanen 2015-09-17 15:15:14 +03:00
  • ae97505279 net: contiki: If we do not have 802.15.4 then use nullrdc driver Jukka Rissanen 2015-09-17 13:38:32 +03:00
  • fa48de9e9a Bluetooth: Add connect/disconnect commands to BTP spec Mariusz Skamra 2015-09-14 16:46:44 +02:00
  • 85c6194670 Bluetooth: shell: Replace xtoi with strtoul from libc Mariusz Skamra 2015-09-18 13:12:58 +02:00
  • 68382388ce Bluetooth: Disable parts of public API if not configured Szymon Janc 2015-09-14 17:10:38 +02:00
  • c0650518d6 Bluetooth: Make BT buffers connection support optional Szymon Janc 2015-09-16 14:54:20 +02:00
  • a766fd1851 Bluetooth: Refactor bt_buf_put function Szymon Janc 2015-09-17 10:32:00 +02:00
  • 9ecbd34f89 Bluetooth: Add support for disabling GATT client support Szymon Janc 2015-09-08 12:47:33 +02:00
  • 9c2ad108b8 Bluetooth: Add option for disabling SMP support Szymon Janc 2015-09-09 17:27:16 +02:00
  • 4c901ac75d Bluetooth: Add option for disabling data signing support Szymon Janc 2015-09-08 14:10:31 +02:00
  • 8ff443b1c9 Bluetooth: Add initial Kconfig split options Szymon Janc 2015-09-07 18:25:59 +02:00
  • 46ad2cf69a Bluetooth: SMP: Fix pairing method in gen_table Szymon Janc 2015-09-23 11:27:05 +02:00
  • 7d16329af6 Bluetooth: Fix not setting subscription value Luiz Augusto von Dentz 2015-09-21 16:26:46 +03:00
  • f4700f6ceb Bluetooth: Add gatt-discover-secondary command to btshell Luiz Augusto von Dentz 2015-09-21 14:26:08 +03:00
  • ab573232f2 Bluetooth: GATT: Add support to discover Secondary services Luiz Augusto von Dentz 2015-09-21 14:01:13 +03:00
  • 331a3d8016 Bluetooth: Add gatt-discover-include command to btshell Luiz Augusto von Dentz 2015-09-21 13:43:54 +03:00
  • 3dc5d9e04f Bluetooth: GATT: Add support to discover Included services Luiz Augusto von Dentz 2015-09-21 13:37:43 +03:00