flipperzero-firmware/core/furi
SG 153666f73f
F6: USB glue cleanup and fixes (#666)
* USB-CDC: accepting the next data packet only if we process previous data
* USB-CDC: use USB FS packet size
* HAL-console: puts method
* Check: print assertion data
* FuriHal: rx stream free space aware CDC confirmation.
* Bootloader: pull down USB lines, leave the rest to the firmware or bootloader
* F6: cleanup and move USB code to usb-glue folder, add USB suspend/resume events to VCP, cleanup target.mk, fix missing motd message in cli when using minicom.
* F5: cleanup the rest of USB glue code, adjust LPM and Power info data in descriptor.

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2021-08-22 13:43:45 +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
log.c
log.h
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
pubsub.c
pubsub.h
record.c
record.h
stdglue.c Rename api-hal to furi-hal (#629) 2021-08-08 21:03:25 +03:00
stdglue.h
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
valuemutex.h