zephyr/samples/subsys
Dominik Ermel cac07629bf subsys/fs: Add open flags parameter to fs_open
The fs_open has been extended with support for open flags.
Currently supported flags are:
  FS_O_READ -- open for read
  FS_O_WRITE -- open for write
  FS_O_CREATE -- create file if it does not exist
  FS_O_APPEND -- move to the end of file before each write

The FAT FS and LittleFS front-ends within the Zephyr has also been
modified to utilize the flags.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2020-07-30 16:33:18 +02:00
..
canbus samples: canbus: canopen: add test case with program download support 2020-07-08 23:24:17 -04:00
console
fs subsys/fs: Add open flags parameter to fs_open 2020-07-30 16:33:18 +02:00
ipc samples: Apply IPM callback signature change where relevant 2020-07-30 09:51:51 +02:00
logging samples: subsys: logging: logger: Fix performance showcase 2020-07-09 11:27:22 +02:00
mgmt
nvs
power/device_pm
settings
shell boards: arm: nrf: Adding Circuit Dojo nRF9160 Feather definitions. 2020-07-10 17:56:00 +02:00
tracing
usb uart: Fix uart_irq_callback_set usage 2020-07-30 09:43:12 +02:00
subsys.rst