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
kkleczkowski
013422e519
Cellular messages ( #110 )
...
* WiP on porting sms to new cmux.
* [cellular-messages] WiP concatented messages.
* [cellular-messages] Sending sms and concatenated sms.
* [cellular-messages] WiP concatenated messages.
* [cellular-messages] Fixed deserialising multiple frames.
* [cellular-message] Demo app + cellular api.
* [cellular-message] Added text input selection
* [cellular-messages] Fixed font size.
* .gitignore update
* [cellular-messages] cleanup and rm source/version.hpp.
* [cellular-messages] PR suggestions.
* [cellular-messages] Fixed merge overwrites, rest of PR suggestions.
* [cellular-messages] Pr suggestions.
* [cellular-messages] PR suggestions again.
2019-12-17 09:51:05 +01:00
Alek-Mudita
10b2925cf2
added timestamp in logging ( #95 )
2019-11-29 11:36:04 +01:00
Alek-Mudita
8b167d1809
Fix for calling ( #91 )
...
* fix for not switching to active call
* Added missing icons during unaswered outgoing call + some error logging
* Added additional logging to AT commands
defult timeout set to 300 ms.
Set different timeouts per each AT command.
Minor code refactoring.
* Added some logging, fixed some timeouts and number of returned tockens.
* commented out not needed log
* Added LOG_CUSTOM logging support. Remove unnecessary LOG_ERRORS.
* set ATA cmd timeout to 90 sec
* PR fixes
2019-11-29 11:18:57 +01:00
Adam Dobrowolski
ceefd7abb2
[EGD-2335] Added missing file
2019-11-27 11:09:52 +01:00
RomanKubiak
99417b974f
UTILS: added Utils.hpp with some useful std::string methods I use
...
in Phonebook and can be reused in the future, namespace utils::
is introduced
2019-11-19 13:59:57 +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
pholat
6e329ce836
time utility readme updated
2019-10-03 10:16:05 +02:00
pholat
a71c3963d8
Utils: time conversions utilitiy added
...
* utils::time::Locale - class for Locale loading/management for i18n
* Time generall class for time conversions
* SysTime specialized class for time conversion based on systime
2019-10-03 10:16:05 +02:00
pholat
5a2f8eb705
UTF8: added operators: std::string() && stream<<
2019-10-03 10:16:05 +02:00
Robert Borzecki
59d6522dcd
Merge branch 'master' of github.com:muditacom/PurePhone into EGD-2015_database_model
2019-08-26 12:32:25 +02:00
Robert Borzecki
d8389b7c9a
Added browse mode.
2019-08-26 06:57:35 +02:00
Robert Borzecki
edf7e8ac57
Fixed getText in Text widget.
2019-08-22 11:53:28 +02:00
Robert Borzecki
962fbb9a5d
Fixed bug with removing UTF8 character at specified index.
2019-08-22 06:52:49 +02:00
Mateusz
0342924aab
WiP: Turned off PLL3 as it's not used
2019-08-21 14:05:05 +02:00
Robert Borzecki
ecc2a86e1c
Merge branch 'master' of github.com:muditacom/PurePhone into EGD-2015_database_model
2019-08-20 18:26:47 +02:00
Robert Borzecki
cb13c40947
Fixed kbd profile error with loading hex values.
2019-08-20 13:02:35 +02:00
Robert Borzecki
bf620c3413
Added displaying text lines in text widget.
2019-08-19 13:58:52 +02:00
Robert Borzecki
fc93b81be9
Added insert, encode and expand functions for UTF8 class.
2019-08-19 09:52:47 +02:00
Robert Borzecki
6d122c5749
Added text splitting function for text widget.
2019-08-16 14:42:19 +02:00
Mateusz
6536bf8477
WiP: SAI driver dev
2019-08-12 19:57:41 +02:00
Kuba
1c3d0001a9
Merge branch 'master' of github.com:muditacom/PurePhone into service-alarms
2019-07-26 12:19:59 +02:00
Mati
a002f1ac79
Added GSL C++ library. It has very useful features which are not yet implemented in current C++ standard.
2019-07-18 20:32:28 +02:00
Kuba
2744e423c5
Merge branch 'master' of github.com:muditacom/PurePhone into service-alarms
2019-07-18 11:10:20 +02:00
Kuba
4046f4e324
Unit tests for Alarms database. Fixes and code cleanup for alarms database.
2019-07-16 14:48:12 +02:00
Mateusz
8f6a63aafc
Merge remote-tracking branch 'origin/master' into module-cell
2019-07-15 15:22:20 +02:00
Robert Borzecki
5cf1cf8a11
Added change language flow.
2019-07-10 11:40:20 +02:00
Mati
71a5539e8c
Fixed BusChannelsCustom.hpp compilation problems
2019-07-08 10:17:11 +02:00
Robert Borzecki
8913bf6fc3
Fixed [] operator fot utf8.
2019-06-24 13:47:44 +02:00
Robert Borzecki
1e34c1b07d
Memory access problem.
2019-06-12 10:44:33 +02:00
Mati
2918195e2c
Slight change in records API(constructors)
2019-06-07 14:16:57 +02:00
Mati
4453bb780b
Merge remote-tracking branch 'origin/master' into module-db
2019-06-06 08:28:02 +02:00
Mati
b65ca68b78
SMSRecord + ThreadRecord implementation
2019-06-05 12:31:42 +02:00
Robert Borzecki
70bf6b3031
Merge branch 'master' of github.com:muditacom/PurePhone into module-apps
2019-06-03 12:03:33 +02:00
Mati
2782c6b3ea
Added i18 module
2019-06-03 09:09:22 +02:00
Mati
7046f980d8
Added SMSTable unittests. Small updates in implementation
2019-05-28 08:48:58 +02:00
Mati
11f7db46c8
Fixed compilation errors, tested vfs on target
2019-05-22 09:48:59 +02:00
Mati
386c818009
Massive cleaning
2019-05-22 08:28:56 +02:00
Mati
31ed37aba4
Removed submodule's version files
2019-05-22 07:56:54 +02:00
Robert Borzecki
077581d5b2
Made linux compilation working.
2019-05-21 23:55:42 +02:00
Robert Borzecki
d3235d54d7
Removed submodule
2019-05-21 23:35:00 +02:00
Mati
ca0d93d614
FIxed typo
2019-05-21 09:05:47 +02:00
Mati
00977163b2
Added master branch tracking to submodule
2019-05-21 08:43:50 +02:00
Mati
e96247ad0a
Submodules update, .gitignore update
2019-05-09 09:28:25 +02:00
Mati
1b627c49a8
Bug fixes
2019-05-08 15:07:32 +02:00