~aleteoryx/muditaos

ref: 75c167e8a830c0b42ed635fa02c5cca7177edc8f muditaos/.gitmodules -rw-r--r-- 2.1 KiB
bfd50c58 — Lucjan Bryndza 5 years ago
[EGD-4762] Add littlefs library (#1152)

Create library with littlefs filesystem
55ab66e5 — Lucjan Bryndza 5 years ago
[EGD-4499] Create drivers for the VFS (#1128)

* GId modules updated

* Remove module

* Gitmodules update

* [EGD-4499] Global module VFS

* [EGD-4499] vfat driver in progress + fsfat

* [EGD-4499] fffat glue to our implementation.

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>

* [EGD-4498] Glue logic between ff_fat and disk mgr.

* [EGD-4499] Mount and unmount fat_fs.

* [EGD-4499] Filesystem mount seams to be working

* [EGD-4499] Missing umount volume removal

* [EGD-4499] Code review vol 1

* [EGD-4499] Missing erase element from map

* [EGD-4499] Missing mount umount

* [EGD-4261] Mount and unmount tests

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>

* [EGD-4499] Initial filesystem implementation

Iterate over directories are not completed yet

* [EGD-4261] unit test fix

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>

* [EGD-4499] Stat vfs for RT1051

* [EGD-4499] Small fix in the seek

* [EGD-4499] Directory handle fix

* [EGD4499] Completed ffat implementation

It is already completed vfat driver for vfs core
but it is not tested yet.

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>

* [EGD4499] Code review part #1

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>

* [EGD4499] Remove double dynamic allocation of mount point

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>

* [EGD4499] Partition out of range fix

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>

* [EGD-4499] Handle leak fix

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>

* [EGD-4499] VFS vfat completed.

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>

* [EGD-4499] File descriptors from 3 according to POSIX std

0,1,2 fds are reserved for stdin,stdout,stderr

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
ff7af960 — Radosław Wicik 5 years ago
[EGD-4313] Fix usb_stack submodule path (#969)

eb1f8206 — Roman Kubiak 5 years ago
[EGD-3688] usb stack as an external module (#906)

* [EGD-3688] usb stack as an external module
removed old usb code

* [EGD-3688] linux fix

* [EGD-3688] fixes for new USB code

* [EGD-3688] updated submodule
ac2c954d — Bartosz Cichocki 5 years ago
[EGD-3772] added HSP sink and source (#918)

Added HSP playback to the BT device and stream of the BT device microphone back to the OS

Co-authored-by: SP2FET <bartosz.cichocki@mudita.com>
c43878a8 — Radosław Wicik 5 years ago
[EGD-4269] fix taglib module paths (#948)

0a407135 — Lucjan Bryndza 5 years ago
[EGD-4181] move taglib from audio (#932)

* [EGD-4181] Move submodule taglib to utils

* [EGD-4181] LibTag moved to util lib.

Co-authored-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
a59fe8f0 — Radosław Wicik 5 years ago
[EGD-4162] fix fat module (#907)

bf260952 — Lucjan Bryndza 5 years ago
[EGD-4075] Use FATFS in the Linux builds (#843)

* [EGD-4075] Use FAT fs in the emulator

Add script for genrate base phone image

* [EGD-4075] Use FreeRTOS-FAT in emulator initial commit

* [EGD-4075] Thread local storage fix

Fixing thread local storage when running on the
Linux platform in the test mode

* [EGD-4075] Improve image generation

Improve image generation script on the linux platform

* [EGD-4075] Fix all test with FAT fs image

Fix all tests with fatfs image

* [EGD-4075] Fix calculator utility test

* [EGD-4075] Image dependencies fix

* Remove uneeded comments

* Missing headers in CR

* [EGD-4075] Fixed whitespaces

Co-authored-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
ad626ebc — KacperLewandowski 5 years ago
[EGD-3857] Create calculator application
b3375624 — Lucjan Bryndza 5 years ago
Devel/l.bryndza/freertos fat as a submodule (#828)

* [EGD-4016] Remove FREERTOSFAT before submodule add

* [EGD-4016] FreeRTOS fat as a submodule

Currently VFS class has a separate implementation
which uses native Linux filesystem, so currently the
filesystem can behave differ on the emulator than in the phone.
In the linux emulator VFS should use same FAT code as the phone
and emulate block device as a file on the linux platform.

Co-authored-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
2060dd96 — Bartek Cichocki 5 years ago
[EGD-2625] added BT scan

[EGD-2625] moved btstack to mudita_develop branch
[EGD-3813] magic enums as submodule + update to 0.6.6 release
Egd-3408 Rich text  (#712)

* EGD-3408 gui::Text Rich text parser added with pugixml tree & tree walker

* EGD-3408 Fitted code in
06e3bb0f — kkleczkowski 5 years ago
Egd 3709 - Application antenna - added parameter history window. (#713)

* [EGD-3709] Applicatgion antenna switch parameters window.

* [EGD-3709] Changelog + service-antenna disabled.

* [EGD-3709] PR suggestions + missing antenna rquest.

Co-authored-by: Kuba Kleczkowski <dd>
6d22e005 — Bartek Cichocki 5 years ago
[EGD-3637] restoration of Bluetooth stack

[EGD-3637] Bluetooth hangup fix
6e5f5007 — Radoslaw Wicik 5 years ago
[EGD-3710] Update submodules paths
6e9bdb3d — Hubert Chrzaniuk 5 years ago
[EGD-3468] Fix metadata of audio files
[EGD-3464] fix playaback of mp3 files
1e603d82 — Tomas Rogala 5 years ago
[EGD-3470] Review changes
Next