flipperzero-firmware/applications/tests
DrZlo13 979af6c165
Core code cleanup (#206)
* add delay function
* todo about delay_isr
* remove arduino defines and fix all apps to use core-api/hal-api
* delay for local target
* remove warnings of task_equal
* fix BSP_SD_Init
* fix USBD_static
* grio read constant pointer to gpio
* add TODO about ISR context
* const void* arg for pubsub api
* mark unused functions
* app pointers now pointed to constant apps
* fix printf format
* fix "unused" warnings in local target
* fix const pin read in local target
* fix int to pointer warnings in local target
* power read mutex error fix
* delete old makefile
* add -werror

Co-authored-by: Aleksandr Kutuzov <aku@plooks.com>
Co-authored-by: aanper <mail@s3f.ru>
2020-10-29 10:58:19 +03:00
..
furi_event_test.c Core code cleanup (#206) 2020-10-29 10:58:19 +03:00
furi_memmgr_test.c furi memory managment (#177) 2020-10-15 20:36:15 +03:00
furi_pubsub_test.c Core code cleanup (#206) 2020-10-29 10:58:19 +03:00
furi_record_test.c Pubsub core api feature (#174) 2020-10-15 21:23:18 +03:00
furi_value_expanders_test.c Core code cleanup (#206) 2020-10-29 10:58:19 +03:00
furi_valuemutex_test.c Implement ValueManager and ValueComposer (#183) 2020-10-26 12:26:15 +03:00
furiac_test.c Add minunit test framework (#168) 2020-10-10 13:32:06 +03:00
minunit_test.c Implement ValueManager and ValueComposer (#183) 2020-10-26 12:26:15 +03:00
minunit_vars_ex.h Add minunit test framework (#168) 2020-10-10 13:32:06 +03:00
minunit_vars.h Add minunit test framework (#168) 2020-10-10 13:32:06 +03:00
minunit.h Core code cleanup (#206) 2020-10-29 10:58:19 +03:00
test_index.c Core code cleanup (#206) 2020-10-29 10:58:19 +03:00