[EGD 4449] display backlight (#1120)
* [EGD-4449] Added fsl drivers for pwm
* [EGD-4449] Added sketch of cpp wrapper for PWM driver
* [EGD-4449] First configuration of pwm
* [EGD-4449] Pin Mux config added
* [EGD-4449] Finalized basic configuration
* [EGD-4449] Added layer of eink frontlight control
* [EGD-4449] Added to worker event
* [EGD-4449] Added getter for brightness level
* [EGD-4449] Added mutex and clamp
* [EGD-4449] First working PWM driver configuration
* [EGD-4449] More minimalistic interface
* [EGD-4449] Cleaning and refactoring
* [EGD-4449] Connected to message system
* [EGD-4449] Added gamma correction
* [EGD-4449] PWM Start/Stop logic configuration
* [EGD-4449] Linux target file added
* [EGD-4449] Minor refactorings
* [EGD-4449] Branch style fix
* [EGD-4449] PR comments pt 1
* [EGD-4449] PR comments pt 2
* [EGD-4449] branch style fix
* [EGD-4449] PR pt3 - messages change
* [EGD-4449] Minor change
* [EGD-4449] BrightnessLevel type added
* [EGD-4449] Moved processing to EventManager
* [EGD-4449] 1-5 levels to percentage
* [EGD-4449] Fix style
Co-authored-by: Wojtek Rzepecki <wojtek.rzepecki@mudita.com>
[EGD-4382] fixes for update generation/apply scripts (#1127)
[EGD-4607] flashing: fix clearing disk partition. (#1129)
Flashing pure should clear all data from disk partition first. It's known issue that script doesn't affect all files which may cause errors. This PR adds removing Trash dir from disk partition.
[EGD-4668] Fix for not working blame in VSC (#1132)
[EGD-4382] vfs fixups (#1126)
* initial value for boot config
* run boot config methods after vfs has been marked as initialized
* type-os
* in case .boot.json is broken, re-write it with defaults
[EGD-4466] Create USSD communication window (#1117)
[EGD-4498] Virtual Filesystem Core Framework (#1074)
* [EGD-4498] Registering and unregistering VFS
* [EGD-4498] Mount structures added
* [EGD-4498] Mount filesystem completed
* [EGD-4498] Mount / unmount / and find mount impl
* [EGD-4498] Per thread directory TLS
* [EGD-4489] Absolute paths implementation
* [EGD-4498] Git ignore vim
* [EGD-4498] VFS core functions without cwd
* [EGD-4498] Other syscalls
* [EGD-4498] Code review fixes
* [EGD-4498] Code review #2
Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
* [EGD-4498] Code review small fixes vol #3
Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-4516] sim api: change pin, set/reset sim lock pin, switch sim (#1110)
Added: sim api: change pin, set/reset sim lock pin, switch sim
[EGD-4553] Notes search engine implemented. (#1112)
[EGD-4576] doc: linked to integration tests article (#1111)
Add references to Test harness README article
Added references to Test harness README in two places:
- Documentation table of contents
- Development workflow article
[EGD-4511] Added GitHub issue templates (#1085)
Add nice-looking GitHub issue templates
Added 3 new GitHub Issue templates (bug, feature, docs) so that
the future OSS community will be guided by the hand in creating
issues on the repo properly.
[EGD-4374] meditation: fix default counter settings (#1099)
[EGD-4455] Desktop windows refactored (#1095)
[EGD-4487] Application notes implemented. (#1094)
* [EGD-4487] Implementation of notes application.
[EGD-4557] implement usb-deinit (#1101)
Added usb deinit calls for rt1051 and linux
[EGD-4506] Add proposal of basic bluetooth settings data flow (#1090)
[EGD-4175] keyboard backlight (#1082)
* [EGD-4483] fix for put_64 in libmtp
* [EGD-4175] Added cpp to cmake script
* [EGD-4175] Rename to keypad_backlight and first test
* [EGD-4175] First working setup
* [EGD-4175] Remaking the interface
* [EGD-4175] Added class to event manager
* [EGD-4175] Cleaning
* [EGD-4175] Added linux target file
* [EGD-4175] Added missing deinit
* [EGD-4175] cleanup
* [EGD-4175] Added check state function
* [EGD-4175] Simpler interface
* [EGD-4175] Linux target file adjustment
* [EGD-4175] Cleanup ..
* [EGD-4175] Style check fail repair
* [EGD-4175] Another style check fix
* [EGD-4175] Applying style branch fix
* [EGD-4175] Red<->Green exchange
* [EGD-4175] PR comments pt1
* [EGD-4175] PR comments pt2
* [EGD-4175] PR comments pt3
* [EGD-4175] Another style check fix
* [EGD-4175] next PR comments
* [EGD-4175] New cpp file for evm, namespaces fix
* [EGD-4175] Last pr cleaning
* [EGD-4175] Yet another style check fix...
* [EGD-4175] Final fixes from pr
Co-authored-by: Roman Kubiak <roman.kubiak@mudita.com>
Co-authored-by: Wojtek Rzepecki <wojtek.rzepecki@mudita.com>
[EGD-4150] Change filename i18 to i18n (#1108)
Change filename of internationalization files from i18 to i18n.
I18n should stand for internationalization, not i18. That's why I changed in 'module-utils' name of the folder 'i18' and both .cpp and .hpp files to 'i18n'.
changelog: update changelog for v0.48.1 (#1104) (#1106)