zephyr/include
Andrzej Puzdrowski 94ff339cbf subsys: Add a new settings subsystem
Adapt the MyNewt non-volatile configuration system to become a settings
system in Zephyr.
The original code was modifed in the following ways:

* Renamed from config to settings
* Use the zephyr FCB, FS API, and base64 subsystems
* lltoa like function was added to sources as it was required but not
  included in Zephyr itself.
* The original code was modified to use Zephyr's slist.h as single
  linked list implementation.
* Reworked code which was using strtok_r, added function
  for decoding a string to a s64_t value.
* Thank to the above the settings subsys doesn't require newlibc anymore.

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2018-03-28 10:44:20 -04:00
..
arch cleanup: replace old jira numbers with GH issues 2018-03-26 13:13:04 -04:00
bluetooth Bluetooth: Remove 'own_addr' from advertising parameters 2018-03-21 18:11:49 +02:00
crypto
debug
dfu
display
drivers usb: call status_callback on interface set 2018-03-16 14:45:24 -07:00
dt-bindings
fs subsys: fs: Add Virtual File system Switch (VFS) support 2018-03-10 21:38:04 -05:00
linker net: Add initial TX and RX traffic class support 2018-03-27 10:06:54 -04:00
logging
mgmt
misc doc: do not show undocumented members 2018-03-20 14:01:30 -04:00
net ethernet: fix an unaligned access fault by removing __packed. 2018-03-28 09:37:37 +03:00
posix include: posix: correcting the return type of sleep. 2018-03-26 09:50:17 -04:00
random
settings subsys: Add a new settings subsystem 2018-03-28 10:44:20 -04:00
shell
toolchain
usb hid: change the API table to const. 2018-03-21 19:45:11 -04:00
zephyr
adc.h
aio_comparator.h
atomic.h
base64.h lib: base64: Add statement of changes 2018-03-23 13:54:48 +01:00
cache.h
clock_control.h
console.h
counter.h
crc8.h crc: make crc8_ccitt() match the other CRC functions. 2018-03-10 21:49:07 -05:00
crc16.h
device.h device.h: doc: Refactor to keep documentation infront of impl. 2018-03-26 13:17:39 -04:00
disk_access.h
dma.h
entropy.h
eth.h
fcb.h
flash_map.h
flash.h
fs.h subsys: fs: Add Virtual File system Switch (VFS) support 2018-03-10 21:38:04 -05:00
gpio.h doc: do not show undocumented members 2018-03-20 14:01:30 -04:00
i2c.h
i2s.h doc: do not show undocumented members 2018-03-20 14:01:30 -04:00
init.h init.h: Fix english in comment 2018-03-26 13:17:39 -04:00
ipm.h
irq_offload.h
irq.h
json.h
kernel_version.h
kernel.h kernel: api: mark internal functions as such 2018-03-20 14:01:30 -04:00
led_strip.h
pinmux.h
power.h
pwm.h
ring_buffer.h
rtc.h
sensor.h
shared_irq.h
spi_legacy.h
spi.h
spinlock.h
stats.h
sw_isr_table.h
sys_clock.h
sys_io.h
syscall.h
toolchain.h
uart.h
watchdog.h
zephyr.h