Commit Graph

1357 Commits

Author SHA1 Message Date
Marcin Smoczyński
f7c8af86c8 renderer: disable address sanitizer
Disable address sanitizier due to a bug in sigc library which results in
false positive report in the PurePhone process.
2020-04-08 18:07:57 +02:00
Adam Dobrowolski
106220d75b [FIX] '%s' check build-linux fail fixed 2020-04-08 14:00:45 +02:00
rkubiak01
bdb48fb7e5 added sbini library for simple C INI parser support
EGD-2922
2020-04-08 12:40:50 +02:00
Adam Dobrowolski
86353db8f5 EGD-3055 Make tests compile on linux 2020-04-08 12:23:53 +02:00
Adam Dobrowolski
6d4b2aeb3a EGD-3055 Target_Linux populate asan to all targets build & linkage
With all flags linking of asan was failing in missing symbols
2020-04-08 12:23:53 +02:00
Adam Dobrowolski
4b938794f6 EGD-3055 Service cellular ask for time after logging to netwrok 2020-04-08 12:23:53 +02:00
Adam Dobrowolski
2b07ca005f EGD-3055 use PRIu64 to log time 2020-04-08 12:23:53 +02:00
Adam Dobrowolski
6c6d9208df EGD-3055 Added misssing break in dr_flac.c 2020-04-08 12:23:53 +02:00
Adam Dobrowolski
4a61f400e7 EGD-3055 Fixed printf issues 2020-04-08 12:23:53 +02:00
Adam Dobrowolski
621f8b14d2 EGD-3055 Updated jlinkscript so that it would try to trigger high state on PS_EN
It works via gdb, doesn't work via jlikscript though
2020-04-08 12:23:53 +02:00
Adam Dobrowolski
56d3665717 EGD-3055 Cleaned up StartJLinkServer.sh
* added and tested option to dump `info threads` and threads backtrace via gdb
* parameters added
2020-04-08 12:23:53 +02:00
Adam Dobrowolski
602cbe6c92 EGD-3055 CMake flags cleanup - moved global flags from target to general scope 2020-04-08 12:23:53 +02:00
Adam Dobrowolski
9697f261ec EGD-3055 Fixed erroneous software loading on Phone caused by low power 2020-04-08 12:23:53 +02:00
Adam Dobrowolski
42ccb924cf EGD-3055 FreeRTOS asssert fixed, added force printf check on logging macros in log.h 2020-04-08 12:23:53 +02:00
Marcin Smoczyński
f9b4ebfba4 rt1051: merge text sections
Having one .text sections results in faster loading speed (currently 21
vs 44 seconds).
2020-04-07 22:39:26 +02:00
Radoslaw Wicik
7f73bb6bc7 [EGD-3042] Use fixed version of docker image in CI 2020-04-07 13:07:20 +02:00
Radoslaw Wicik
ea7d364cbd [EGD-3042] Enable UT in CI 2020-04-07 13:07:20 +02:00
Radoslaw Wicik
bbc3a35d64 [EGD-3042] Update CI scripts 2020-04-07 13:07:20 +02:00
Radoslaw Wicik
d88aa361f7 [EGD-3037] Add python to path in docker 2020-04-07 13:07:20 +02:00
Radoslaw Wicik
d31affe660 [EGD-3037] Add locale and tzdata to docker to resolve utils time UT error 2020-04-07 13:07:20 +02:00
Radoslaw Wicik
1c16b46daf [EGD-3042] Update GitHub worker to use custom docker image
Add Github Action
2020-04-07 13:07:20 +02:00
Radoslaw Wicik
edaaa61baa [EGD-3037] Container build based 2020-04-07 13:07:20 +02:00
Radoslaw Wicik
74aec1aa5a [EGD-3033] Update arm gcc to version 9 and bootstrap script 2020-04-07 13:07:20 +02:00
Adam Dobrowolski
769333d003 EGD-3056 Added reset option via watchdog
To use run:
```
    bsp::watchdog::init();
    bsp::watchdog::system_reset();
```
2020-04-03 10:41:57 +02:00
Mateusz Grzywacz
160850cd5f [EGD-3057] text out of the bound 2020-04-02 19:31:28 +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
Marcin Smoczyński
58e90939d2 vscode: use cmake tools' intellisense
Improve VSCode config:
 - automatically use proper build directory
 - use intellisense from cmake.tools plugin
 - don't use OS dependent paths
