Commit graph

  • 63a85d1eb7 nano objects: clarify 'fibers preempting tasks' comments Benjamin Walsh 2015-05-06 01:19:46 -0400
  • 806fce93b7 nano_fifo: use a _nano_queue for the data queue Benjamin Walsh 2015-05-05 18:58:10 -0400
  • a221bfcb63 nano_fifo: abstract data enqueue/dequeue in functions Benjamin Walsh 2015-05-05 18:44:21 -0400
  • b4484a7816 nano_lifo: allow multiple fibers to pend Benjamin Walsh 2015-05-04 22:05:39 -0400
  • 7a7ba579c5 nano_sem: allow multiple fibers to pend Benjamin Walsh 2015-05-04 21:53:54 -0400
  • 194ad8da3b nano_fifo: use struct _nano_queue and _nano_wait_q routines Benjamin Walsh 2015-05-04 18:27:59 -0400
  • e499df7bb0 nanokernel: add struct _nano_queue and wait_q access routines Benjamin Walsh 2015-05-04 18:17:38 -0400
  • 774c982226 nano_stack: rename instances of 'channel' to 'stack' Benjamin Walsh 2015-05-04 17:06:39 -0400
  • d2e3bc985b nano_sema: rename instances of 'channel' to 'sem' Benjamin Walsh 2015-05-04 17:06:11 -0400
  • 66fd33ee7c nano_fifo: rename instances of 'channel' to 'fifo' Benjamin Walsh 2015-05-04 17:05:13 -0400
  • 5f98c3a863 nano_lifo: rename instance of 'channel' to 'lifo' Benjamin Walsh 2015-05-04 17:01:43 -0400
  • a24d2a5a9d nano_stack: clean up code style and comments Benjamin Walsh 2015-05-04 16:54:41 -0400
  • 6fb9111aef nano_sema: clean up code style and comments Benjamin Walsh 2015-05-04 16:54:33 -0400
  • e870a5649d nano_fifo: clean up code style and comments Benjamin Walsh 2015-05-04 16:54:23 -0400
  • 5dbc32c831 nano_lifo: clean up code style and comments Benjamin Walsh 2015-05-04 16:54:07 -0400
  • 2b39dde39c Relocate definition of microkernel server's stack area Allan Stephens 2015-05-08 11:26:24 -0400
  • ec87ce02a5 Finish consolidating workload monitoring code Allan Stephens 2015-05-08 10:08:12 -0400
  • 67730d8da9 Cosmetic changes to workload monitoring logic Allan Stephens 2015-05-08 09:46:25 -0400
  • 674b8329dd Increase consolidation of workload monitoring code Allan Stephens 2015-05-08 09:35:25 -0400
  • 2a7151ac9f Rename _k_node_workload_get() to _k_workload_get() Allan Stephens 2015-05-08 09:21:43 -0400
  • 22dee03628 Consolidate command packet code Allan Stephens 2015-05-08 09:08:26 -0400
  • 11e8a2bdd9 Eliminate useless microkernel #ifdefs from nanokernel files Allan Stephens 2015-05-08 08:59:30 -0400
  • a5928e1bb7 Delete unreferenced task debugging constants and variable declarations Allan Stephens 2015-05-07 16:56:02 -0400
  • 3342ddf012 Change _nano_ticks to 64-bit Dmitriy Korovkin 2015-04-29 15:37:52 -0400
  • c83d58c6e1 Add compiler dependent headers for test inline assembler code Dmitriy Korovkin 2015-04-28 12:58:37 -0400
  • e82a2a36c7 Compiler specific configuration Dmitriy Korovkin 2015-04-27 18:03:01 -0400
  • 58accba801 Make absolute symbol macros headers compiler dependent Dmitriy Korovkin 2015-04-27 14:41:09 -0400
  • d33ad051ac Consolidate inline assembler code in a set of header files Dmitriy Korovkin 2015-04-27 13:40:11 -0400
  • 4f96620e09 Cosmetic changes to microkernel timer type definition Allan Stephens 2015-05-06 13:24:37 -0400
  • df5d8b0b16 Rename _HandleExpiredTimers to _k_timer_list_update Allan Stephens 2015-05-06 13:10:37 -0400
  • 96b5da8bd4 Cosmetic changes to _LowTimeGet() Allan Stephens 2015-05-06 10:40:09 -0400
  • b33dc88eb5 Relocate misplaced system clock routines Allan Stephens 2015-05-06 10:34:06 -0400
  • 05390a986b Cosmetic changes to _LowTimeInc() Allan Stephens 2015-05-06 10:25:09 -0400
  • c747690754 Eliminate kernel/microkernel/ticks.c Allan Stephens 2015-05-06 10:10:31 -0400
  • 2f9718338e Relocate arch-independent _TaskAbort() Allan Stephens 2015-05-07 09:44:35 -0400
  • 105477a2e0 Cosmetic changes to microkernel server file Allan Stephens 2015-05-06 17:23:01 -0400
  • df368598cb Rename kernel/nanokernel/microk.c to kernel/microkernel/server.c Allan Stephens 2015-05-06 17:14:42 -0400
  • 9f15ffb092 Enhance idle task busy waiting logic Allan Stephens 2015-05-06 15:17:37 -0400
  • 8c169b915a Cosmetic cleanup of microkernel idling code Allan Stephens 2015-05-06 14:56:11 -0400
  • 9c27fbac74 Relocate idle-related microkernel code Allan Stephens 2015-05-06 14:18:06 -0400
  • e68347e4a6 Delete obsolete KHEAP_SIZE and KHEAP_SIZE_FIXED config options Allan Stephens 2015-05-06 09:32:28 -0400
  • 73f9775c01 Eliminate kernel/common sub-directory Allan Stephens 2015-05-05 11:51:06 -0400
  • 2fd8964a71 Eliminate kernel/common/bsp sub-directory Allan Stephens 2015-05-05 11:41:46 -0400
  • 2468393fe0 Eliminate microkernel/movedata sub-directory Allan Stephens 2015-05-05 10:35:59 -0400
  • e2e998acf2 Eliminate microkernel/core sub-directory Allan Stephens 2015-05-05 10:34:12 -0400
  • 642349287b Eliminate microkernel/timer sub-directory Allan Stephens 2015-05-05 10:32:22 -0400
  • 661ba14943 Eliminate nanokernel/core sub-directory Allan Stephens 2015-05-04 12:16:33 -0400
  • 3c8fb4ac7a Eliminate nanokernel/task sub-directory Allan Stephens 2015-05-04 12:10:53 -0400
  • ceeab10167 Renaming *_node_tick_delta to just *_tick_delta Dan Kalowsky 2015-05-04 12:04:09 -0700
  • c46f1082d8 Renaming *_node_cycle_get_32 to *_cycle_get_32 Dan Kalowsky 2015-05-04 12:04:09 -0700
  • 6b51cb461c Renaming *_node_tick_get to *_tick_get Dan Kalowsky 2015-05-04 12:04:09 -0700
  • 901c4f94d3 Renaming *_node_tick_get_32 to *_tick_get_32 Dan Kalowsky 2015-05-04 12:04:09 -0700
  • c535392d8e Renaming task_node_workload_get to task_workload_get Allan Stephens 2015-05-04 11:29:44 -0400
  • e3d5ec6d7a Removing _k_this_node Allan Stephens 2015-05-04 11:09:30 -0400
  • 8f1e42df2c Delete KS_MemCpy() and KS_MemCpyA() APIs Allan Stephens 2015-04-28 10:53:17 -0400
  • 2e9931c51e Prune obsolete entry from .gitignore Allan Stephens 2015-04-27 16:30:50 -0400
  • 460dfdf9b3 Eliminate unnecessary utilities directory Allan Stephens 2015-04-27 13:06:45 -0400
  • 326de37c77 Eliminate unnecessary test directory Allan Stephens 2015-04-27 12:44:58 -0400
  • 10d27dcaa2 fsl_frdm_k64f: Add Bluetooth support for fsl_frdm_k64f target Andrei Emeltchenko 2015-04-23 11:46:19 +0300
  • 9c343c3b72 fsl_frdm_k64f: Increase number of IRQs for Bluetooth over UART Andrei Emeltchenko 2015-04-23 11:37:45 +0300
  • 30199fae03 fsl_frdm_k64f: Register isr for Bluetooth UART driver Andrei Emeltchenko 2015-04-27 16:19:01 +0300
  • 4603624589 fsl_frdm_k64f: Add Bluetooth UART definitions for fsl_frdm_k64f Andrei Emeltchenko 2015-04-23 11:58:31 +0300
  • 04fc7b4184 ti_lm3s6965: Register isr for Bluetooth UART driver Andrei Emeltchenko 2015-04-27 16:13:51 +0300
  • cef0f4bca7 ti_lm3s6965: Include Bluetooth build targets for ti_lm3s6965 Andrei Emeltchenko 2015-04-21 12:09:12 +0300
  • cc19fbb873 ti_lm3s6965: Add Bluetooth initialization to system.c Andrei Emeltchenko 2015-04-21 12:06:23 +0300
  • be2135d75e ti_lm3s6965: Add Bluetooth UART definitions for ti_lm3s6965 Andrei Emeltchenko 2015-04-21 10:55:57 +0300
  • 20db031fdb Cleaning up mail.h Dan Kalowsky 2015-05-01 11:49:15 -0700
  • f3ebf6e222 Removing the K_debug_ functions Dan Kalowsky 2015-05-01 11:24:40 -0700
  • f600758ba9 Renaming cmdPktGet to _cmd_pkt_get Dan Kalowsky 2015-05-01 11:22:33 -0700
  • fe1226713c Renaming InitPipe to _pipe_init Dan Kalowsky 2015-05-01 11:18:42 -0700
  • 934eca208b Removal of task_node_id_get Dan Kalowsky 2015-04-30 14:43:32 -0700
  • 1d31cdce1a Removal of isr_node_id_get Dan Kalowsky 2015-04-30 14:42:33 -0700
  • 9e8c06563e Renaming GROUP_TASK_ macros to TASK_GROUP_ Dan Kalowsky 2015-04-30 14:22:47 -0700
  • 272064cd19 Renaming K_taskcall to _k_task_call Dan Kalowsky 2015-04-30 14:14:43 -0700
  • 23eeac2c8d Bluetooth: Process HCI init return parameters synchronously Johan Hedberg 2015-04-30 13:19:44 +0300
  • fbe3a4634d Bluetooth: Add return parameter support to bt_hci_cmd_send_sync() Johan Hedberg 2015-04-30 12:01:48 +0300
  • 89a083f888 Bluetooth: Add reference counting for buffers Johan Hedberg 2015-04-30 12:26:01 +0300
  • 781c5be2e5 Bluetooth: Enable HCI_CORE debug for samples Andrei Emeltchenko 2015-04-24 16:26:45 +0300
  • cc90fafaf0 Bluetooth: Add Bluetooth HCI core specific debug support Andrei Emeltchenko 2015-04-24 12:02:36 +0300
  • ea1f5f3785 Bluetooth: Add Bluetooth UART driver specific debug support Andrei Emeltchenko 2015-04-24 11:47:57 +0300
  • f269260b8d Bluetooth: Enable debug for Bluetooth samples and tests Andrei Emeltchenko 2015-04-17 14:55:34 +0300
  • 8f539793ef Bluetooth: Add compile test to sanity_check Andrei Emeltchenko 2015-04-17 17:28:39 +0300
  • b3e25209a8 Bluetooth: Add BLUETOOTH_DEBUG configuration option Andrei Emeltchenko 2015-04-17 14:53:17 +0300
  • 97892857e9 Bluetooth: Add nanokernel sample init application Andrei Emeltchenko 2015-04-13 16:44:28 +0300
  • caf5141de5 Bluetooth: Remove unnecessary error checks for bt_uart_read() calls Johan Hedberg 2015-04-29 14:43:48 +0300
  • 099ecbfa7c Bluetooth: Add minimum required length parameter to bt_uart_read() Johan Hedberg 2015-04-29 14:26:23 +0300
  • 935198e715 Bluetooth: Fix UART driver robustness when out of buffers Johan Hedberg 2015-04-29 13:36:41 +0300
  • d63d0a832d Bluetooth: Make bt_buf_get() wait if necessary & possible Johan Hedberg 2015-04-28 22:00:12 +0300
  • 50a25dcfd3 Bluetooth: Add BT_WARN convenience logging macro Johan Hedberg 2015-04-28 21:58:52 +0300
  • 041c84c3e6 Bluetooth: Introduce dummy data type Johan Hedberg 2015-04-29 12:33:30 +0300
  • 586d76b12a Bluetooth: Add support for reporting completed ACL buffers Johan Hedberg 2015-04-28 15:22:17 +0300
  • 39a6c7df9b Bluetooth: Enable controller to host flow control in HCI init Johan Hedberg 2015-04-20 12:16:57 +0300
  • 25af03265c Bluetooth: Add ACL user data to bt_buf Johan Hedberg 2015-04-28 15:20:33 +0300
  • 5626788eb7 Bluetooth: Refactor buffer HCI user data Johan Hedberg 2015-04-28 15:18:13 +0300
  • 0c397c6ca2 Bluetooth: Fix potential leak of dev.sent_cmd Johan Hedberg 2015-04-28 15:16:03 +0300
  • d87080392b Bluetooth: Export HCI command sending APIs internally Johan Hedberg 2015-04-28 14:27:19 +0300
  • c96f8e484c Bluetooth: Fix potential NULL-pointer access in UART driver Johan Hedberg 2015-04-28 14:25:31 +0300
  • de1477759c Bluetooth: Add Bluetooth microkernel smoke test Andrei Emeltchenko 2015-04-16 11:27:24 +0300
  • 3760dc8709 Bluetooth: Add Bluetooth nanokernel smoke test Andrei Emeltchenko 2015-04-15 15:37:22 +0300
  • f9725ca3a9 Bluetooth: Remove unnecessary ACL semaphore Johan Hedberg 2015-04-28 12:16:16 +0300