Commit graph

  • 727e3d98d8 Rename struct field 'taskId' to 'task_id'. Yonattan Louise 2015-08-24 15:35:19 -05:00
  • 995ef816a0 Rename microkernel struct field 'cmdPkt' to 'command_packet'. Yonattan Louise 2015-08-24 15:30:57 -05:00
  • 1d41758351 Rename microkernel struct field 'nPkts' to 'num_packets'. Yonattan Louise 2015-08-24 15:29:36 -05:00
  • 84b88b9ab5 Rename microkernel struct field 'Free' to 'free'. Yonattan Louise 2015-08-24 15:25:52 -05:00
  • 6f90cce65e Rename microkernel struct field 'iBufferSize' to 'buffer_size'. Yonattan Louise 2015-08-24 13:25:57 -05:00
  • c7574b1a26 Rename microkernel struct field 'ReadMarkers' to 'read_markers'. Yonattan Louise 2015-08-24 13:17:22 -05:00
  • e3b5e16ba5 Rename microkernel struct field 'WriteMarkers' to 'write_markers'. Yonattan Louise 2015-08-24 13:14:57 -05:00
  • 0c96244667 Rename microkernel struct field 'BuffState' to 'buffer_state'. Yonattan Louise 2015-08-24 13:13:06 -05:00
  • cf8471a957 Rename microkernel struct field 'bReadWA' to 'wrap_around_read'. Yonattan Louise 2015-08-24 13:11:38 -05:00
  • ccd7801c5f Rename microkernel struct field 'bWriteWA' to 'wrap_around_write'. Yonattan Louise 2015-08-24 13:10:20 -05:00
  • 09d7ce554e Rename microkernel struct field 'iNbrPendingWrites' to 'num_pending_writes'. Yonattan Louise 2015-08-24 13:06:20 -05:00
  • a16f8e3b4b Rename microkernel struct field 'iAvailDataAWA' to 'available_data_post_wrap_around'. Yonattan Louise 2015-08-24 13:04:28 -05:00
  • eeace5aa8f Rename microkernel struct field 'iAvailDataCont' to 'available_data_count'. Yonattan Louise 2015-08-24 12:59:59 -05:00
  • 9c220d0040 Rename microkernel struct field 'iNbrPendingReads' to 'num_pending_reads'. Yonattan Louise 2015-08-24 12:53:48 -05:00
  • f16f43a6a6 Rename microkernel struct field 'iFreeSpaceAWA' to 'free_space_post_wrap_around'. Yonattan Louise 2015-08-24 12:51:50 -05:00
  • 57bc635397 Rename microkernel struct field 'iFreeSpaceCont' to 'free_space_count'. Yonattan Louise 2015-08-24 12:49:07 -05:00
  • 51ecb6f1a9 Rename microkernel struct field 'pReadGuard' to 'read_guard'. Yonattan Louise 2015-08-24 12:45:17 -05:00
  • df2295a557 Rename microkernel struct field 'pWriteGuard' to 'write_guard'. Yonattan Louise 2015-08-24 12:43:59 -05:00
  • 315c040044 Rename microkernel struct field 'pRead' to 'read_ptr'. Yonattan Louise 2015-08-24 12:41:03 -05:00
  • a9b08dbf94 Rename microkernel struct field 'pWrite' to 'write_ptr'. Yonattan Louise 2015-08-24 12:38:21 -05:00
  • 8dcda075e6 Rename microkernel struct field 'pEndOrig' to 'original_end_ptr'. Yonattan Louise 2015-08-24 12:31:00 -05:00
  • 7b1ccbd5b8 Rename microkernel struct field 'pEnd' to 'end_ptr'. Yonattan Louise 2015-08-24 12:29:56 -05:00
  • d82ffa5194 Rename microkernel struct field 'pBegin' to 'begin_ptr'. Yonattan Louise 2015-08-24 12:27:14 -05:00
  • a702a41e0c Rename microkernel struct field 'iBuffSize' to 'buffer_size'. Yonattan Louise 2015-08-24 12:23:57 -05:00
  • 2b4857fb70 Rename microkernel struct field 'aMarkers' to 'markers'. Yonattan Louise 2015-08-24 12:19:53 -05:00
  • 1a9f2b2942 Rename microkernel struct field 'iAWAMarker' to 'post_wrap_around_marker'. Yonattan Louise 2015-08-24 12:17:58 -05:00
  • 5275e011ff Rename microkernel struct field 'iLastMarker' to 'last_marker'. Yonattan Louise 2015-08-24 12:13:12 -05:00
  • e4daa37572 Rename microkernel struct field 'iFirstMarker' to 'first_marker'. Yonattan Louise 2015-08-24 12:11:58 -05:00
  • 9f212f8cf4 Rename microkernel struct field 'iNbrMarkers' to 'num_markers'. Yonattan Louise 2015-08-24 12:10:09 -05:00
  • 3504f49e48 Rename microkernel struct field 'Next' to 'next'. Yonattan Louise 2015-08-24 12:08:13 -05:00
  • 322f8d12b9 Rename microkernel struct field 'Prev' to 'prev'. Yonattan Louise 2015-08-24 12:02:39 -05:00
  • 1e0e132bc0 Rename microkernel struct field 'bXferBusy' to 'buffer_xfer_busy'. Yonattan Louise 2015-08-24 11:59:08 -05:00
  • 28349e6114 Rename microkernel struct field 'Hmark' to 'high_watermark'. Yonattan Louise 2015-08-24 11:56:32 -05:00
  • 32aecd2818 Rename microkernel struct field 'Nused' to 'num_used'. Yonattan Louise 2015-08-24 11:55:09 -05:00
  • 65045271d8 Rename microkernel struct field 'Deqp' to 'dequeue_point'. Yonattan Louise 2015-08-24 11:53:27 -05:00
  • 474a6a36af Rename microkernel struct field 'Enqp' to 'enqueue_point'. Yonattan Louise 2015-08-24 11:52:22 -05:00
  • 48b22f169d Rename microkernel struct field 'Endp' to 'end_point'. Yonattan Louise 2015-08-24 11:51:21 -05:00
  • 5e9b9214d9 Rename microkernel struct field 'Base' to 'base'. Yonattan Louise 2015-08-24 11:49:30 -05:00
  • 82136f8c0b Rename microkernel struct field 'Esize' to 'element_size'. Yonattan Louise 2015-08-24 11:44:24 -05:00
  • 612baae6ed Rename microkernel struct field 'Confl' to 'num_conflicts'. Yonattan Louise 2015-08-24 11:22:28 -05:00
  • 8c7a2db328 Rename microkernel struct field 'Count' to 'count'. Yonattan Louise 2015-08-24 11:17:24 -05:00
  • 1de74fb559 Rename microkernel struct field 'Waiters' to 'waiters'. Yonattan Louise 2015-08-24 11:11:26 -05:00
  • 375939d1cd Rename microkernel struct field 'Level' to 'level'. Yonattan Louise 2015-08-24 11:08:45 -05:00
  • 92de544c28 Rename microkernel struct field 'OwnerOriginalPrio' to 'original_owner_priority'. Yonattan Louise 2015-08-24 11:03:56 -05:00
  • f51a979ef4 Rename microkernel struct field 'OwnerCurrentPrio' to 'current_owner_priority'. Yonattan Louise 2015-08-24 11:03:08 -05:00
  • 4484a85683 Rename microkernel struct field 'Owner' to 'owner'. Yonattan Louise 2015-08-24 11:00:40 -05:00
  • cd8d5f445e Rename microkernel struct field 'Readers' to 'readers'. Yonattan Louise 2015-08-24 10:57:35 -05:00
  • 85f442f781 Rename microkernel struct field 'Writers' to 'writers'. Yonattan Louise 2015-08-24 10:55:40 -05:00
  • 13d583dc06 Rename microkernel struct field 'Args' to 'args'. Yonattan Louise 2015-08-24 10:48:18 -05:00
  • 3d0f283cb9 Rename microkernel struct field 'fabort' to 'fn_abort'. Yonattan Louise 2015-08-24 10:28:51 -05:00
  • 71da62594c Rename microkernel struct field 'fstart' to 'fn_start'. Yonattan Louise 2015-08-24 10:27:10 -05:00
  • 36d55187f2 Rename microkernel struct field 'Group' to 'group'. Yonattan Louise 2015-08-24 10:23:37 -05:00
  • 839c84666f Rename microkernel struct field 'State' to 'state'. Yonattan Louise 2015-08-24 09:49:20 -05:00
  • 617501354c Rename microkernel struct field 'Ident' to 'id'. Yonattan Louise 2015-08-24 09:42:35 -05:00
  • de4d3b51fc Rename microkernel struct field 'Prio' to 'priority'. Yonattan Louise 2015-08-24 09:36:46 -05:00
  • 09067bbe5b Rename microkernel struct field 'Back' to 'prev'. Yonattan Louise 2015-08-25 09:15:26 -05:00
  • a896d2f859 Rename microkernel struct field 'Forw' to 'next'. Yonattan Louise 2015-08-24 09:29:21 -05:00
  • d4a5054a3f Rename microkernel struct field 'poolid' to 'pool_id'. Yonattan Louise 2015-08-24 09:08:25 -05:00
  • a4266bdf3a doc: Add nanokernel FIFO code samples Peter Mitsis 2015-08-14 14:10:00 -04:00
  • 51a8a998cd doc: Add nanokernel signaling code samples Peter Mitsis 2015-08-13 15:00:54 -04:00
  • 8f9377e631 Zephyr 0.4.0-rc1 Anas Nashif 2015-08-24 23:02:04 -04:00
  • 9927108ab7 sanity: update footprint data for release Anas Nashif 2015-08-24 23:12:09 -04:00
  • 9c2156731a i2c: Cleaning up public interface Dan Kalowsky 2015-08-24 11:30:06 -07:00
  • d96943b04c spi: Add support for Intel's SPI controller Tomasz Bursztyka 2015-08-21 13:01:08 +03:00
  • d5d525562e drivers: Add the common directory and files for SPI Tomasz Bursztyka 2015-08-21 12:57:49 +03:00
  • 7b34e0dcfa pci: Add helper functions to enable mem mapped registers Tomasz Bursztyka 2015-08-21 12:53:40 +03:00
  • ff39559146 pci: Add support for filtering by function Tomasz Bursztyka 2015-08-21 12:52:25 +03:00
  • 507decb731 sys_io: Add memory bit manipulation functions Tomasz Bursztyka 2015-08-21 12:50:57 +03:00
  • c6d0bea109 API: Add a generic API for port and mem mapped registers functions Tomasz Bursztyka 2015-08-21 12:49:57 +03:00
  • dd12326e86 spi: Fix the generic API Tomasz Bursztyka 2015-08-21 12:48:54 +03:00
  • 3852c8c98a fix setting of CONFIG_COMPILER_OPT Anas Nashif 2015-08-22 18:14:42 -04:00
  • 2b8af552f2 remove duplicate 'inline' declaration specifier Anas Nashif 2015-08-22 20:28:00 -04:00
  • c38acaacf0 Improve profiler sample. Yonattan Louise 2015-08-21 18:17:56 -05:00
  • 5c6ef8fdb5 Profile low condition events. Yonattan Louise 2015-08-21 19:15:26 -05:00
  • d2108bf084 Profile interrupt events. Yonattan Louise 2015-08-21 19:10:32 -05:00
  • 46feabf7f7 Add _ASMLANGUAGE guard to the event logger and the profiler. Yonattan Louise 2015-08-21 18:56:36 -05:00
  • 2d32def92f Remove *_node* from documentation Gerardo A. Aceves 2015-08-18 05:28:16 -05:00
  • 94ca4a3015 Remove *_node* from documentation Gerardo A. Aceves 2015-08-18 05:25:22 -05:00
  • 6b3d8acf98 arm: cleanup whitespaces Anas Nashif 2015-08-22 18:42:19 -04:00
  • 2b33b09387 x86: cleanup whitespaces Anas Nashif 2015-08-22 18:41:06 -04:00
  • 7d4163d283 Split main Kconfig to allow application specific Kconfig Anas Nashif 2015-08-22 14:43:07 -04:00
  • 7d21d9df4c doc: Fix Gallileo setup documentation Andrei Emeltchenko 2015-08-24 12:42:33 +03:00
  • 7b9455b9e7 remove unused linux Documentation targets Anas Nashif 2015-08-22 11:41:34 -04:00
  • 27b78e7cb2 define missing CONF_FILE in samples Anas Nashif 2015-08-23 09:10:57 -04:00
  • c4c2bdda71 Bluetooth: Add console configuration to ia32_pci Andrei Emeltchenko 2015-08-20 12:18:24 +03:00
  • 1f94f6ee2a Bluetooth: Add configuration for Bluetooth to ia32_pci Andrei Emeltchenko 2015-08-20 12:06:21 +03:00
  • 1be6519bda build: fix build fail when NS16550 disabled. Juan Manuel Cruz 2015-08-14 16:18:09 -05:00
  • dc601ab468 simple: uart: fix reference to uart_devs Daniel Leung 2015-08-24 10:59:20 -07:00
  • 4c13d8273e toolchain: rename FUNC_ALIAS parameters Benjamin Walsh 2015-08-21 17:07:08 -04:00
  • 5586c6a1a1 sys_clock: add missing fiber system clock APIs Benjamin Walsh 2015-08-21 17:01:30 -04:00
  • bb2ba33f10 sys_clock: move [nano|task]_cycle_get_32 to drivers Benjamin Walsh 2015-08-21 16:57:57 -04:00
  • 1611816a7d sys_clock: move header of nano_cycle_get_32 to nanokernel.h Benjamin Walsh 2015-08-21 16:52:12 -04:00
  • 87eeaa3249 sys_clock: rename timer_read to _sys_clock_cycle_get Benjamin Walsh 2015-08-21 16:50:35 -04:00
  • fe40133cd5 sys_clock: move API headers from k_ticker.c to ticks.h Benjamin Walsh 2015-08-21 16:43:32 -04:00
  • 70540142a9 microkernel: re-institute CONFIG_OBJECT/THREAD_MONITOR Benjamin Walsh 2015-08-20 17:00:00 -04:00
  • e80d06deed arch: rename context.c files to thread. Benjamin Walsh 2015-08-20 16:51:36 -04:00
  • 97f2622f55 arm: rename instances of CortexM Benjamin Walsh 2015-08-20 16:46:11 -04:00
  • ed3a1e2f51 nanokernel: remove very last remnants of objects named 'chan' Benjamin Walsh 2015-08-20 16:35:27 -04:00
  • 2d12752637 sys_clock: make public some timing utilities Benjamin Walsh 2015-08-20 15:59:19 -04:00
  • 4dca2dfad3 util: make is_power_of_two() a public utility Benjamin Walsh 2015-08-20 13:56:10 -04:00