flipperzero-firmware/core/furi
gornekich 9bce160ca6
[FL-1722] BLE custom serial service (#685)
* ble: remove heart rate profile
* ble-glue: delete dead code
* ble-glue: dis refactoring
* ble-glue: add battery service
* broken ble_common refactoring
* ble-glue: advertise 128 bit service uid
* ble-glue: remove dead code
* ble: advertise service 16 bit uid depending on flipper color
* ble-glue: remove debug
* ble: intriduce serial service
* ble: serial over ble
* bt: serial echo server
* bt: serial service process indicate acknowledge
* bt: serial service event handler update
* bt: refactore battery service
* bt: add battery level apdate API
* power: update battery level on change
* bt: refactore device information service

Co-authored-by: あく <alleteam@gmail.com>
2021-09-10 00:11:32 +03:00
..
check.c F6: USB glue cleanup and fixes (#666) 2021-08-22 13:43:45 +03:00
check.h F6: USB glue cleanup and fixes (#666) 2021-08-22 13:43:45 +03:00
common_defines.h [FL-1722] BLE custom serial service (#685) 2021-09-10 00:11:32 +03:00
log.c [FL-977] Internal Storage (#455) 2021-05-11 11:29:44 +03:00
log.h [FL-1147] System logging (#434) 2021-04-30 14:20:33 +03:00
memmgr_heap.c [FL-1609] Redirected malloc, calloc, realloc and free functions from newlib to freertos heap. (#604) 2021-07-25 15:37:43 +03:00
memmgr_heap.h [FL-1191][FL-1524] Filesystem rework (#568) 2021-07-23 15:20:19 +03:00
memmgr.c [FL-1609] Redirected malloc, calloc, realloc and free functions from newlib to freertos heap. (#604) 2021-07-25 15:37:43 +03:00
memmgr.h [FL-1250, FL-1252, FL-1323, FL-1324] New IRDA Application (part 1) (#497) 2021-06-02 18:16:05 +03:00
pubsub.c [FL-781] FURI, CLI, stdlib: stdout hooks, integration between subsystems, uniform printf usage (#311) 2021-01-29 03:09:33 +03:00
pubsub.h [FL-41] api-hal doxygen documentation (#387) 2021-03-24 12:35:33 +03:00
record.c Consistent furi_assert usage across project. (#392) 2021-03-31 21:05:00 +03:00
record.h [FL-41] api-hal doxygen documentation (#387) 2021-03-24 12:35:33 +03:00
stdglue.c Rename api-hal to furi-hal (#629) 2021-08-08 21:03:25 +03:00
stdglue.h [FL-41] api-hal doxygen documentation (#387) 2021-03-24 12:35:33 +03:00
thread.c Applications: add stack_size to keypad_test and assert in furi thread (#620) 2021-08-02 18:32:15 +03:00
thread.h [FL-1326] Move heap4 allocator to furi core and add allocation tracing capability (#529) 2021-06-23 17:48:44 +03:00
valuemutex.c [FL-781] FURI, CLI, stdlib: stdout hooks, integration between subsystems, uniform printf usage (#311) 2021-01-29 03:09:33 +03:00
valuemutex.h [FL-41] api-hal doxygen documentation (#387) 2021-03-24 12:35:33 +03:00