~aleteoryx/muditaos

ref: 6c32205e1be369cbadf752c77eff68d1a2f963e1 muditaos/module-vfs d---------
9267e2d8 — Marcin Smoczyński 4 years ago
[EGD-7161] Remove image name reference in vfs

Add ability to change an image name in the vfs code by decoupling vfs
from a so-called board code.

Introduce platforms as a hardware and os abstraction layer for product
code.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
b652f098 — Lucjan Bryndza 4 years ago
[CP-326] Reformat recovery partition as littlefs

Recovery partition will be needed by update process for store and
process update data recovery etc
But using fat partition is due to
problem with power loss in not
recommended.
This patch change BACKUP partition to the LFS

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
6eeb1d75 — DariuszSabala 4 years ago
[BH-628] Cleaned up module-vfs cmake

Cleaned up pattern of sharing source files among libraries
using cached lists, ultimately leading to silent linkage
failures. Symbols build repeatedly in different libraries
was linked depending on which library was passed in linker
command arguments first, so for example in same cases
cellular bsp files compiled in module-vfs was linked instead
of those from module-bsp leading to failure of cellular work
despite no explicite build failure.
e05ddbfd — tomaszkrosnowski 4 years ago
[EGD-7010] Remove sensitive data from logs

Sensivite data like first/second name, messages and notes content,
dialed gsm numbers etc are removed from logs to guarantee security for
Pure users.
220024b3 — Lucjan Bryndza 4 years ago
[CP-315] Remove old fat only partition layout

Remove support for FAT only pattitions layout.
The fat only partition scheme support was needed
only in transition to the new VFS, now is not
longer required
028804ea — Lukasz Skrzypczak 4 years ago
[BH-459] Moved fatfs to third-party v2

2nd approach to moving fatfs to third-party. Declared as INTERFACE.
0684b127 — Mateusz Grzegorzek 4 years ago
[BH-515] Create main Bell app

Create main Bell app
02b8d2bf — Piotr Tański 4 years ago
Merge branch 'master' into stable
1a2e12af — Radoslaw Wicik 4 years ago
[BH-373] Convert utils json into a lib

Moving json to a third-party standalone library.
943fef96 — Radoslaw Wicik 4 years ago
[BH-353] Add Documentation for main targets

* clean up mimimu required cmake version
* fixes for release workflow

Add documentation for targets, fixes for cmake
and release workflow.
b6739819 — Alek Rudnik 4 years ago
Merge branch 'master' into stable
7fee0d9c — Lukasz Skrzypczak 4 years ago
[BH-378] Utils move log to library

Moved log to separate library
a360d13b — DariuszSabala 4 years ago
[BH-460] Moved TPLIB littlefs

Moved littlefs library to dedicated third party directory,
fixed include paths
82030a32 — Alek Rudnik 4 years ago
Merge branch 'master' into stable
325f8696 — Lucjan Bryndza 4 years ago
[EGD-6835] Fix UT link errors with inotify

Fix UT linkage error when trying to link with
libiosyscalls with inotify mechanism

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
2f3e24c7 — Lucjan Bryndza 4 years ago
[EGD-6835] Add inotify mechanism in the VFS

Add file monitoring event mechanism to the
VFS subsystem. Now it will be possible to
monitoring file changes in the reistered
path

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
dd3701cf — Lucjan Bryndza 4 years ago
[EGD-6752] Fix missing lock guard in the VFS driver

Fix missing lock guard in the device health status method.

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
89c263c0 — Lucjan Bryndza 4 years ago
[EGD-6518] Change optional methods for the DM

Change numer of minimal optional methods required by the
block device in the disk manager

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
101afc48 — Lucjan Bryndza 4 years ago
[EGD-6518] Add EEPROM block device driver for VFS

Add block device driver for the factory EEPROM memory
needed for factory settings (aka personalizations)

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
9d94c84c — Lukasz Skrzypczak 4 years ago
[EGD-6576] Create EEPROM low level driver

Working eeprom driver.
Next