Adam Dobrowolski
d1d34e558b
[CP-688] Changed cmake so that it would accept version as parameter
...
We are guessing verion in scripts, when we should take it as parameter
2021-10-05 17:36:34 +02:00
Marcin Smoczyński
bd90e57516
[BH-907] Split utils module into components
...
Split module-utils into smaller components for better dependency
management. Fix many dependencies throughout the project.
Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com >
2021-09-23 15:14:40 +02:00
Marek Niepieklo
3bdc27a104
[CP-270] Replace CRC32 library
...
Replaced CRC-32 lib from csbruce.com/software/ with
github.com/stbrumme/hash-library
2021-06-29 13:47:59 +02:00
Radoslaw Wicik
1a2e12af1a
[BH-373] Convert utils json into a lib
...
Moving json to a third-party standalone library.
2021-06-11 09:41:44 +02:00
Radoslaw Wicik
943fef9643
[BH-353] Add Documentation for main targets
...
* clean up mimimu required cmake version
* fixes for release workflow
Add documentation for targets, fixes for cmake
and release workflow.
2021-06-11 09:07:41 +02:00
Lukasz Skrzypczak
7fee0d9cfb
[BH-378] Utils move log to library
...
Moved log to separate library
2021-06-08 12:24:29 +02:00
Paweł Joński
5ad878c6c4
[BH-371] Replace gsl with mainline submodule and move to third-party
...
Replacing loose gsl files with gsl mainline project as submodule
and moving it to third-party
2021-06-07 09:30:04 +02:00
Alek Rudnik
93c4675d1d
[EGD-6701] System time usage fixes
...
Fixed all calls to stdlib time.
Removed all redundant calls to Timestamp treated as time source.
2021-05-27 16:54:44 +02:00
Lucjan Bryndza
9b2dedadf5
[EGD-5915] Fix parse boot.json
...
boot.json should't be modified by the MuditaOS
and it also causes issue with broken boot.json
after update
Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com >
2021-05-20 16:03:11 +02:00
Pawel.Paprocki
ce82aad981
[BH-358] Add Move TPLIB (CRC32) to separate directory
...
Change directory location and update CMAKE
2021-05-19 12:25:37 +02:00
Wiktor S. Ovalle Correa
3b141041e9
[EGD-5737] Merge master into experimental
...
Keep experimental up to date with changes from master
2021-02-17 17:09:37 +01:00
Wiktor S. Ovalle Correa
4614846d38
[EGD-5590] Fix boot config procedure
...
Boot config procedure was outdated and didn't actually work
2021-02-17 17:08:18 +01:00
Borys Jelenski
0f0192a8b4
[EGD-5072] Refactor legacy VFS functions
...
Functions were refactored and renamed for better readability.
Some of them were moved to different files. In stat_vfs function
the order of member initializations was corrected.
2021-02-17 17:07:41 +01:00
Lucjan Bryndza
dcc72e0bec
[EGD-5332] Fix heap size and other merge fixes
...
After merge with master we are unable to run any application
It was caused by the insufficent heap size
2021-02-17 17:06:49 +01:00
Lucjan Bryndza
37aee3901c
[EGD-5165] Fix emulator crash on lfs and fat
...
Disk access was not protected by the mutex and race contition
occurs when multiple access was made for lfs and fat.
Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com >
2021-02-17 17:05:31 +01:00
Lucjan Bryndza
32de9ec671
[EGD-5102] Fix compile on rt1051 platform
...
It is initial commmit which fix compilation after
vfs. global object removal. It still need implementation
newlib syscalls.
2021-02-17 17:02:15 +01:00
Lucjan Bryndza
6c4c4e8aef
[EGD-5098] Fix and remove old vfs class
...
Fix and remove global vfs object remove all old data
included in the vfs.hpp class
2021-02-17 16:06:33 +01:00
Adam Dobrowolski
5995cfa6ff
[EGD-5451] Cleaned i18n header from vfs
...
internationalization is included nearly everywhere in system it
should not be polluted with include which is to be removed
2021-01-31 11:24:37 +01:00
Lucjan Bryndza
f56609aa3b
[EGD-4502] Fix and remove old vfs boot
...
Remove old vfs bootconfig from the vfs which
will be removed in the later commit
2020-12-22 09:26:30 +01:00