Commit graph

  • 3d86cfe13d net: contiki: Modified the default RPL probing selection process Jukka Rissanen 2015-05-08 10:19:14 +02:00
  • fdbfff44d1 net: contiki: Implement RPL probing Jukka Rissanen 2015-05-06 11:35:42 +02:00
  • 1e9cb6f925 net: contiki: Added rpl_print_neighbor_list function for RPL state monitoring Jukka Rissanen 2015-05-06 11:34:52 +02:00
  • da6d884b7a net: contiki: Added missing sanity check in uip-ds6-route.c Jukka Rissanen 2015-05-07 16:58:23 +02:00
  • fdbeba4967 net: contiki: Remove all the DODAG from the instance when the node is set as Root Jukka Rissanen 2015-01-16 16:43:14 +01:00
  • 3294a5796b net: contiki: Do not delete instance when a new DODAG can not be created Jukka Rissanen 2015-01-16 16:44:19 +01:00
  • 29ee1cceef net: Refactor echo-server test application Jukka Rissanen 2015-08-03 13:57:06 +03:00
  • 35c147b85d net: Fix net_receive() for microkernel Jukka Rissanen 2015-08-03 13:55:49 +03:00
  • 20319a1dca net: Remove extra debug print when packet is received Jukka Rissanen 2015-08-03 13:36:33 +03:00
  • ed7b370213 net: Set buffer user data pointer correctly when receiving packet Jukka Rissanen 2015-08-03 13:35:31 +03:00
  • 7f77a6774d net: contiki: Added clarification for UDP packet reception Jukka Rissanen 2015-08-03 13:29:26 +03:00
  • 04dfda8927 net: Fix the documentation of net_release() Jukka Rissanen 2015-08-03 10:40:08 +03:00
  • c0f04fd599 net: apps: echo-client test application Jukka Rissanen 2015-07-30 16:20:58 +03:00
  • 0ee55d73af net: tools: Add echo-server test application Jukka Rissanen 2015-07-30 15:58:46 +03:00
  • e6d1925a96 net: Make sure Contiki will not remove received packet Jukka Rissanen 2015-07-31 16:24:28 +03:00
  • d3b0d1afdf net: Clear only desired network context when releasing it Jukka Rissanen 2015-07-31 15:54:35 +03:00
  • e1359ab16b net: Add timeout to net_receive function Jukka Rissanen 2015-07-31 15:50:42 +03:00
  • 0dc19ba88a net: Allow network buffer tweaking from Kconfig Jukka Rissanen 2015-07-30 15:54:28 +03:00
  • 1d7caf6b52 net: Add debug print when receiving a buffer in rx queue Jukka Rissanen 2015-07-30 15:51:46 +03:00
  • d9e2a98a9b net: UDP packet reply callback was losing net_buf Jukka Rissanen 2015-07-30 15:49:06 +03:00
  • 20aa77ce6f net: Network buffers could be lost when sending packets Jukka Rissanen 2015-07-30 15:38:20 +03:00
  • 65ce2d8be1 net: contiki: Improve UDP connection matching debug prints Jukka Rissanen 2015-07-30 15:12:25 +03:00
  • c9b3116c5b Bluetooth: Add offset support to btshell gatt-write command Luiz Augusto von Dentz 2015-07-31 10:27:39 +03:00
  • 0636edfdd7 Bluetooth: GATT: Add offset to bt_gatt_write Luiz Augusto von Dentz 2015-07-31 10:25:38 +03:00
  • 752315a082 Bluetooth: ATT: Add bt_att_get_mtu Luiz Augusto von Dentz 2015-07-31 11:00:44 +03:00
  • 2ee7df52f4 Bluetooth: ATT: Handle Execute Write response Luiz Augusto von Dentz 2015-07-31 14:25:21 +03:00
  • fb0f86fd2b Bluetooth: ATT: Handle Prepare Write response Luiz Augusto von Dentz 2015-07-31 12:01:30 +03:00
  • e2a0c4f2f9 Add "Sample Output:" section to profiler_sample README.txt Peter Mitsis 2015-08-13 16:15:18 -04:00
  • 5fe44f42ba Update Title in sample project README.txt files Peter Mitsis 2015-08-14 14:13:25 -04:00
  • 8347b102d4 Cosmetic: Sample output -> Sample Output Peter Mitsis 2015-08-14 14:12:48 -04:00
  • 92d1810def Fix typo: occured -> occurred Peter Mitsis 2015-08-13 16:55:03 -04:00
  • ec6b57b9f6 doc: Correct Bluetooth sample application path Andrei Emeltchenko 2015-08-14 12:34:03 +03:00
  • 543e25f970 doc: Enhance Bluetooth documentation Andrei Emeltchenko 2015-08-14 12:29:33 +03:00
  • 2c5086cc65 irq: remove non-inline irq_lock/unlock Benjamin Walsh 2015-08-12 18:31:41 -04:00
  • 6469e578cb irq: do not use _inline versions of irq_lock/unlock Benjamin Walsh 2015-08-12 17:53:54 -04:00
  • a73af53186 timers: prevent duration of 0 in timer_start/restart Benjamin Walsh 2015-08-12 17:15:19 -04:00
  • b8693ad72b timers: consolidate task_timer_start/restart() Benjamin Walsh 2015-08-12 16:42:37 -04:00
  • a5a6ba8e4e microkernel: rename _k_server parameters Benjamin Walsh 2015-08-12 15:41:41 -04:00
  • aa78793e40 microkernel: rename K_swapper to _k_server Benjamin Walsh 2015-08-12 15:37:58 -04:00
  • c1f9fd888d irq: make utility functions private Benjamin Walsh 2015-08-12 15:15:48 -04:00
  • 0304cbc36d util: move ARRAY_SIZE/CONTAINER_OF to non-ASM part of file Benjamin Walsh 2015-08-12 10:48:18 -04:00
  • a34afe9b61 events: remove checks for valid events in service handlers Benjamin Walsh 2015-08-11 13:51:34 -04:00
  • 751c765079 events: rename task_event_set_handler() Benjamin Walsh 2015-08-10 17:52:20 -04:00
  • 87564a4602 pipes/mailboxes: rename functions using mem blocks Benjamin Walsh 2015-08-10 17:37:25 -04:00
  • a8259afed8 allow linking of external application libraries Anas Nashif 2015-08-10 10:01:15 -04:00
  • c01a5c5c07 docs: install doxygen HTML output into output directory Anas Nashif 2015-08-12 14:24:39 -04:00
  • 8cdd210798 move qemu patch to script/patches Anas Nashif 2015-08-13 08:36:28 -04:00
  • 7312837c5f mdef: allow mdef file to be at custom location Anas Nashif 2015-08-11 22:58:46 -04:00
  • e7ace3f4a7 docs: do not show internal documentation Anas Nashif 2015-08-13 12:05:24 -04:00
  • 1aa7733298 Changes conf.py and fine tunes doxygen.config for index & auto-generated files. Carol Lee 2015-08-07 13:22:27 -04:00
  • fa2e040198 doc: Enhance usability of top-level documentation page Allan Stephens 2015-08-12 12:05:08 -04:00
  • 503112dd0c doc: Add "About Zephyr" section Allan Stephens 2015-08-12 11:20:24 -04:00
  • 0be860ad1a doc: Add information about atomic APIs Allan Stephens 2015-08-11 17:10:47 -04:00
  • 5bb06311a9 Kbuild: Don't warn on zero-length format strings Andrew Boie 2015-08-11 12:46:06 -07:00
  • 8750729989 doc: quick start: installing: New Zephyr SDK Javier B Perez Hernandez 2015-08-11 15:44:02 -05:00
  • 2c89a43244 doc: remove references to BSP Peter Mitsis 2015-08-07 16:09:11 -04:00
  • 10ba8f7e6e doc: Improve accessibility of microkernel and nanokernel info Allan Stephens 2015-08-11 12:32:28 -04:00
  • 432a737106 doc: Restore information about microkernel task IRQs Allan Stephens 2015-08-11 09:42:45 -04:00
  • 3a91819e7b doc: Updates to nanokernel timer services Allan Stephens 2015-08-10 14:54:39 -04:00
  • d9461bf072 doc: Updates to nanokernel signalling services Allan Stephens 2015-08-10 14:51:02 -04:00
  • 1d5ebda336 doc: Nanokernel stacks addition Allan Stephens 2015-08-10 13:58:05 -04:00
  • 8fe4f41ce6 doc: Updates to nanokernel data passing services Allan Stephens 2015-08-10 13:52:58 -04:00
  • cc1b0f9af3 doc: Add information about fiber APIs Allan Stephens 2015-08-10 11:27:02 -04:00
  • ea06b8ba39 Add profile collector sample. Yonattan Louise 2015-07-31 15:22:25 -05:00
  • 520542bef2 Add context switch profile point. Yonattan Louise 2015-08-11 13:33:26 -05:00
  • efd8e246cc Add profiler method. Yonattan Louise 2015-07-31 15:58:09 -05:00
  • 8c85c15a2f Add event logger. Yonattan Louise 2015-08-11 13:32:16 -05:00
  • ca90a0a366 misc: use consistent data type for ARRAY_SIZE Andrew Boie 2015-08-05 10:04:55 -07:00
  • 91156d9c7a arc: standardize ffs function names to match other arches Andrew Boie 2015-08-10 10:49:34 -07:00
  • 45a387fc46 ioapic: cleanup code comments and doxygenize the file description Anas Nashif 2015-08-11 09:22:05 -04:00
  • 8cc32b8209 Enable IO-APIC debgging Anas Nashif 2015-08-11 09:08:59 -04:00
  • 6971d547cd Rename nano_node_tick_get_32 in documentation Anas Nashif 2015-08-10 23:03:38 -04:00
  • 2041d5b227 remove old sanity check mechanism Andrew Boie 2015-08-10 14:18:38 -07:00
  • 1b1e3af498 doc: Add information about kernel context services Allan Stephens 2015-08-10 17:28:37 -04:00
  • 0a7ff3b461 doxygen: move nanokernel fiber comments to header Anas Nashif 2015-07-26 17:19:47 -04:00
  • af7d3fb116 misc: remove old printk() stub Andrew Boie 2015-08-05 12:39:23 -07:00
  • f5de9524fd doc: Add information about kernel clocks Allan Stephens 2015-08-10 10:23:54 -04:00
  • b36e887d47 doc: Add information about microkernel timers Allan Stephens 2015-08-10 10:00:07 -04:00
  • 3ca9a7413d doc: Task updates Allan Stephens 2015-08-10 09:53:36 -04:00
  • 4c63796838 ia32_pci: rename N_PIC_IRQS to NUM_STD_IRQS Benjamin Walsh 2015-08-10 16:04:39 -04:00
  • c963861d47 Remove PIC code, but not PIC disabling code Peter Mitsis 2015-08-05 16:39:27 -04:00
  • dba5ac622c Remove PIT code Peter Mitsis 2015-08-05 15:02:46 -04:00
  • dbaa4a45ed Use LOAPIC and IOAPIC Kconfig options Peter Mitsis 2015-07-28 14:39:12 -04:00
  • 2db3db4ce2 Create IOAPIC and LOAPIC Kconfig options Peter Mitsis 2015-07-27 13:56:53 -04:00
  • 658bb54ed1 Use LOAPIC timer Kconfig options Peter Mitsis 2015-07-27 14:45:41 -04:00
  • 32fd4dc25c Create LOAPIC timer Kconfig options Peter Mitsis 2015-07-27 14:34:25 -04:00
  • be211ba91c Fix LOAPIC timer comments Peter Mitsis 2015-08-05 15:03:22 -04:00
  • b643468280 IOAPIC defaults to y when LOAPIC is enabled Peter Mitsis 2015-07-28 13:24:23 -04:00
  • d7c32911c4 Doc: Create the Reference Guides part. Rodrigo Caballero 2015-08-07 17:24:03 -05:00
  • 4e472fa2fe Doc: Add the Platform Development Primer to the structure. Rodrigo Caballero 2015-08-07 17:04:45 -05:00
  • d838f82aaa Doc: Creates the Application Dev. Primer with the existing content. Rodrigo Caballero 2015-08-07 16:44:34 -05:00
  • 2eb7017640 Doc: Change the Network Stack information to the Kernel Primer. Rodrigo Caballero 2015-08-07 13:40:56 -05:00
  • c720db67d3 Doc: Change the Driver Model to its own section of the Kernel Primer. Rodrigo Caballero 2015-08-07 13:39:13 -05:00
  • f81ee6efdd Doc: Change the Nanokernel Objects to the Nanokernel Services section. Rodrigo Caballero 2015-08-07 13:37:36 -05:00
  • 4d8b60adca Doc: Change the Microkernel Objects to the Microkernel Services section. Rodrigo Caballero 2015-08-07 13:35:41 -05:00
  • d1e57e1569 Doc: Change the Architecture part to the Overview section. Rodrigo Caballero 2015-08-07 13:31:56 -05:00
  • a952569f02 Doc: Create the Kernel Primer. Rodrigo Caballero 2015-08-07 13:28:19 -05:00
  • a13fddb7da toolchain.h: add __used macro Andrew Boie 2015-08-04 16:37:35 -07:00
  • be324badba toolchain: add __printf_like macro Andrew Boie 2015-08-04 16:36:45 -07:00
  • e2258e83c8 drivers: extending device.h for common driver ops Dan Kalowsky 2015-07-29 18:36:56 -07:00