Commit graph

  • 73fc66d86a net: Rework the includes so that they are inside include guard Jukka Rissanen 2015-06-29 14:58:12 +03:00
  • a64f6995bb net: tools: Simple echo client that sends data to echo server Jukka Rissanen 2015-06-26 12:23:34 +03:00
  • c16d29ec0f net: apps: Simple echo server that sends back the data Jukka Rissanen 2015-06-25 16:38:48 +03:00
  • 3e4d890d72 net: slip: Add slip driver for testing purposes Jukka Rissanen 2015-06-25 13:33:08 +03:00
  • 6421d6eba8 net: The UDP remote address was incorrectly set Jukka Rissanen 2015-06-25 13:30:28 +03:00
  • 54ab6fad20 net: Add net_reply() function Jukka Rissanen 2015-06-25 13:27:14 +03:00
  • bdb7044f09 Bluetooth: SMP: Make bt_smp_init parameters explicit void Szymon Janc 2015-07-02 14:29:21 +02:00
  • 296c76c7a8 Bluetooth: Fix status returned by bt_stop_scanning and bt_start_scanning Mariusz Skamra 2015-07-01 11:21:56 +02:00
  • 81546cfc0a Bluetooth: Add gatt-exchange-mtu command to btshell Luiz Augusto von Dentz 2015-07-01 13:26:40 +03:00
  • 96fbd6636c Bluetooth: Add bt_gatt_exchange_mtu Luiz Augusto von Dentz 2015-07-01 11:03:54 +03:00
  • 92477f7f65 Bluetooth: Handle ATT Exchange MTU Respose PDU Luiz Augusto von Dentz 2015-07-01 10:35:08 +03:00
  • a663540af6 Bluetooth: Factor out active scanning dependent code Mariusz Skamra 2015-07-01 18:54:57 +02:00
  • 18f2299f24 Bluetooth: Handle ATT Error Response PDU Luiz Augusto von Dentz 2015-06-30 16:22:17 +03:00
  • 668e161e4a Bluetooth: SMP: Add support for Pairing Failed PDU Szymon Janc 2015-07-01 21:10:18 +02:00
  • cefc8ea55c net: tools: Removing tunslip6 binary Jukka Rissanen 2015-07-02 11:08:50 +03:00
  • 4cd3cbf16a Bluetooth: SMP: Add strict checks for allowed PDUs Szymon Janc 2015-07-01 15:07:56 +02:00
  • 5f36dbf0bb Bluetooth: SMP: Distribute keys in correct order when master Szymon Janc 2015-07-01 16:21:37 +02:00
  • bf8bcbdb01 Bluetooth: SMP: Factor out key distribution Szymon Janc 2015-07-01 15:34:24 +02:00
  • 7ba400c321 Bluetooth: Fix bt_conn_lookup_state Mariusz Skamra 2015-07-01 18:16:35 +02:00
  • 50d9860509 Bluetooth: SMP: Fix key distribution for master Szymon Janc 2015-07-01 18:39:33 +02:00
  • 71252551e3 Bluetooth: Tweak cancelling LE connection Arkadiusz Lichwa 2015-07-01 15:52:08 +02:00
  • e8eec7c3d4 Bluetooth: Allow to pass address type in braces in shell app Szymon Janc 2015-07-01 11:57:24 +02:00
  • 98cd803dd9 net: uip: Disable duplicate IPv6 address detection Jukka Rissanen 2015-06-25 13:24:07 +03:00
  • 10c0a16776 net: uip: Comment out neighbor discovery support when needed Jukka Rissanen 2015-06-29 12:30:00 +03:00
  • d1f320c3ca net: uip: Allow UDP packet sender to know the sending status Jukka Rissanen 2015-06-25 13:21:20 +03:00
  • 4a21035141 net: uip: Traverse only through valid UDP connections Jukka Rissanen 2015-06-25 12:39:30 +03:00
  • 682eee9306 net: uip: Set the proper link address length Jukka Rissanen 2015-06-25 13:23:01 +03:00
  • 62852f0ea7 net: Allow 6 byte link addresses Jukka Rissanen 2015-06-25 12:35:25 +03:00
  • e494bd71e6 Doc: Add information regarding application development. Rodrigo Caballero 2015-07-02 14:32:50 -05:00
  • cfb5bdc202 Doc: Add license guidelines with the acceptable code licenses. Rodrigo Caballero 2015-07-07 11:49:14 -05:00
  • 9f8ce095b8 Quark Platform Configuration documentation Carol Lee 2015-07-07 10:46:24 -04:00
  • a74b4fa277 doc: Initial platform configuration guides Carol Lee 2015-06-19 15:48:34 -04:00
  • d89bcd300c doxygen: change comment style to match javadoc Anas Nashif 2015-07-06 16:26:34 -04:00
  • 1b1905e2ef doc: change documentation style to javadoc Anas Nashif 2015-07-06 16:24:44 -04:00
  • db404bbdf9 Do not check for DO_CONSOLE_INIT, use Kconfig variables instead Anas Nashif 2015-07-06 11:26:31 -04:00
  • 098e9dc68f SysGen: remove support for USERDRIVER Allan Stephens 2015-07-06 10:54:05 -04:00
  • b2744f396c SysGen: remove processing of TIMERDRIVER Peter Mitsis 2015-06-16 16:12:17 -04:00
  • f620ac1e2a Remove config1p.mdef files Peter Mitsis 2015-06-16 14:28:45 -04:00
  • 8efb4b570b Remove config1p.mdef references from build system Peter Mitsis 2015-06-16 14:24:18 -04:00
  • 95b6f7509b Hoist _sys_clock_driver_init out of config1p.mdef Peter Mitsis 2015-06-16 14:10:37 -04:00
  • 1bafa75ef1 Rename timer_driver() to _sys_clock_driver_init() Peter Mitsis 2015-06-16 13:29:45 -04:00
  • 136bef3c5d timer_driver() no longer takes a parameter Peter Mitsis 2015-06-16 13:09:21 -04:00
  • 72fc864282 Fix SOURCE_DIR after moving to samples/microkernel Oleg Zhurakivskyy 2015-07-06 08:58:40 +03:00
  • f367f071b6 doxygen: add @brief and capitalize Anas Nashif 2015-07-01 17:51:40 -04:00
  • 1362e3c162 doxygen: RETURNS: -> @return Anas Nashif 2015-07-01 17:29:04 -04:00
  • 44f8b3a54b doxygen: \param -> @param Anas Nashif 2015-07-01 17:25:38 -04:00
  • ea0d0b220c doxygen: change comment style to match javadoc Anas Nashif 2015-07-01 17:22:39 -04:00
  • 20764a2e8d doxygen: javadoc style Anas Nashif 2015-07-01 16:47:13 -04:00
  • 2dd21c199e Doc: Edit to the Doxygen guidelines based on feedback. Rodrigo Caballero 2015-07-03 14:56:30 -05:00
  • e37d9a5fbd Doc: Edit the microkernel overview with additional information. Rodrigo Caballero 2015-07-02 14:35:26 -05:00
  • 5c25fc24b2 Doc: Edits performed on the Quick Start Guide. Rodrigo Caballero 2015-07-03 12:07:45 -05:00
  • 235bc91746 Remove inappropriate language Peter Mitsis 2015-06-29 13:46:57 -04:00
  • baec40d3a5 Rename ChxxxSetTimeType() to _k_pipe_time_type_set() Peter Mitsis 2015-06-26 14:48:18 -04:00
  • 999e13ca07 Rename ChxxxGetTimeType() to _k_pipe_time_type_get() Peter Mitsis 2015-06-26 14:45:39 -04:00
  • 65e817b94a Inline expansion of ChReqSizeLeft() Peter Mitsis 2015-06-26 14:37:00 -04:00
  • 6660021c9c Inline expansion of ChReqSizeXferred() Peter Mitsis 2015-06-26 14:17:01 -04:00
  • 1ae6c82fd6 Inline expansion of ChReqGetStatus() Peter Mitsis 2015-06-25 14:39:02 -04:00
  • fd36aaf561 Rename ChReqSetStatus() to _k_pipe_request_status_set() Peter Mitsis 2015-06-25 14:42:17 -04:00
  • 4fddab9814 Rename ChxxxSetReqType() to _k_pipe_request_type_set() Peter Mitsis 2015-06-25 14:31:46 -04:00
  • 49055d838f Rename ChxxxGetReqType() to _k_pipe_request_type_get() Peter Mitsis 2015-06-25 14:29:56 -04:00
  • a4bc71bd64 Rename ChxxxSetChOpt() to _k_pipe_option_set() Peter Mitsis 2015-06-25 14:28:03 -04:00
  • 3b4627d008 Rename ChxxxGetChOpt() to _k_pipe_option_get() Peter Mitsis 2015-06-25 14:25:04 -04:00
  • 8da6498afc Rename _UpdateChannelXferStatus() to pipe_xfer_status_update() Peter Mitsis 2015-06-25 14:02:00 -04:00
  • 3b9f81aa2a Rename ChannelCheck4Intrusion() to pipe_intrusion_check() Peter Mitsis 2015-06-25 13:52:28 -04:00
  • be8bc7f959 Apply static keyword to ChannelCheck4Intrusion() Peter Mitsis 2015-06-25 13:53:47 -04:00
  • 1a12c1a3ab cosmetic: fix whitespace around '*' Peter Mitsis 2015-06-29 11:05:32 -04:00
  • c5759f18a8 Bluetooth: SMP: Fix key type in security request Szymon Janc 2015-06-30 15:07:45 +02:00
  • 3f8e289402 Bluetooth: SMP: Handle security request from slave Szymon Janc 2015-06-30 11:47:25 +02:00
  • 18c1b9d0a9 Bluetooth: Add suport for enabling encryption Szymon Janc 2015-06-30 00:11:05 +02:00
  • a3dabad67b Bluetooth: SMP: Handle pairing master identification request Szymon Janc 2015-06-29 23:53:12 +02:00
  • 64426dbbdd Bluetooth: SMP: Handle pairing encrypt request Szymon Janc 2015-06-29 23:25:48 +02:00
  • fd79c5f913 Bluetooth: Add support for storing LTK Szymon Janc 2015-06-29 23:05:21 +02:00
  • f145d3384d Bluetooth: SMP: Start encryption with STK Szymon Janc 2015-06-29 18:45:40 +02:00
  • 87a5eacdf6 Bluetooth: Fix coding style (indentation) Johan Hedberg 2015-06-30 11:59:08 +03:00
  • 30b50a3227 Bluetooth: Cancel pending connection Mariusz Skamra 2015-06-24 07:53:50 +02:00
  • a2241a55fd Bluetooth: Add config option for security keys handling Johan Hedberg 2015-06-30 10:47:53 +03:00
  • 0fdf33c734 Bluetooth: Move L2CAP connection notification earlier Johan Hedberg 2015-06-30 10:23:41 +03:00
  • 4bfbbce870 Bluetooth: Remove unnecessary comment Johan Hedberg 2015-06-30 10:23:28 +03:00
  • 44fa50b975 Bluetooth: Fix minor coding style issue Johan Hedberg 2015-06-30 10:23:09 +03:00
  • b62f778664 Bluetooth: Start outgoing connection with tracking Arkadiusz Lichwa 2015-06-23 14:38:24 +02:00
  • 8fe7db3e17 Bluetooth: Add bt_att_send API Luiz Augusto von Dentz 2015-06-29 14:40:40 +03:00
  • 949106ceea Bluetooth: Notify about connection events in tester app Mariusz Skamra 2015-06-05 14:56:53 +02:00
  • ee20dd0a10 Bluetooth: Handle advertising in tester app Mariusz Skamra 2015-06-03 16:24:03 +02:00
  • 648a4923ed Bluetooth: Add bt_conn_lookup_state function Mariusz Skamra 2015-06-25 11:31:17 +02:00
  • a14314e913 Bluetooth: Move security related code to bluetooth.h Szymon Janc 2015-06-26 19:24:50 +02:00
  • 3e1023cdcd Bluetooth: Remove 'none' security level Szymon Janc 2015-06-26 19:06:21 +02:00
  • a6a0e54ec9 Bluetooth: Do nothing if required no encryption Szymon Janc 2015-06-26 19:04:25 +02:00
  • bd0642958b Bluetooth: Add doxygen for bt_conn_security Szymon Janc 2015-06-26 19:03:05 +02:00
  • caadf61a54 Bluetooth: Adjust debug logs for connection ref Arkadiusz Lichwa 2015-06-26 14:52:55 +02:00
  • 1fc691ed42 Bluetooth: Add support for sending HCI LE Start Encryption command Szymon Janc 2015-06-25 12:12:16 +02:00
  • 10a2f86bef Bluetooth: Add security command to shell application Szymon Janc 2015-06-25 11:17:49 +02:00
  • 81a4dbcf8f Bluetooth: Allow to set required security for connection Szymon Janc 2015-06-25 11:08:57 +02:00
  • c979fc25ca Bluetooth: SMP: Require encryption keys distribution from slave Szymon Janc 2015-06-24 16:53:18 +02:00
  • 04b731df03 Bluetooth: SMP: Send random on confirmation Szymon Janc 2015-06-24 22:52:25 +02:00
  • aef53f9cde Bluetooth: SMP: Send confirm on pairing response Szymon Janc 2015-06-24 21:22:36 +02:00
  • b3d94667a2 Bluetooth: SMP: Add initial support for sending pairing request Szymon Janc 2015-06-24 16:52:19 +02:00
  • f59ed9e729 Bluetooth: SMP: Pass ia and ra based on connection role Szymon Janc 2015-06-24 13:14:03 +02:00
  • e57984e3be Bluetooth: Make ref on connection object atomic Arkadiusz Lichwa 2015-06-23 14:38:24 +02:00
  • ca2c662fc0 net: apps: Set the mac address in the stack Jukka Rissanen 2015-06-15 14:24:27 +03:00
  • ba40f4ff31 net: apps: Set the mac address in listener app Jukka Rissanen 2015-06-15 14:22:41 +03:00