zephyr/doc/kernel/microkernel
Peter Mitsis 05e0c02a5d fifo: Simplify task_fifo_get() API family
Changes the FIFO API so that the timeout parameter must be specified
when invoking task_fifo_get() thereby making the following APIs obsolete:
    task_fifo_get_wait()
    task_fifo_get_wait_timeout()
    _task_fifo_get()

Change-Id: Iac626d9d6d4836033e06ffd5a2ca415ab2630b1a
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:25:06 -05:00
..
microkernel.rst doc: Add section on microkernel application use of fibers 2016-02-05 20:15:32 -05:00
microkernel_data.rst Doc: Change the Microkernel Objects to the Microkernel Services section. 2016-02-05 20:15:19 -05:00
microkernel_events.rst events: Simplify task_event_recv() API family 2016-02-05 20:25:05 -05:00
microkernel_fibers.rst doc: Add info on configuring the microkernel server fiber 2016-02-05 20:15:34 -05:00
microkernel_fifos.rst fifo: Simplify task_fifo_get() API family 2016-02-05 20:25:06 -05:00
microkernel_mailboxes.rst mem_pool: Simplify task_mem_pool_alloc() API family 2016-02-05 20:25:05 -05:00
microkernel_memory.rst Doc: Change the Microkernel Objects to the Microkernel Services section. 2016-02-05 20:15:19 -05:00
microkernel_memory_maps.rst mem_map: Simplify task_mem_map_alloc() API family 2016-02-05 20:25:05 -05:00
microkernel_memory_pools.rst mem_pool: Simplify task_mem_pool_alloc() API family 2016-02-05 20:25:05 -05:00
microkernel_mutexes.rst mutex: Simplify task_mutex_lock() API family 2016-02-05 20:25:05 -05:00
microkernel_pipes.rst pipes: Simplify task_pipe_get() API family 2016-02-05 20:25:05 -05:00
microkernel_semaphores.rst semgroup: Simplify task_sem_group_take() API family 2016-02-05 20:25:05 -05:00
microkernel_synchronization.rst doc: Reorder listing of microkernel synchronization objects 2016-02-05 20:15:26 -05:00
microkernel_task_irqs.rst task_irq: Simplify task_irq_test() API family 2016-02-05 20:25:05 -05:00
microkernel_tasks.rst doc: Change API tables to lists in the Kernel Primer. 2016-02-05 20:24:29 -05:00
microkernel_timers.rst semaphore: Simplify task_sem_take() API family 2016-02-05 20:25:05 -05:00