[BH-887] Back to homescreen after idle
Back to homescreen after idle
[EGD-7761] Fix HFP reconnect
After connecting to another device while it was connected
HFP didn't disconnect from the previous one
[BH-872] Fix encoder hadnling
interrupt driven encoder handling
[EGD-7085] Third party licenses updated
Updated the third party licenses before the release.
[EGD-6761] Added the C++ coding guidelines
Moved C++ coding guidelines from confluence to repo.
[CP-599] Add crc hash to the last chunk of sent file
CRC was counted in one go before starting to send
chunks of the file, which, in the case of a large file,
caused communication to stop for a long while.
In the current implementation, CRC is counted
incrementally while sending individual file chunks.
It is then appended to the last chunk of the file.
[EGD-7533] Limit [EDG-7533] Limit MTP supported files
MTP supported files are limited to mp3, flac, wav
[EGD-7725] Minor clean ups and removal of dead code
Minor clean ups and removal of dead code
[EGD-7725] Tune up file system io access
Increasd io stream buffers:
- 64kB for big files with short lifetime scope
- 16kB for big files with long lifetime scope
- 1kB - dont changes default forr the rest
[EGD-7675] Sorting/repeating tracks documentation
Add Documentation to describe the implementation concept
for the sort/repeat modes in the music player.
[EGD-7692] Fixing phonebook wording
Changed ICE to emergency and added 'phone' to 'number'
[EGD-7759] Alarm audio duration fix
Alarm audio duration fix. Changed Alarm audio priority.
Fixed SpinBox bottomBar modes.
[EGD-7457] Fix Service antenna based on urc
Not needed AT commands request removed from service antenna.
[EGD-7741] Cmake changes in the lwext4 project
Cmake changes in the LWEXT4 project
Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-7757] Improve stdlib iobuf MTP for ext4 fs
Improve stdlib file transfer performance for ext4
on the MTP file transfer
Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-7741] Fix log headers in the master branch
Fix the log headers in the master branch
Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-7731] Fix issue with diropen() on rootdir
Fix issue with opendir() on the root directory
and ext4 filesystem.
Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-7587] Change user partition to ext4 fs
Add support for the EXT4 filesystem using LWEXT4
Add minor VFS fixes
Add unittest for the EXT4 partitions
Reformat partition for use EXT4 filesystem
[EGD-7587] Initial cmake of the ext4
[EGD-7587] Block driver for the ext4
Initial version of the block driver for the ext4 device
[EGD-7587] Initial version of the EXT4 fs support
Initial version of the ext4 filesystem support
Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-7587] Mount unmount initial unit tests
Mount and unmount initial unit tests
[EGD-7587] Unit tests and fixes for ext4
Unit tests and fixes for the ext4 partition
[EGD-7587[ adjust flags
Adjust ext configuration flags
[EGD-7587] Change to generate ext4 image
Change image generation script to generate ext4 image
[EGD-7584] Change cache memory settings
Change cache memory settings
[EGD-7587] Change create image flags
Change create image flags
Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-7587] Git change lwext4 to the mudita version
Change LWEXT4 to mudita version
[EGD-7587] Modify ext4 implementation
Modify ext4 implementation according to the new lwext4
mudita branch. Some issues were fixed in this branch
Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-7587] Add to VFS rmdir syscall
Add to VFS missing rmdir for compliance POSIX std
Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-7587] Change stream buffer size for fs endpoint
Increases stream buffer size, to make sure it is working faster
on ext4 partition.