2020-04-01 11:55:05 +02:00
rkubiak01
608380d3d8 modified boot procedure, discards failsafe image
add crc32 files for boot.ini and boot.ini.bak for
backups
or config files are hidden and begin with a "."
2020-03-31 16:00:23 +02:00
rkubiak01
c8f9c4d210 BOOT: new boot procedure proposal in a MD file for discussion 2020-03-31 16:00:23 +02:00
Mateusz Grzywacz
035e29c407 [EGD-3047] T4 gsm status pin mux pull-up value 2020-03-31 13:07:49 +02:00
rkubiak01
c83546c332 added crc32 as a submodule 2020-03-31 11:41:50 +02:00
Adam Dobrowolski
c1c5ba9530 enable breakpoints on hw failure 2020-03-31 11:06:56 +02:00
Mateusz Grzywacz
db6fe6509e [EGD-3031] Show (!) besides a failed message 2020-03-27 15:44:41 +01:00
Mateusz Grzywacz
a406dd7810 [EGD-3031] Add exclamation mark icon for messages (png + vpi) 2020-03-27 15:44:41 +01:00
Mateusz Grzywacz
8771a7f39f [EGD-3031] refactor sms bubble build 2020-03-27 15:44:41 +01:00
Pawel Olejniczak
524a55a751 [EGD-2960] Add lambda for single char comparison in PhonbookModel 2020-03-27 09:17:24 +01:00
Pawel Olejniczak
ef676cb20a [EGD-2960] Apply code formatting after changes in searchResultsModel 2020-03-27 09:17:24 +01:00
Pawel Olejniczak
98296e3a0d [EGD-2960] Add some lambdas to simplify SearchResultsModel 2020-03-27 09:17:24 +01:00
Pawel Olejniczak
e30bc6767f [EGD-2960] Replace some shared pointers with unique pointers 2020-03-27 09:17:24 +01:00
Pawel Olejniczak
ffc1c8421b [EGD-2960] Apply code formatting to the changed files 2020-03-27 09:17:24 +01:00
Pawel Olejniczak
e6a0727843 [EGD-2960] Use first letter of primary name instead of alternative name in search results 2020-03-27 09:17:24 +01:00
Pawel Olejniczak
f9e1573320 [EGD-2960] Fix crash when scrolling up search results 2020-03-27 09:17:24 +01:00
Pawel Olejniczak
645c4077c0 [EGD-2960] Fix app crash by checking if index is not below 0 2020-03-27 09:17:24 +01:00
Mateusz Grzywacz
85702d9647 review fixes 2020-03-26 22:08:26 +01:00
Mateusz Grzywacz
13f8faef5b [EGD-3032] charger fixes - remove temp battery level polling 2020-03-26 22:08:26 +01:00
Mateusz Grzywacz
cb88646bb7 [EDG-3032] charger fixes - WCINOKB is never used (because WCIN is NC) 2020-03-26 22:08:26 +01:00
Adam Dobrowolski
e75fa39df2 EGD-3034 PR applied 2020-03-26 15:25:01 +01:00
Adam Dobrowolski
e39045aa52 cellular_state Better naming, removed unused enum 2020-03-26 15:25:01 +01:00
Adam Dobrowolski
8526c051ce cellular_state ServiceCellular states moved to states 2020-03-26 15:25:01 +01:00
Alek-Mudita
a449edc03d [EGD-3039] fix for time conversion UT (#269) 2020-03-26 12:58:53 +01:00