zephyr/include
Krzysztof Chruscinski 6173fe7a73 ring_buffer: Add functions for getting capacity and reseting
Extend ring_buffer with following functions:
- getting capacity of the ring buffer (which is smaller than
  buffer size)
- resetting ring buffer to initial state

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2019-05-30 09:44:03 -04:00
..
app_memory
arch linker: Move sgstubs section to the very end and fix for nrf91 2019-05-30 13:18:04 +02:00
audio
bluetooth Bluetooth: L2CAP: Add callback to notify status 2019-05-29 16:31:03 +03:00
cmsis_rtos_v1
cmsis_rtos_v2
crypto
debug
dfu dfu: mcuboot: Added defines for upgrade request modes 2019-05-21 15:31:00 -04:00
display
drivers drivers: gpio: ht16k33: add GPIO driver for Holtek HT16K33 LED driver 2019-05-07 22:33:06 -04:00
dt-bindings dts: bindings: usb: Add enum to maximum-speed property 2019-05-17 09:53:20 -05:00
fs
linker Bluetooth: L2CAP: Move fixed channels to its own section in ROM 2019-05-29 16:31:03 +03:00
logging logging: Add option to detect missed transient string duplication 2019-05-29 13:52:31 +02:00
mgmt
misc ROUND_UP/DOWN macros: cast the entire align argument 2019-05-30 09:16:35 -04:00
net net/pkt: Redefine the necessary fifo attribute 2019-05-24 14:09:11 +03:00
nvs
posix lib/posix: correct the meaning of CONFIG_MAX_PTHREAD_COUNT 2019-05-11 08:24:36 -04:00
random
settings subsys/settings: Add const modifier to the value pointer 2019-05-29 10:11:12 -04:00
shell shell: add select command 2019-05-24 11:04:42 +02:00
toolchain misc: Replace uses of __builtin_*_overflow() with <misc/math_extras.h>. 2019-05-14 19:53:30 -05:00
usb usb: Align legacy and composite interface 2019-05-27 09:25:06 -04:00
zephyr
adc.h adc: explicitly cast (const void *) to (const adc_driver_api *) 2019-05-28 19:25:44 +02:00
aio_comparator.h
atomic.h
base64.h
cache.h
can.h drivers: can: Add loopback driver 2019-05-12 16:54:49 -04:00
clock_control.h C++: Fix compilation error "invalid conversion" 2019-05-03 14:27:07 -04:00
console.h
counter.h drivers: counter: Add flags to counter_config_info structure 2019-05-27 09:18:34 -04:00
crc.h
device.h
disk_access.h
display.h
dma.h api: dma: add api to retrieve runtime status 2019-05-07 22:14:36 -04:00
entropy.h entropy: fix C++ compiler warnings 2019-05-21 08:26:12 -04:00
exc_handle.h
fcb.h
flash_map.h doc: Fix typos in flashmap.h 2019-05-28 12:27:43 -04:00
flash.h
fs.h
generated_dts_board.h
gna.h
gpio.h
hwinfo.h
i2c.h
i2s.h
init.h
ipm.h
irq_nextlevel.h
irq_offload.h
irq.h
json.h
kernel_includes.h
kernel_version.h
kernel.h kernel/sched.c: add k_usleep() API function 2019-05-21 23:09:16 -04:00
led_strip.h
led.h
pinmux.h C++: Fix compilation error "invalid conversion" 2019-05-03 14:27:07 -04:00
power.h
ptp_clock.h
pwm.h
ring_buffer.h ring_buffer: Add functions for getting capacity and reseting 2019-05-30 09:44:03 -04:00
rtc.h
sched_priq.h
sensor.h include: sensor: Allow sensor private attr/chan/trig 2019-05-29 11:58:02 -05:00
shared_irq.h
spi.h
spinlock.h thread_cpu: make it 64-bit compatible 2019-05-30 09:42:23 -04:00
stats.h stats: changed API to use zephyr types 2019-05-01 10:33:17 -04:00
sw_isr_table.h
sys_clock.h kernel: timeout: add syscall for runtime clk freq 2019-05-22 23:33:55 +02:00
sys_io.h
syscall.h
toolchain.h toolchain: Define a HAS_BUILTIN(x) macro in toolchain.h. 2019-05-14 19:53:30 -05:00
tracing.h tracing: Fix checks of Kconfig options 2019-05-17 15:46:18 -07:00
tty.h
uart.h include/uart.h: Clarify async receive event length 2019-05-27 09:23:39 -04:00
watchdog.h doc: fix watchdog API documentation 2019-04-26 19:14:54 -07:00
zephyr.h