Commit graph

  • e8eec7c3d4 Bluetooth: Allow to pass address type in braces in shell app Szymon Janc 2015-07-01 11:57:24 +0200
  • 98cd803dd9 net: uip: Disable duplicate IPv6 address detection Jukka Rissanen 2015-06-25 13:24:07 +0300
  • 10c0a16776 net: uip: Comment out neighbor discovery support when needed Jukka Rissanen 2015-06-29 12:30:00 +0300
  • d1f320c3ca net: uip: Allow UDP packet sender to know the sending status Jukka Rissanen 2015-06-25 13:21:20 +0300
  • 4a21035141 net: uip: Traverse only through valid UDP connections Jukka Rissanen 2015-06-25 12:39:30 +0300
  • 682eee9306 net: uip: Set the proper link address length Jukka Rissanen 2015-06-25 13:23:01 +0300
  • 62852f0ea7 net: Allow 6 byte link addresses Jukka Rissanen 2015-06-25 12:35:25 +0300
  • e494bd71e6 Doc: Add information regarding application development. Rodrigo Caballero 2015-07-02 14:32:50 -0500
  • cfb5bdc202 Doc: Add license guidelines with the acceptable code licenses. Rodrigo Caballero 2015-07-07 11:49:14 -0500
  • 9f8ce095b8 Quark Platform Configuration documentation Carol Lee 2015-07-07 10:46:24 -0400
  • a74b4fa277 doc: Initial platform configuration guides Carol Lee 2015-06-19 15:48:34 -0400
  • d89bcd300c doxygen: change comment style to match javadoc Anas Nashif 2015-07-06 16:26:34 -0400
  • 1b1905e2ef doc: change documentation style to javadoc Anas Nashif 2015-07-06 16:24:44 -0400
  • db404bbdf9 Do not check for DO_CONSOLE_INIT, use Kconfig variables instead Anas Nashif 2015-07-06 11:26:31 -0400
  • 098e9dc68f SysGen: remove support for USERDRIVER Allan Stephens 2015-07-06 10:54:05 -0400
  • b2744f396c SysGen: remove processing of TIMERDRIVER Peter Mitsis 2015-06-16 16:12:17 -0400
  • f620ac1e2a Remove config1p.mdef files Peter Mitsis 2015-06-16 14:28:45 -0400
  • 8efb4b570b Remove config1p.mdef references from build system Peter Mitsis 2015-06-16 14:24:18 -0400
  • 95b6f7509b Hoist _sys_clock_driver_init out of config1p.mdef Peter Mitsis 2015-06-16 14:10:37 -0400
  • 1bafa75ef1 Rename timer_driver() to _sys_clock_driver_init() Peter Mitsis 2015-06-16 13:29:45 -0400
  • 136bef3c5d timer_driver() no longer takes a parameter Peter Mitsis 2015-06-16 13:09:21 -0400
  • 72fc864282 Fix SOURCE_DIR after moving to samples/microkernel Oleg Zhurakivskyy 2015-07-06 08:58:40 +0300
  • f367f071b6 doxygen: add @brief and capitalize Anas Nashif 2015-07-01 17:51:40 -0400
  • 1362e3c162 doxygen: RETURNS: -> @return Anas Nashif 2015-07-01 17:29:04 -0400
  • 44f8b3a54b doxygen: \param -> @param Anas Nashif 2015-07-01 17:25:38 -0400
  • ea0d0b220c doxygen: change comment style to match javadoc Anas Nashif 2015-07-01 17:22:39 -0400
  • 20764a2e8d doxygen: javadoc style Anas Nashif 2015-07-01 16:47:13 -0400
  • 2dd21c199e Doc: Edit to the Doxygen guidelines based on feedback. Rodrigo Caballero 2015-07-03 14:56:30 -0500
  • e37d9a5fbd Doc: Edit the microkernel overview with additional information. Rodrigo Caballero 2015-07-02 14:35:26 -0500
  • 5c25fc24b2 Doc: Edits performed on the Quick Start Guide. Rodrigo Caballero 2015-07-03 12:07:45 -0500
  • 235bc91746 Remove inappropriate language Peter Mitsis 2015-06-29 13:46:57 -0400
  • baec40d3a5 Rename ChxxxSetTimeType() to _k_pipe_time_type_set() Peter Mitsis 2015-06-26 14:48:18 -0400
  • 999e13ca07 Rename ChxxxGetTimeType() to _k_pipe_time_type_get() Peter Mitsis 2015-06-26 14:45:39 -0400
  • 65e817b94a Inline expansion of ChReqSizeLeft() Peter Mitsis 2015-06-26 14:37:00 -0400
  • 6660021c9c Inline expansion of ChReqSizeXferred() Peter Mitsis 2015-06-26 14:17:01 -0400
  • 1ae6c82fd6 Inline expansion of ChReqGetStatus() Peter Mitsis 2015-06-25 14:39:02 -0400
  • fd36aaf561 Rename ChReqSetStatus() to _k_pipe_request_status_set() Peter Mitsis 2015-06-25 14:42:17 -0400
  • 4fddab9814 Rename ChxxxSetReqType() to _k_pipe_request_type_set() Peter Mitsis 2015-06-25 14:31:46 -0400
  • 49055d838f Rename ChxxxGetReqType() to _k_pipe_request_type_get() Peter Mitsis 2015-06-25 14:29:56 -0400
  • a4bc71bd64 Rename ChxxxSetChOpt() to _k_pipe_option_set() Peter Mitsis 2015-06-25 14:28:03 -0400
  • 3b4627d008 Rename ChxxxGetChOpt() to _k_pipe_option_get() Peter Mitsis 2015-06-25 14:25:04 -0400
  • 8da6498afc Rename _UpdateChannelXferStatus() to pipe_xfer_status_update() Peter Mitsis 2015-06-25 14:02:00 -0400
  • 3b9f81aa2a Rename ChannelCheck4Intrusion() to pipe_intrusion_check() Peter Mitsis 2015-06-25 13:52:28 -0400
  • be8bc7f959 Apply static keyword to ChannelCheck4Intrusion() Peter Mitsis 2015-06-25 13:53:47 -0400
  • 1a12c1a3ab cosmetic: fix whitespace around '*' Peter Mitsis 2015-06-29 11:05:32 -0400
  • c5759f18a8 Bluetooth: SMP: Fix key type in security request Szymon Janc 2015-06-30 15:07:45 +0200
  • 3f8e289402 Bluetooth: SMP: Handle security request from slave Szymon Janc 2015-06-30 11:47:25 +0200
  • 18c1b9d0a9 Bluetooth: Add suport for enabling encryption Szymon Janc 2015-06-30 00:11:05 +0200
  • a3dabad67b Bluetooth: SMP: Handle pairing master identification request Szymon Janc 2015-06-29 23:53:12 +0200
  • 64426dbbdd Bluetooth: SMP: Handle pairing encrypt request Szymon Janc 2015-06-29 23:25:48 +0200
  • fd79c5f913 Bluetooth: Add support for storing LTK Szymon Janc 2015-06-29 23:05:21 +0200
  • f145d3384d Bluetooth: SMP: Start encryption with STK Szymon Janc 2015-06-29 18:45:40 +0200
  • 87a5eacdf6 Bluetooth: Fix coding style (indentation) Johan Hedberg 2015-06-30 11:59:08 +0300
  • 30b50a3227 Bluetooth: Cancel pending connection Mariusz Skamra 2015-06-24 07:53:50 +0200
  • a2241a55fd Bluetooth: Add config option for security keys handling Johan Hedberg 2015-06-30 10:47:53 +0300
  • 0fdf33c734 Bluetooth: Move L2CAP connection notification earlier Johan Hedberg 2015-06-30 10:23:41 +0300
  • 4bfbbce870 Bluetooth: Remove unnecessary comment Johan Hedberg 2015-06-30 10:23:28 +0300
  • 44fa50b975 Bluetooth: Fix minor coding style issue Johan Hedberg 2015-06-30 10:23:09 +0300
  • b62f778664 Bluetooth: Start outgoing connection with tracking Arkadiusz Lichwa 2015-06-23 14:38:24 +0200
  • 8fe7db3e17 Bluetooth: Add bt_att_send API Luiz Augusto von Dentz 2015-06-29 14:40:40 +0300
  • 949106ceea Bluetooth: Notify about connection events in tester app Mariusz Skamra 2015-06-05 14:56:53 +0200
  • ee20dd0a10 Bluetooth: Handle advertising in tester app Mariusz Skamra 2015-06-03 16:24:03 +0200
  • 648a4923ed Bluetooth: Add bt_conn_lookup_state function Mariusz Skamra 2015-06-25 11:31:17 +0200
  • a14314e913 Bluetooth: Move security related code to bluetooth.h Szymon Janc 2015-06-26 19:24:50 +0200
  • 3e1023cdcd Bluetooth: Remove 'none' security level Szymon Janc 2015-06-26 19:06:21 +0200
  • a6a0e54ec9 Bluetooth: Do nothing if required no encryption Szymon Janc 2015-06-26 19:04:25 +0200
  • bd0642958b Bluetooth: Add doxygen for bt_conn_security Szymon Janc 2015-06-26 19:03:05 +0200
  • caadf61a54 Bluetooth: Adjust debug logs for connection ref Arkadiusz Lichwa 2015-06-26 14:52:55 +0200
  • 1fc691ed42 Bluetooth: Add support for sending HCI LE Start Encryption command Szymon Janc 2015-06-25 12:12:16 +0200
  • 10a2f86bef Bluetooth: Add security command to shell application Szymon Janc 2015-06-25 11:17:49 +0200
  • 81a4dbcf8f Bluetooth: Allow to set required security for connection Szymon Janc 2015-06-25 11:08:57 +0200
  • c979fc25ca Bluetooth: SMP: Require encryption keys distribution from slave Szymon Janc 2015-06-24 16:53:18 +0200
  • 04b731df03 Bluetooth: SMP: Send random on confirmation Szymon Janc 2015-06-24 22:52:25 +0200
  • aef53f9cde Bluetooth: SMP: Send confirm on pairing response Szymon Janc 2015-06-24 21:22:36 +0200
  • b3d94667a2 Bluetooth: SMP: Add initial support for sending pairing request Szymon Janc 2015-06-24 16:52:19 +0200
  • f59ed9e729 Bluetooth: SMP: Pass ia and ra based on connection role Szymon Janc 2015-06-24 13:14:03 +0200
  • e57984e3be Bluetooth: Make ref on connection object atomic Arkadiusz Lichwa 2015-06-23 14:38:24 +0200
  • ca2c662fc0 net: apps: Set the mac address in the stack Jukka Rissanen 2015-06-15 14:24:27 +0300
  • ba40f4ff31 net: apps: Set the mac address in listener app Jukka Rissanen 2015-06-15 14:22:41 +0300
  • 4eb70872fc net: Fix the loopback driver function parameters Jukka Rissanen 2015-06-15 14:20:56 +0300
  • 89c83d0162 net: 6lowpan: Adapt compression functions to net_mbuf buffers Ravi kumar Veeramally 2015-06-12 17:00:09 +0300
  • 540980e243 net: ip: Makefile re-structuring Jukka Rissanen 2015-06-12 16:18:06 +0300
  • e0509c5e6f net: rpl: Fix compile errors Jukka Rissanen 2015-06-12 16:15:47 +0300
  • 5d11691aa6 net: Add source mac address to net_buf Jukka Rissanen 2015-06-12 16:12:20 +0300
  • 19fe2ff93d net: uip: Avoid unused label compile warning Jukka Rissanen 2015-06-12 16:10:48 +0300
  • 6869b1ace6 net: Make 6lowpan config depend on 802.15.4 config Jukka Rissanen 2015-06-11 15:13:44 +0300
  • 1af5132250 net: Do not compile slip if UART support is missing Jukka Rissanen 2015-06-11 10:17:54 +0300
  • 015b52f55c net: 15.4: Make it possible to disable 802.15.4 networking Jukka Rissanen 2015-06-11 08:51:53 +0300
  • cae2483f18 net: 15.4: Tweak the stack size of Rx and Tx fibers Jukka Rissanen 2015-06-05 11:30:56 +0300
  • 0e8524ca2e net: Tweak the stack size of Rx and Tx fibers Jukka Rissanen 2015-06-05 11:30:04 +0300
  • 904c5a0cf0 net: Tweak the number of network buffers to use Jukka Rissanen 2015-06-05 11:28:55 +0300
  • 46b534009d net: conf: Set the max number of internal buffers Jukka Rissanen 2015-06-05 11:27:17 +0300
  • 19983ee89f net: apps: Send always the max data size to test the stack Jukka Rissanen 2015-06-05 11:25:52 +0300
  • 442554615f net: 15.4: Add code to analyze stack usage Jukka Rissanen 2015-06-04 17:18:43 +0300
  • e4505927a3 net: 15.4: Rename rx and tx fibers Jukka Rissanen 2015-06-04 16:52:12 +0300
  • 29d0e5b74a net: 6lowpan: Free net_buf if receiving wrong fragments Jukka Rissanen 2015-06-04 15:49:33 +0300
  • 95fb81a3ae net: 6lowpan: Clear net_buf pointer after sending or dropping it Jukka Rissanen 2015-06-04 15:39:27 +0300
  • 63512ac2f3 net: udp: Do not mark the packet to be dropped if received ok Jukka Rissanen 2015-06-04 15:34:20 +0300
  • 3be36754db net: UDP socket registration must only done once Jukka Rissanen 2015-06-04 12:57:57 +0300
  • 914bb3f3f5 net: apps: Add support for microkernel in 802.15.4 test app Jukka Rissanen 2015-06-04 12:56:48 +0300