~aleteoryx/muditaos

62615d6c — Lucjan Bryndza 5 years ago
[EGD-5016] Fix vfs-littlefs failed mount init

Fix issue with memory leak during mount in littlefs core
when mount fails.
f980abd2 — Lucjan Bryndza 5 years ago
[EGD-4758] Add lfs object state sync

Add lfs object state sync.
0f3a622a — Lucjan Bryndza 5 years ago
[EGD-4758] Fix includes in littlefs

Fix includes in the littlefs
afa37eef — Lucjan Bryndza 5 years ago
[EGD-4758] Add block size and fs size

Add blocks size and blocks count detecting
of the file size.
a6766b27 — Lucjan Bryndza 5 years ago
[EGD-4758] Fix littlefs directory iterator

Directory iterator now seams to be working
26b79170 — Lucjan Bryndza 5 years ago
[EGD-4758] Add unit tests for littlefs

Some tests passed but it needs some work...
a036b751 — Lucjan Bryndza 5 years ago
[EGD-4758] Fix littlefs boundary check

    Currently littlefs boudary is checked in the wrong place
    this commit fix this issue
06e7a1a3 — Lucjan Bryndza 5 years ago
[EGD-4758] Add Littlefs unit test

This is an initial implementation of littlefs
unit tests
497621f7 — Lucjan Bryndza 5 years ago
[EGD-4758] Add Littlefs config

Add littlefs config
Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
ef724a04 — Lucjan Bryndza 5 years ago
[EGD-4758] Add littlefs core filesystem

Filesystem completed
2c9e9f1d — Lucjan Bryndza 5 years ago
[EGD-4758] Add littlefs in the core rt1051 build fix

Fix wrong build

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
8b2ff207 — Lucjan Bryndza 5 years ago
[EGD-4758] Add Filesystem lfs fixes

This is a fix commit which fix lfs
problem with implementation
135594d3 — Lucjan Bryndza 5 years ago
[EGD-4758] Add Littlefs file operations

All littlefs file operations seams to be completed
793dab2f — Lucjan Bryndza 5 years ago
[EGD-4758] Add Littlefs fuse

Littlefs fuse work in progress
174fbaa4 — Lucjan Bryndza 5 years ago
[EGD-4758] Add Littlefs in the vfscore

Initial concept commit
c7d9b6e2 — RobertPiet 5 years ago
[EGD-4732] "All Operators" menu option is shown when "Operator auto-select" is off; the state is kept in db
[EGD-4732] Network menu items visibility / indentation
164b229c — Mathias Monnerville 5 years ago
Fix typo
871b250d — Marcin Smoczyński 5 years ago
[EGD-4534] Change audio data path synchronization

Refactor audio data path to fix several synchronization issues and
excessive copy operations on large memory blocks. Introduce
audio::Stream data structure to allow connecting audio source and sink
with a zero-copy capability.

Introduce system mechanisms:
 - critical section guard lock needed for stream synchronization
 - non-cacheable memory allocator to allocate memory for DMA safe
   buffers

Update the Googletest CMake template to match the capabilities of the
Catch2 template.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
Signed-off-by: Hubert Chrzaniuk <hubert.chrzaniuk@mudita.com>
[EGD-4856] Add Custom MMI message

Adds custom MMI respponse mesage.
It will be used by MMI response window to translate message.
12dbed3b — Mateusz Grzywacz 5 years ago
[EGD-4996] gcc 10 missing header include
Next