Commit Graph
9 Commits
Author SHA1 Message Date
05ef19b07a Pubsub core api feature (#174)
* fixed inline functions for modern C standart

* pubsub api, base version

* basic test for pubsub

* update applications.mk, add test file

* more test for pubsub

* remove unimplemented files, cleanup header file

* remove legacy tests, check unsubscribe not call cb

* implement deleting mutex, fail test

* release mutex before deleting

Co-authored-by: aanper <mail@s3f.ru>
2020-10-15 21:23:18 +03:00
59740349fa furi memory managment (#177)
* memory managment calls now forwarded to freertos heap

* memory managment tests

* local target test compability

* rename heap.c file to heap_4.c for local target and explicity init heap in single thread context

* rebase BlockLink_t struct

* check mutex in local heap

Co-authored-by: aanper <mail@s3f.ru>
2020-10-15 20:36:15 +03:00
d33e16dae1 Update .gitignore (#176)
Co-authored-by: coreglitch <mail@s3f.ru>
2020-10-14 14:11:08 +03:00
DrZlo13andGitHub 1b85fa69af Build firmware for target without bootloader (#173)
* fixed inline functions for modern C standart

* Build firmware for mcu without bootloader
2020-10-13 14:55:04 +03:00
364a8e6f6c Fix input (#166)
* fixed inline functions for modern C standart

* Fix button-left and button-back setup code

* *nix fix

Co-authored-by: aanper <mail@s3f.ru>
2020-10-08 19:34:43 +03:00
59513b05ee Simple sd card driver (#162)
* fixed inline functions for modern C standart

* more stack for application

* added library

* init fatfs library

* fatfs example application

* Merge with current master

* fix typo and delete old files

* cmsis os 2 reentrance fix

* Reworked dependency wait to support multiple dependency

* Build FatFS on local target, syscall.c is target-specific.

* run local target ok

* testcase for fatfs

Co-authored-by: aanper <mail@s3f.ru>
2020-10-08 17:37:19 +03:00
04bf049612 New application, QRCode generator (#160)
* Applications dependency, initial realization

* New application, qr code generator

* better buffer clearing

Co-authored-by: aanper <mail@s3f.ru>
2020-10-05 13:33:35 +03:00
DrZlo13andGitHub ec5e5da138 Applications dependency, initial realization (#159) 2020-10-05 13:17:34 +03:00
DrZlo13andGitHub 44ab04f8d6 fixed inline functions for modern C standards (#157) 2020-10-05 13:01:20 +03:00