Lucjan Bryndza
194368db9d
[EGD-5047] Add support for newlib time
...
Add support for newlib time standard syscalls.
2021-03-02 10:20:41 +01:00
Mateusz Grzegorzek
0b75c6299d
[EGD-4873] Add colors to rt1051 logs
...
Bring back possibility to get colorful logs from rt1051.
Colored logs can be now turned on in runtime using
Logger::enableColors method.
2021-02-10 18:19:32 +01:00
Mateusz Grzegorzek
0c3cc549b6
[EGD-4706] Change log for RT1051 and Linux platform
...
Unify log for RT1051 and linux platform.
Add Logger class where common functions
for RT1051 and Linux are stored.
2021-01-11 12:39:15 +01:00
Mateusz Grzegorzek
caa4ecec76
Revert "[EGD-4532] Implement dumping logs to a file for RT1051 ( #1114 )" ( #1197 )
...
This reverts commit 3572f1bf79 .
2020-12-15 13:30:24 +01:00
Mateusz Grzegorzek
3572f1bf79
[EGD-4532] Implement dumping logs to a file for RT1051 ( #1114 )
...
Dump logs to a file on RT1051 after reaching 80% of log buffer utilization.
2020-12-03 16:56:49 +01:00
Mateusz Grzegorzek
9d35def14d
[EGD-4477] Dump logs to a file for linux ( #1081 )
...
[EGD-4477] Implement dumping logs to a file for linux
2020-11-27 11:26:02 +01:00
breichel
5be842fc7d
Egd 3676 ( #824 )
...
[EGD-3676] Version of PIN SIM handling with mockuped actions (messages)
2020-11-02 14:36:16 +01:00
kkleczkowski
10e5542676
Egd 4143 Service antenna enabled. ( #936 )
...
* [EGD-4143] WiP service-antenna enabled.
* [EGD-4143] Fixed service timer, connetion status from store.
* [EGD-4143] Changelog.
* [EGD-4143] Fixes after rebase.
* [EGD-4143] Service-antenna LOG disabled.
* [EGD-4143] PR suggestions.
* [EGD-4143] Duplicated includes removed.
Co-authored-by: Kuba Kleczkowski <dd>
2020-10-29 15:07:22 +01:00
Lucjan Bryndza
bf2609524c
[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 >
2020-10-22 10:34:12 +02:00
Radoslaw Wicik
2276ceed67
[EGD-3743] Update copyrights in fies
2020-10-20 12:55:10 +02:00
Radoslaw Wicik
680c8168e5
[EGD-3998] New db engine (3.33.0) and vfs passing PRAGMA support back to sqlite
2020-10-09 12:46:51 +02:00
Adam
f5f27d642f
EGD-2955 EGD-3588 Timers fully refactored & updated ( #721 )
...
* Timers now are Application thread safe
* Timers now have consistent API independend of Application (no more c style timers)
* Timers can have either: callback or override onTimer() method - this
way we can create more complicated timers or just use existing ones
* gui::Timer added via adapter class GuiTimer to decouple sys::Timer
with gui::Timer
* Fixed race in wrapper
* Updated docs
* fixed using std and cpp_freertos and DataReceivedHandler hidden in Application.hpp
2020-10-02 14:04:57 +02:00
Maciej Gibowicz
a9985de158
[EGD-2369] sprintf clean up ( #677 )
2020-09-21 11:18:13 +02:00
Radoslaw Wicik
22d003ad61
[EGD-3233] Make log messages finish with linux line end.
2020-05-28 17:23:52 +02:00
Alek-Mudita
36be49c15b
Egd 3046 unexpected reset ( #274 )
...
* [EGD-3046] fix HF handler
added boot reason printing and clearing
* [EGD-3046] added prining of GPR_5 on checking boot reason
* [EGD-3046] added halt if debugging
* [EGD-3046] halt if debugging only in exit
* [EGD-3046] rename
* [EGD-3046] added DEBUG check
* [EGD-3046] fixed formatting
* [EGD-3046] fixed includes
2020-04-01 16:34:56 +02:00
Przemyslaw Brudny
c0822b6658
[EDG-3019] Moved log.hpp and debug.hpp into main PurePhone repo
2020-03-24 15:55:32 +01:00
Adam Dobrowolski
abe6813ce6
EGD-3026 Wall Werror and Wextra added to project
2020-03-24 14:17:12 +01:00
Przemyslaw Brudny
8f92715951
[EDG-3019] Segger utils moved to git submodule
2020-03-23 18:37:37 +01:00
Przemyslaw Brudny
67db9e5885
[EDG-2995] FreeRTOSV10 Core tracing patch moved to separate directory, cleanups.
2020-03-20 14:28:57 +01:00
Przemyslaw Brudny
8f3cc846d2
[EGD-2978] SystemView build parameter added and log_redirect cleanups
2020-03-20 14:28:57 +01:00
Przemyslaw Brudny
e7cb0cb579
[EGD-2978] Formatter cleanups
2020-03-20 14:28:57 +01:00
Przemyslaw Brudny
2f30344740
[EGD-2978] Performance improvements, RTT logs redirected to SystemView
2020-03-20 14:28:57 +01:00
Radoslaw Wicik
a8573a404c
Apply new style
2020-03-17 10:03:16 +01:00
Adam Dobrowolski
ae915f3512
[EGD-2571] Clenup: removed MessageType static_casts, fixed debug.h defines. Added GPIO event
2020-02-12 13:31:13 +00:00
Adam Dobrowolski
b5c9af497c
[LOG] Added log runtime filtering option
2020-02-11 08:04:03 +00:00
Alek-Mudita
0079a845c7
EGD-2417 Logging from irq, hard fault handler and assert ( #112 )
...
* Logging from IRQ and hard fault handler
* *logging from assert
* assert instead of while(1) in hard fault handler
* added log in _exit(); + no abort instead of assert in hardfaulthandler
* disable scheduler in _exit()
2019-12-20 09:01:28 +01:00
Alek-Mudita
10b2925cf2
added timestamp in logging ( #95 )
2019-11-29 11:36:04 +01:00
Adam Dobrowolski
d430ca6b14
Bluetooth: review aplied
2019-10-14 15:32:06 +02:00
Adam Dobrowolski
8c2622b2c2
Bluetooth compiles and starts on Purephone and Linux fine
2019-10-14 15:32:06 +02:00
Adam Dobrowolski
d54746b8e5
Bluetooth: enabled proper bluetooth library logging
2019-10-14 15:32:06 +02:00
Adam Dobrowolski
d03a6ed2d7
Bluetooth: Post master rebase fixups
2019-10-14 15:32:06 +02:00
Adam Dobrowolski
07a89b0294
Bluetooth: Handled via servive & worker - drops data
...
BlueKitchen requests from data, which doesn't mean it knows amount
need - need to provide handling to buffer in Uart handler - than
copy form handler on request, then sent notification when ready
2019-10-14 15:32:06 +02:00
Mateusz
2c7b14d564
Fix: Parsing file attributes in VFS::listdir method
2019-10-09 13:23:06 +02:00
Mati
11f7db46c8
Fixed compilation errors, tested vfs on target
2019-05-22 09:48:59 +02:00
Robert Borzecki
d3235d54d7
Removed submodule
2019-05-21 23:35:00 +02:00