Commit Graph

17 Commits

Author SHA1 Message Date
Lefucjusz
0f43423419 [MOS-996] Disable MTP protocol
Disable MTP file transfer protocol.
2023-10-26 16:20:09 +02:00
Mateusz Piesta
0a9846e4a8 [MOS-694] Move DB initialization from OS to build scripts
* Switched to DB initialization at compile time
* Organized and cleaned up db files directories(not finished completely)
* Fixed DB related unit tests
* Minor improvements to CMake
* Small fixes for GCC12 build
2023-01-19 16:41:56 +01:00
Paweł Joński
e833690c8f [MOS-288] Add community build
Add community build
Add targets for community fonts
2022-03-22 12:40:15 +01:00
Adam Dobrowolski
30487c6008 [MOS-110] Statistics api for system
Gets data from freertos and prints on frequency change depending
if it's important. Gathering is not costly, printing is though.
For less intrusive checks I would rather disable names gathering
as in worst case scenario it hangs rtos context switching till
thread id is found.
2022-02-17 16:46:56 +01:00
wojtekrzepecki
f0503057f7 [MOS-109] Add current measurement scope
added current measurement transfer over logs to plot
it on PC side
2022-02-14 13:00:47 +01:00
Alek Rudnik
05c8d3117c [EGD-7860] Fix for call error flow
Make sure it is not possible to request a call twice.
Added new error windows for general call error and
no network connection.
Make sure there are no issues when call is requested
from external app e.g. from callog or phonebook.
2021-12-09 21:06:08 +01:00
Jakub Pyszczak
0d501a63c0 [EGD-7849] Enabled sensitive data in dev build
Sensitive data are enabled by default in developer build.
2021-10-25 13:21:49 +01:00
Lucjan Bryndza
67c5de4da6 [EGD-7741] Cmake changes in the lwext4 project
Cmake changes in the LWEXT4 project

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
2021-10-07 14:39:28 +02:00
Marek Niepieklo
f4821943b1 [EGD-7224] Add option to enable/disable USB MTP
Added CMake option to enable/disable USB MTP
2021-09-08 14:42:09 +02:00
Piotr Tański
13d6915dc5 [EGD-7362] Development features flag restored
Flag removed during merge 0.76.1 into master.
2021-09-07 09:00:37 +02:00
Marek Niepieklo
7fa175ddaf [EGD-7434] Handle settings for USB stack in USB submodule CMakeLists.txt
Move out USB related flag definitions from
cmake/modules/ProjectConfig.cmake to usb_stack/CMakeLists.txt
2021-09-06 10:17:30 +02:00
Wojtek Rzepecki
1da915ace9 [BH-777] Add Bell specific ld script configuration
Added bell specific ld script configuration for
board memory layout
2021-08-18 08:40:44 +02:00
Marcin Smoczyński
f54d400500 [BH-734] Add hardware board selection
To support bell hardware one needs to distinguish between the rt1051
generic target and product's boards.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
2021-08-13 00:39:14 +02:00
Marek Niepieklo
64cfe81ec5 [CP-427] Set Mudita USB VID as default
Use Mudita USB VID/PID as default.
2021-08-05 16:29:28 +02:00
Maciej Gibowicz
aea9e64bea [EGD-7088] SDRAM configuration on T7 board
Add configuration for new, increased to 64 MB SDRAM.
2021-07-15 17:02:37 +02:00
Alek Rudnik
49b7ab8509 [EGD-7005] Removed sensitive data cellular
Removed sensitive data from service and module cellular.
Logger factory introduced to easily manage sensitive logs.
2021-07-12 12:25:04 +02:00
Radoslaw Wicik
b7622bf149 [EGD-5812] Add cmake support for Products
Move cmake scripts/modules to separate directory, adding Products will
add new more scripts so first clean up, then changes.
2021-02-22 14:13:21 +01:00