[EGD-4313] Fix usb_stack submodule path (#969)
[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
[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>
[EGD-4269] fix taglib module paths (#948)
[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>
[EGD-4162] fix fat module (#907)
[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>
[EGD-3857] Create calculator application
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>
[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
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>
[EGD-3637] restoration of Bluetooth stack [EGD-3637] Bluetooth hangup fix
[EGD-3710] Update submodules paths
[EGD-3468] Fix metadata of audio files
[EGD-3464] fix playaback of mp3 files
[EGD-3470] Review changes
removed sbini changed boot.ini -> boot.json replaced sbini code to json11 code (needs ecoboot 1.0.3)
[EGD-3436] Reimplemented parser, removed TinyFSM added unit tests, cleaned up code added changelog entry