~aleteoryx/muditaos

ref: 72198cdcfb3a70af61919b70b1980bebe9f26042 muditaos/module-utils d---------
[EGD-2975] Added Network Access Technology support
70a4b21c — Mateusz Grzywacz 5 years ago
[EGD-3045] Magnetometer driver (#788)

* [EGD-3045] magnetometer driver - timer polling approach
- magneto pin mux
- magneto reg structs
- magneto irq skeleton
- bluetooth irq handler moved
- dedicated i2c methods
- bitfields parsed and populated explicitly
* [misc] big endian ↔ long conversion in Utils + UT
bf260952 — Lucjan Bryndza 5 years ago
[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>
1d62ecd9 — Radosław Wicik 5 years ago
[EGD-3852] Add missing virtual destructor (#876)

e131dae6 — Przemyslaw Brudny 5 years ago
[EGD-3743] Removed old doxygen copyright statements from project.
2276ceed — Radoslaw Wicik 5 years ago
[EGD-3743] Update copyrights in fies
ba4640c4 — KacperLewandowski 5 years ago
[EGD-3469] ServiceTime - start
df87b94b — Tomas Rogala 5 years ago
[EGD-3469] Rework DB
ad626ebc — KacperLewandowski 5 years ago
[EGD-3857] Create calculator application
7b4a706c — Adam Dobrowolski 5 years ago
EGD-4036 Application windows - added register mechanism

* Moved ApplicationLauncher to separate files - declutering
* WindowsStore renamed to WindowsFactory - Store needs to be splitted toavoid antipattern
* Options window build dynamically onBeforeShow
* Dialog windows dynamically built
491e4fb7 — RobertPiet 5 years ago
[EGD-3789] main network window
[EGD-3789] OptionSetting intoduced as a base to handle settings windows
[EGD-3789] added icons on/off/bt/right arrow
[EGD-3789] btn_ok icon used
24c927ef — Piotr Tanski 5 years ago
[EGD-3988] SMS thread for a specific contact shall be splitted into separate ones if multiple phone numbers are available. (#801)

f5aec044 — Piotr Tanski 5 years ago
[EGD-3838] Introduced a meditation progress bar with simple implementation of meditation application. (#783)

680c8168 — Radoslaw Wicik 5 years ago
[EGD-3998] New db engine (3.33.0) and vfs passing PRAGMA support back to sqlite
0014dae2 — Lucjan Bryndza 5 years ago
[EGD-3854] Removing goto's from the code (#797)

It is generic cleanup task for removing all goto files

Co-authored-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
a0956f06 — Krzysztof Móżdżyński 5 years ago
[EGD-3780] Fix emoji insertion
2df98eea — Jakub Pyszczak 5 years ago
[EGD-3841] Add audio vibration and enable sound option
b89d6cca — Tomas Rogala 5 years ago
[EGD-3700] Time display on rt1051 - rework
d7d132ed — Marcin Smoczyński 5 years ago
[EGD-3798] remove utf8 test output (#775)

Test result parsers are failing due to excessive output of one of utf8's
tests.
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
Next