Commit graph

  • e941440ae6 Renaming K_waitmrdy to _k_sem_group_ready Dan Kalowsky 2015-04-28 11:35:50 -0700
  • c822a446a7 Renaming K_waitmtmo to _k_sem_group_wait_timeout Dan Kalowsky 2015-04-28 11:35:50 -0700
  • b330543d90 Renaming K_waitmacc to _k_sem_group_wait_accept Dan Kalowsky 2015-04-28 11:35:50 -0700
  • 06c2417d4e Renaming K_waitmcan to _k_sem_group_wait_cancel Dan Kalowsky 2015-04-28 11:35:50 -0700
  • 34b2c67080 Renaming K_waitmend to _k_sem_group_wait_end Dan Kalowsky 2015-04-28 11:35:50 -0700
  • 979b40f77f Renaming K_deqreq to _k_fifo_deque_request Dan Kalowsky 2015-04-28 11:35:50 -0700
  • 10aaf5aefa Renaming K_deqrpl to _k_fifo_deque_reply Dan Kalowsky 2015-04-28 11:35:50 -0700
  • ec121586f0 Renaming K_enqreq to _k_fifo_enque_request Dan Kalowsky 2015-04-28 11:35:50 -0700
  • e0d338a7e9 Renaming K_enqrpl to _k_fifo_enque_reply Dan Kalowsky 2015-04-28 11:35:50 -0700
  • ec1dd85846 Renaming K_lockreq to _k_mutex_lock_request Dan Kalowsky 2015-04-28 11:35:50 -0700
  • d3c35c2d40 Renaming K_lockrpl to _k_mutex_lock_reply Dan Kalowsky 2015-04-28 11:35:50 -0700
  • 2a6e4ed661 Renaming K_RelBlock to _k_mem_pool_block_release Dan Kalowsky 2015-04-28 11:35:50 -0700
  • b3b8e72dab Renaming K_GetBlock _k_mem_pool_block_get Dan Kalowsky 2015-04-28 11:35:50 -0700
  • dc703d8f81 Renaming K_gtbltmo to _k_block_get_timeout_handle Dan Kalowsky 2015-04-28 11:35:50 -0700
  • 770c5fc42c Renaming K_GetBlock_Waiters to _k_block_waiters_get Dan Kalowsky 2015-04-28 11:35:50 -0700
  • 5a8528cf23 Renaming rgetblock to get_block_recursive Dan Kalowsky 2015-04-28 11:35:50 -0700
  • e73b4ba153 Renaming searchblock_onfraglevel to search_block_on_frag_level Dan Kalowsky 2015-04-28 11:35:50 -0700
  • fe32b0717b Renaming K_Defrag _k_defrag Dan Kalowsky 2015-04-28 11:35:50 -0700
  • a536a18693 Renaming InitPools to _mem_pools_init Dan Kalowsky 2015-04-28 11:35:50 -0700
  • 8f41d89142 Renaming K_alloctmo to _k_mem_map_alloc_timeout Dan Kalowsky 2015-04-28 11:35:50 -0700
  • 12af4313ea Renaming InitMap _mem_map_init Dan Kalowsky 2015-04-28 11:35:49 -0700
  • 629d73d857 Renaming K_senddata to _k_mbox_send_data Dan Kalowsky 2015-04-28 11:35:49 -0700
  • 7651e26d9d Renaming K_recvdata to _k_mbox_receive_data Dan Kalowsky 2015-04-28 11:35:49 -0700
  • 8ad329b09e Renaming K_recvreq to _k_mbox_receive_request Dan Kalowsky 2015-04-28 11:35:49 -0700
  • 88343e969c Renaming K_recvrpl to _k_mbox_receive_reply Dan Kalowsky 2015-04-28 11:35:49 -0700
  • 9ac922e096 Renaming K_recvack to _k_mbox_receive_ack Dan Kalowsky 2015-04-28 11:35:49 -0700
  • 5ea892cffc Renaming K_sendreq to _k_mbox_send_request Dan Kalowsky 2015-04-28 11:35:49 -0700
  • 35d15ec09a Renaming K_sendrlp to _k_mbox_send_reply Dan Kalowsky 2015-04-28 11:35:49 -0700
  • 217de05b4b Renaming K_sendack to _k_mbox_send_ack Dan Kalowsky 2015-04-28 11:35:49 -0700
  • 842d2c28e2 Renaming copypacket to copy_packet Dan Kalowsky 2015-04-28 11:35:49 -0700
  • c6f22be75f Renaming K_taskirqalloc to _k_task_irq_alloc Dan Kalowsky 2015-04-28 11:35:49 -0700
  • e91808154e Renaming K_eventtesttmo to _k_event_test_timeout Dan Kalowsky 2015-04-28 11:35:49 -0700
  • 58d8a4020c Renaming _PowerSave to _power_save Dan Kalowsky 2015-04-28 11:35:49 -0700
  • 1e511b2066 Renaming _GetNextTimerExpiry to _get_next_timer_expiry Dan Kalowsky 2015-04-23 14:55:35 -0700
  • 43779366ad Rename wlMonitorCalibrate to workload_monitor_calibrate Dan Kalowsky 2015-04-27 15:14:31 -0700
  • 490c702343 Renaming _WlLoop to _workload_loop Dan Kalowsky 2015-04-27 15:14:31 -0700
  • 8a0db0aa11 Convert nano/test TC_END to TC_END_RESULT David Norris 2015-04-27 14:41:58 -0700
  • df8f130910 add calls to TC_END_RESULT to be consistent David Norris 2015-04-27 14:37:32 -0700
  • 9a87dfd4aa Add more host utils to .gitignore David Norris 2015-04-27 13:55:34 -0700
  • 7637d818fc Fix null byte padding in strncpy() Peter Mitsis 2015-04-28 10:10:42 -0400
  • 531f1c3695 samples: remove explicit enabling of SW_ISR_TABLE/DYNAMIC Benjamin Walsh 2015-04-22 14:39:01 -0400
  • e1308ebd37 arm: enable SW_ISR_TABLE/DYNAMIC by default Benjamin Walsh 2015-04-22 14:34:39 -0400
  • 3f6c0e51dd Remove unnecessary sample project use of GDB_INFO Allan Stephens 2015-04-24 13:07:56 -0400
  • 069ff41d01 Cleanup of GDB_INFO configuration option Allan Stephens 2015-04-24 15:54:13 -0400
  • fbb1526d1a Rename _IsrWrapper camelCase to _isr_wrapper Andrei Emeltchenko 2015-04-24 10:40:17 +0300
  • 2e0f3845f7 Rename _SpuriousIRQ to _irq_spurious Andrei Emeltchenko 2015-04-23 16:49:36 +0300
  • c6a72c2f81 serial_console: Use static wrappers with right _IntExit() Andrei Emeltchenko 2015-04-23 12:35:20 +0300
  • c121074115 ti_lm3s6965: Reformat comment block making it readable Andrei Emeltchenko 2015-04-21 10:52:13 +0300
  • 4be01c91cf fsl_frdm_k64f: Support SW_ISR_TABLE for serial console Andrei Emeltchenko 2015-04-23 11:57:18 +0300
  • 20ce390664 ti_lm3s6965: Support SW_ISR_TABLE for serial console Andrei Emeltchenko 2015-04-23 11:21:48 +0300
  • f1e1897ade console: Replace uartConsoleInit with uart_console_init Andrei Emeltchenko 2015-04-23 10:41:50 +0300
  • dfa5f2371b serial_console: Rename console_uart_isr to uart_console_isr Andrei Emeltchenko 2015-04-23 10:20:32 +0300
  • 425437037d Remove references to K_DataFree Peter Mitsis 2015-04-22 16:45:45 -0400
  • a7407cbeb6 Remove references to LinkIn and LinkOut Peter Mitsis 2015-04-22 16:42:27 -0400
  • 0e0ca54364 Remove unused file mallocInit.h Peter Mitsis 2015-04-22 16:10:10 -0400
  • e4b70a95fb Eliminate GEN_OFFSET_SYM_HOST() macro Allan Stephens 2015-04-23 13:38:42 -0400
  • b32f81dbe4 Rename "activeLink" field of CCS to "next_context" Allan Stephens 2015-04-23 13:12:24 -0400
  • 9d0c28b892 Remove unnecessary sample project use of CONTEXT_MONITOR Allan Stephens 2015-04-23 12:43:14 -0400
  • ab03ec2a62 Adapt tools support code to reflect its context monitoring nature Allan Stephens 2015-04-23 15:15:05 -0400
  • c7661eb981 Transform HOST_TOOLS_SUPPORT config option to CONTEXT_MONITOR Allan Stephens 2015-04-23 12:30:50 -0400
  • 26a2e74897 Add missing guard to handle multiple inclusion of k_mem.h Allan Stephens 2015-04-23 14:53:59 -0400
  • 54e746c2c0 Eliminate use of VXMICRO_HOST_TOOLS Allan Stephens 2015-04-23 13:57:52 -0400
  • 5765af636f Remove unnecessary conditional comments Allan Stephens 2015-04-23 12:09:38 -0400
  • 7b6d006255 Bluetooth: Add Bluetooth init sample Johan Hedberg 2015-04-13 14:39:47 +0300
  • 2581ad9313 Bluetooth: Add HCI UART (H4) driver Johan Hedberg 2015-04-13 14:38:44 +0300
  • d210d306d7 Bluetooth: Add full HCI initialization routine Johan Hedberg 2015-04-14 15:44:48 +0300
  • 45554f5b72 Bluetooth: Add basic HCI command processing Johan Hedberg 2015-04-14 15:41:55 +0300
  • 23a0df8b9b Bluetooth: Add HCI driver API Johan Hedberg 2015-04-14 15:32:32 +0300
  • 64b117a9b1 Bluetooth: Add support for HCI data buffers Johan Hedberg 2015-04-14 15:04:46 +0300
  • 63e9480399 Bluetooth: Add basic HCI definitions Johan Hedberg 2015-04-14 14:46:56 +0300
  • ac63429177 Bluetooth: Add skeleton for HCI core Johan Hedberg 2015-04-14 14:38:13 +0300
  • 8489e2410d Rename K_DebugLowTime to _k_debug_sys_clock_tick_count Yonattan Louise 2015-04-27 10:28:39 -0500
  • a43d34d618 Rename K_wl_scale to _k_workload_scale Yonattan Louise 2015-04-27 10:28:39 -0500
  • 79dd1b48bd Rename TaskSwitchCallBack to _k_task_switch_callback Yonattan Louise 2015-04-27 10:28:39 -0500
  • eecb9466d5 Rename K_monitor_nrec to k_monitor_nrec Yonattan Louise 2015-04-27 10:28:38 -0500
  • ef3a395c49 Rename K_monitor_wptr to k_monitor_wptr Yonattan Louise 2015-04-27 10:28:38 -0500
  • 0a5d10669d Rename K_monitor_mask to _k_monitor_mask Yonattan Louise 2015-04-27 10:28:38 -0500
  • b1b4747e8f Rename K_monitor_capacity to k_monitor_capacity Yonattan Louise 2015-04-27 10:28:37 -0500
  • d2d2de9039 Rename K_monitor_buff to k_monitor_buff Yonattan Louise 2015-04-27 10:28:37 -0500
  • e2be61c15e Rename K_StackSize to _k_server_stack_size Yonattan Louise 2015-04-27 10:28:37 -0500
  • ab9c05ac2a Rename _SysIdleElapsedTicks to _sys_idle_elapsed_ticks Yonattan Louise 2015-04-27 10:28:36 -0500
  • 14d19a7bc3 Rename SlicePrio to slice_prio Yonattan Louise 2015-04-27 10:28:36 -0500
  • ee96425b55 Rename SliceTime to slice_time Yonattan Louise 2015-04-27 10:28:36 -0500
  • 224a6b16ec Rename SliceCount to slice_count Yonattan Louise 2015-04-27 10:28:35 -0500
  • a9c772cbb6 Rename _SysIdleThresholdTicks to _sys_idle_threshold_ticks Yonattan Louise 2015-04-27 10:28:35 -0500
  • d7af5727e8 Rename _SysPowerSaveFlag to _sys_power_save_flag Yonattan Louise 2015-04-27 10:28:34 -0500
  • 25622e5dc4 Rename WldT_end to _k_workload_end_time Yonattan Louise 2015-04-27 10:28:34 -0500
  • 54bd7b59d3 Rename WldT_start to _k_workload_start_time Yonattan Louise 2015-04-27 10:28:34 -0500
  • 76220c1de4 Rename WldTDelta to _k_workload_delta Yonattan Louise 2015-04-27 10:28:33 -0500
  • f6fe9949a3 Rename Wld_i0 to _k_workload_i0 Yonattan Louise 2015-04-27 10:28:33 -0500
  • 63ffb96a69 Rename Wld_i to _k_workload_i Yonattan Louise 2015-04-27 10:28:33 -0500
  • 26874aabd6 Rename WldN1 to _k_workload_n1 Yonattan Louise 2015-04-27 10:28:32 -0500
  • b96dd2669d Rename WldN0 to _k_workload_n0 Yonattan Louise 2015-04-27 10:28:32 -0500
  • 1bd57ea4c6 Rename WldT1 to _k_workload_t1 Yonattan Louise 2015-04-27 10:28:32 -0500
  • d56d0af493 Rename WldT0 to _k_workload_t0 Yonattan Louise 2015-04-27 10:28:31 -0500
  • b11fa62c50 Rename WldRefT to _k_workload_ref_time Yonattan Louise 2015-04-27 10:28:31 -0500
  • 934bd58779 Rename WldTicks to _k_workload_ticks Yonattan Louise 2015-04-27 10:28:31 -0500
  • 4f0d1ed4f4 Rename WldSlice to _k_workload_slice Yonattan Louise 2015-04-27 10:28:30 -0500
  • 6120750f19 Rename K_max_eventnr to _k_num_events Yonattan Louise 2015-04-27 10:28:30 -0500
  • 7ca6ed4a8c Rename K_DebugHalt to _k_debug_halt Yonattan Louise 2015-04-27 10:28:30 -0500