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 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
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 samples: subsys: mgmt: smp_svr: increase fs support stack size 2020-06-09 14:57:28 +02:00
nvs zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
power/device_pm zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
settings samples/tests: Convert use of %ll{u,d} to PRI{u,d}64 2020-06-08 08:23:57 -05:00
shell boards: arm: nrf: Adding Circuit Dojo nRF9160 Feather definitions. 2020-07-10 17:56:00 +02:00
tracing samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
usb uart: Fix uart_irq_callback_set usage 2020-07-30 09:43:12 +02:00
subsys.rst doc: add labels to sample docs 2017-04-04 20:48:08 +00:00