Commit graph

  • 56ccfb3785 net: 15.4: Add 802.15.4 driver and 802.15.4 loopback radio driver Ravi kumar Veeramally 2015-06-03 16:47:41 +0300
  • 231572a1c6 net: Set loopback address in the loopback driver Patrik Flykt 2015-05-29 15:45:58 +0300
  • e4a6a07f40 net: rpl: Enable RPL Kconfig option Jukka Rissanen 2015-06-02 09:44:03 +0300
  • 0b54f984b8 net: apps: Simple listener application that just receives packets Jukka Rissanen 2015-05-28 12:50:12 +0300
  • 43593bcbf4 net: Use simple UART driver for handling slip (serial line IP) traffic Jukka Rissanen 2015-05-28 12:14:21 +0300
  • 016f6e7d6a Bluetooth: Replace peer address with conn in GATT API Luiz Augusto von Dentz 2015-06-25 13:54:17 +0300
  • 03d040d832 Bluetooth: Make hci_le_create_conn() sync Arkadiusz Lichwa 2015-06-25 13:51:31 +0200
  • 207402006a Bluetooth: Reorder GATT struct members to avoid padding Luiz Augusto von Dentz 2015-06-24 11:28:44 +0300
  • 6d54615e7c net: Look up the local address if none is given Patrik Flykt 2015-05-29 15:31:30 +0300
  • b2685703b9 net: context: Add our local address to address list Jukka Rissanen 2015-05-28 12:47:18 +0300
  • e71e01a588 net: uip: Debug print the added IPv6 address Jukka Rissanen 2015-05-28 12:46:21 +0300
  • ad409a8964 net: init: Allow the network stack to be initialized only once Jukka Rissanen 2015-05-28 11:01:28 +0300
  • 6fe17bb7a5 net: Check error when pushing packet into stack Jukka Rissanen 2015-05-28 10:30:08 +0300
  • fa87944a08 net: Check that net context is unset based on IP protocol Patrik Flykt 2015-05-27 15:00:40 +0300
  • b993277436 net: Assign local UDP port number Patrik Flykt 2015-05-27 14:57:43 +0300
  • 586f3adf6e net: Handle IPv6 packet reception Patrik Flykt 2015-05-26 13:45:40 +0300
  • eec46f1a88 net: Add code to analyze stack usage Jukka Rissanen 2015-05-26 12:23:46 +0300
  • 3ce38be09d net: Declare fiber stacks as __noinit Jukka Rissanen 2015-05-26 12:18:38 +0300
  • 9431109cde net: Add separated compression and fragmentation files. Ravi kumar Veeramally 2015-05-25 15:07:21 +0300
  • 575c89eacb net: Update 802.15.4 stack with net_mbuf and split sicslowpan Ravi kumar Veeramally 2015-05-25 14:53:52 +0300
  • c574d6de3e Bluetooth: Fix cmd_status handling for status == 0 Johan Hedberg 2015-06-25 13:16:49 +0300
  • 5d443c6136 net: apps: Add a sample app using the loopback driver Patrik Flykt 2015-05-22 10:51:22 +0300
  • e26167cd4a net: Add loopback driver Patrik Flykt 2015-05-22 10:46:24 +0300
  • 78f518db52 net: Use network driver when sending IP packets Patrik Flykt 2015-05-15 14:49:41 +0300
  • 29a61aff9c net: Add function to receive an IP packet from the driver Patrik Flykt 2015-05-15 14:41:15 +0300
  • 5d3685f85f net: Add separate buffers for MAC layer Jukka Rissanen 2015-05-15 13:33:42 +0300
  • 6e33b6b7af net: csma: Init the queuebuf before use Jukka Rissanen 2015-05-07 14:33:57 +0300
  • 05c97c195e net: uip: Return correct packet discard status to caller Jukka Rissanen 2015-06-01 10:57:22 +0300
  • fad23cb025 net: Check the return value when sending packet Jukka Rissanen 2015-05-07 14:27:23 +0300
  • 9ee16aa2df net: uip: Print link local address byte without length modifier Jukka Rissanen 2015-05-06 12:24:51 +0300
  • b4dcd72245 net: 6lowmac: Add more debug prints Jukka Rissanen 2015-05-06 12:13:01 +0300
  • fd9e55762d net: 6lowmac: Release net_buf if the packet is discarded Jukka Rissanen 2015-05-05 15:17:54 +0300
  • 620fb7eb6c net: 6lowpan: Enabled 6lowpan support Jukka Rissanen 2015-05-05 15:16:38 +0300
  • df85375e56 net: Dummy implementation for watchdog_periodic() Jukka Rissanen 2015-05-05 15:11:58 +0300
  • 2f5b1d1570 net: Add a way to see who is trying to alloc/dealloc a net_buf Jukka Rissanen 2015-05-05 15:09:59 +0300
  • 606c3701ab Bluetooth: Fix bt_conn_lookup_addr_le and bt_conn_lookup_handle Mariusz Skamra 2015-06-24 14:39:14 +0200
  • 5e79bfb662 Bluetooth: Refactor internal bt_conn_add() API Arkadiusz Lichwa 2015-06-23 11:56:50 +0200
  • c73aeba521 net: Fixing the net_receive() function Jukka Rissanen 2015-05-04 14:57:29 +0300
  • 844a888e99 net: context: Add helper function for checking socket registration Jukka Rissanen 2015-05-04 14:54:55 +0300
  • 210d10b036 net: Release net_buf in a case of error in IPv6 packet processing Jukka Rissanen 2015-05-04 14:50:48 +0300
  • 49410ae20a net: Allow loopback address for packet Jukka Rissanen 2015-05-04 14:49:26 +0300
  • 9099884162 net: Allow user application to get the packet data length Jukka Rissanen 2015-05-04 14:35:19 +0300
  • 3d3bb6892e net: More debugging added to uIP driver Jukka Rissanen 2015-05-04 14:22:21 +0300
  • 431300d8a6 net: init: Fix the sending part of the memory buffer Jukka Rissanen 2015-04-30 12:59:56 +0300
  • 6382e5328a net: packetbuf: Enhanced debugging when printing buf contents Jukka Rissanen 2015-04-30 12:43:58 +0300
  • 87dfd99e0b net: csma: Debug print used memory buffer Jukka Rissanen 2015-04-30 12:42:23 +0300
  • 800ac8e3af net: Print warning when the packet was discarded because of length Jukka Rissanen 2015-04-29 12:28:46 +0300
  • a00371b4d6 net: Add debugging support to various network components Jukka Rissanen 2015-04-29 12:19:12 +0300
  • fedfb7fa29 Bluetooth: Make cmd_scan_* parameters explicit void Szymon Janc 2015-06-22 14:48:56 +0200
  • 0e8952f4fc Bluetooth: Tweak connection state debug log Arkadiusz Lichwa 2015-06-19 23:03:18 +0200
  • 83dab3854d Bluetooth: Refactor existing connection states Arkadiusz Lichwa 2015-06-19 18:56:13 +0200
  • b65e6f3640 Bluetooth: Add new connection states Arkadiusz Lichwa 2015-06-19 11:18:34 +0200
  • 86001d81f4 Bluetooth: Introduce set connection object state Arkadiusz Lichwa 2015-06-19 10:52:58 +0200
  • d9c0bc65ee Zephyr 0.2.0 Anas Nashif 2015-07-01 15:23:15 -0400
  • e401d0fb87 doc: microkernel fix PIPE API descriptions Javier B Perez Hernandez 2015-06-30 16:59:26 -0500
  • f3add9bd9b Zephyr 0.2.0-rc2 Anas Nashif 2015-06-30 20:11:52 -0400
  • 8c85f01904 i2c: adding in public i2c header Dan Kalowsky 2015-06-30 09:44:34 -0700
  • 6b177662d7 gpio: Add header for gpio API functions Dirk Brandewie 2015-06-30 09:31:36 -0700
  • 6f326eb097 init: Back out symbolic names in macro definition Dirk Brandewie 2015-06-30 11:10:59 -0700
  • 212414f090 nfc: move nfc sample under microkernel/apps Anas Nashif 2015-06-29 10:02:44 -0400
  • 128675085c doc: add custom zephyr theme Anas Nashif 2015-06-29 15:33:28 -0400
  • 594722c256 Rename pipe kernel service commands Peter Mitsis 2015-06-25 13:05:19 -0400
  • 4852f41d9b Rename internal K_ChProcxxx() routines Peter Mitsis 2015-06-25 12:43:10 -0400
  • 8768257789 Rename internal K_ChMovedAck() routine Peter Mitsis 2015-06-25 12:09:04 -0400
  • 48dd7e2908 Rename internal K_ChSendxxx() routines Peter Mitsis 2015-06-25 11:56:02 -0400
  • 6a4c85aff9 Rename internal K_ChRecvxxx() routines Peter Mitsis 2015-06-25 11:38:00 -0400
  • c2194ebf81 Eliminate duplicate pipe routine declarations Peter Mitsis 2015-06-28 23:10:10 -0400
  • 110a1a812c Update k_pipe_xfer.c summary line Peter Mitsis 2015-06-25 12:40:00 -0400
  • b196af97d6 Cosmetic: double space to single space Peter Mitsis 2015-06-29 09:59:14 -0400
  • 9f084d7d33 Typo: acknowledgement -> acknowledgment Peter Mitsis 2015-06-25 12:20:51 -0400
  • d35ee355f4 Doc: Change Doxygen style to Javadoc. Rodrigo Caballero 2015-06-26 12:42:00 -0500
  • 4e83dac6e0 Doc: Add architectural overview of the operating system. Rodrigo Caballero 2015-06-22 16:14:06 -0500
  • 0582d704f9 nfc: Dummy app for signal-through on UART1 for x86 Oleg Zhurakivskyy 2015-06-18 09:49:38 +0300
  • e5cdfc8ecc uart: Get rid of camelCase style Oleg Zhurakivskyy 2015-06-23 10:57:34 +0300
  • 58dbcfd589 Expose uartGenericInfoInit() Oleg Zhurakivskyy 2015-06-18 08:51:56 +0300
  • 4d251f456b Add .debug_macro for DWARF4 Oleg Zhurakivskyy 2015-06-18 08:50:01 +0300
  • 81c614babd git: Ignore cscope files Oleg Zhurakivskyy 2015-06-17 15:10:44 +0300
  • 33cb65a990 git: Ignore Emacs backup files Oleg Zhurakivskyy 2015-06-17 15:06:36 +0300
  • 8d879a5c32 define UART_CONSOLE_INDEX using Kconfig Anas Nashif 2015-06-26 12:14:02 -0400
  • 6ec03ce9d6 doc: fixed checkpatch instructions Anas Nashif 2015-06-26 10:20:26 -0400
  • d5f926fb4d Relocate Cortex-M timer driver Peter Mitsis 2015-06-24 12:30:59 -0400
  • 10a56b5a00 Add CORTEX_M_TIMER Kconfig option Peter Mitsis 2015-06-24 11:39:57 -0400
  • 616b922841 Rename ARM systick driver Peter Mitsis 2015-06-24 10:51:20 -0400
  • 1b8f923595 Cosmetic: Fix whitespace Peter Mitsis 2015-06-24 12:37:48 -0400
  • 82f4a76f8f doc: Rename network secion name Anas Nashif 2015-06-23 19:35:44 -0400
  • e65534c877 maintainer-checkpatch.bash: ignore gerrit ID Peter Mitsis 2015-06-25 12:14:31 -0400
  • 1ffabeaf3d Rename BSP_DIR to PLATFORM Peter Mitsis 2015-06-15 16:43:35 -0400
  • 340d8d2442 Base x86 ISA optimization on CPU not BSP Peter Mitsis 2015-06-15 16:11:38 -0400
  • 5d01d49058 kbuild: remove references to non-existent bsp directories Peter Mitsis 2015-06-22 11:39:01 -0400
  • 1e6e8fb8ee Adds Memory Map documentation Carol Lee 2015-06-19 17:53:47 -0400
  • ac3fdf0be1 init: Add init system calls to micro and nano kernel init Dirk Brandewie 2015-06-24 08:22:56 -0700
  • 32bff69629 Zephyr Kernel 0.2.0-rc1 Anas Nashif 2015-06-23 21:11:04 -0400
  • 4cf6c31fa3 version: add version macro Anas Nashif 2015-06-23 19:19:45 -0400
  • 71bed1720c version: use printf for hex conversion Anas Nashif 2015-06-23 19:10:06 -0400
  • 92a5cd83a7 version: reset version to 0.1.0 Anas Nashif 2015-06-23 18:52:57 -0400
  • c61820bdf8 version: Update version handling and code Anas Nashif 2015-06-23 18:52:06 -0400
  • 5ae0d28d9b Doc: Add documentation guidelines to master file. Rodrigo Caballero 2015-06-23 14:58:32 -0500
  • 52c116e4ec Doc: Add the ReST usage guidelines. Rodrigo Caballero 2015-06-18 09:37:30 -0500
  • 37b50b62ce Use value of CONFIG_IDT_NUM_VECTORS when creating static idt Anas Nashif 2015-06-23 14:12:02 -0400
  • 3cad1c6e6d Add General documentation style guidelines. Rodrigo Caballero 2015-06-05 12:42:39 -0500