~aleteoryx/muditaos

ref: 8d1da669365f6d3ace09617006cf84e684cbde8d muditaos/third-party d---------
494121a1 — Mateusz Piesta 2 years ago
[MOS-892] Fixed MTP/FS integration issues

Fixed regression introduced by MOS-544.
0742ef84 — Lefucjusz 3 years ago
[MOS-890] Fix invalid filename after copying from Win11

Update usb_stack submodule after fix
for filename corruption.
942b837f — Bartosz 3 years ago
[MOS-71] Add clearing USB CDC buffer after reconnect/init

Fixes an issue, when somehow transmission is interrupted
and rest of the buffer is being transmitted,
 altering the original message
a9ebeb4f — Mateusz Piesta 3 years ago
[MOS-544] MTP integration issues

* It's now possible to rename files using MTP
* Fixed issue with fs notification being sent from MTP
before file transfer is complete. This resulted in audio
tracks appearing on the MusicPlayer list while still being transferred.
fd5f7f18 — Bartosz 3 years ago
[MOS-872] Extended json11 supported types

Moved statvfs to stack from heap
27cf1931 — Bartosz 3 years ago
[MOS-765] Fixed crash on invalid ID3 tag

Bumped taglib version to latest master
Added sanity check for version field in tag parser in taglib
so in case of damaged/invalid tag it returns no tag at all

It was caused by zipped mp3 files and renamed to mp3 again
6f4bedbc — Lukasz Mastalerz 3 years ago
[CP-1413] Windows displays wrong name of connected device

Changes in usb_stack
3b2e1ef6 — Lukasz Mastalerz 3 years ago
[CP-1665] Adding an information about device colour to USB descriptor

Getting information about device colour and changing it to number.
Pass information about device colour to usb_stack.
Set a bcdDevice with the corresponding value.
b281a39f — Lefucjusz 3 years ago
[MOS-744] Fix MTP integration

Fixed issues with integration
of MTP with filesystem:
- fixed memory corruption in
get_disk_properties();
- removed spare space hack
causing MTP to return invalid
free space and capacity of
the storage;
- added mtime and ctime
handling;
- minor code cleanup.
6ebd1550 — Maciej-Mudita 3 years ago
[MOS-686] Revert - Fix the accessibility of user files by MTP

This reverts commit 42ca53a732487f7dabf5e06ee4c03f73c329882b.
42ca53a7 — Maciej-Mudita 3 years ago
[MOS-686] Fix the accessibility of user files by MTP

User files accessible via MTP only if phone is unlocked
5fc2f024 — Mateusz Piesta 3 years ago
[CP-1560] MTP root path

Make MTP root path configurable.
523eb6f5 — Lucjan Bryndza 3 years ago
[MOS-513] Fix issues related to the GCC12 gcc

Fix issues related to the GCC 12
Fix paths for ignore license headers
3343f028 — Adam Dobrowolski 3 years ago
[MOS-266] Call StateMachine implementation

With some tests, documentation and so on
7a9ba7ff — Paweł Joński 3 years ago
[BH-1448] MTP closing routine and VCOM reset routine

MTP closing routine and VCOM reset routine
1ea2c453 — Mateusz Piesta 3 years ago
[BH-1452] Remove board directory from module-os

Moved board-specific code to module-bsp.
Extracted several smaller CMake targets to avoid
circural dependencies and reduce compile time.
619685d7 — Maciej Gibowicz 3 years ago
[MOS-339] Fix rapid change of CPU frequency

After disconnecting the USB cable, the CPU consumption
increased to over 80% (for 4 MHz), which resulted
in a cyclical change in the CPU frequency and finally
a much shorter battery life.
2f42cd5e — Mateusz Piesta 3 years ago
[BH-1424] FreeRTOS update

Updated FreeRTOS source code to 10.4.6.
Moved FreeRTOS sources to the third-party directory.
Added necessary changes to the CMake configuration.
Split FreeRTOSConfig.h. From now, each board has its own.
Added missing log headers.
Minor refactor of the module-os cmake.
Fixed stack overflows in bell application main and time service.
cc02ffff — Adam Dobrowolski 3 years ago
[MOS-258] System profile util works with separate rtt

Profiling Move RTT handling to interfacing library
Library for msgpack sink
magic enum updated
performance monitor fixups
314415bc — Maciej Gibowicz 3 years ago
[MOS-333] Energy optimization for the usb stack

Switching USB PLL and USB PHY
for current consumption saving
Next