flipperzero-firmware/firmware/targets/f7/furi-hal
Albert Kharisov 9b8a139e2b
[FL-1995] New dolphin animations (part 1) (#835)
* Desktop Animation (part 1): Ugly naked ohmygod architecture
* fix butthurt, fix locked scene
* Change SD icons, fixes
* Fix level update animation
* Fixes, correct butthurt
* Clean up code
* furi_assert(0) -> furi_crash("msg")
* Gui: rename none layer to desktop, update docs.

Co-authored-by: あく <alleteam@gmail.com>
2021-11-24 19:21:12 +03:00
..
furi-hal-bootloader.c RPC: Add Virtual Display & Unify log tags (#814) 2021-11-12 16:04:35 +03:00
furi-hal-bt.c BleGlue: reorder initialization sequence, move core2 start to early stage. (#816) 2021-11-13 05:41:54 +03:00
furi-hal-clock.c RPC: Add Virtual Display & Unify log tags (#814) 2021-11-12 16:04:35 +03:00
furi-hal-clock.h [FL-1587] RFID: Clock for emulation timer from antenna (#622) 2021-09-10 05:19:02 +03:00
furi-hal-compress.c [FL-1995] New dolphin animations (part 1) (#835) 2021-11-24 19:21:12 +03:00
furi-hal-console.c UART echo app (#831) 2021-11-20 01:19:31 +03:00
furi-hal-console.h [FL-1984, FL-2004, FL-2010] USB CDC Fixes (#801) 2021-11-04 22:33:28 +03:00
furi-hal-crypto.c RPC: Add Virtual Display & Unify log tags (#814) 2021-11-12 16:04:35 +03:00
furi-hal-delay.c RPC: Add Virtual Display & Unify log tags (#814) 2021-11-12 16:04:35 +03:00
furi-hal-flash.c BleGlue: reorder initialization sequence, move core2 start to early stage. (#816) 2021-11-13 05:41:54 +03:00
furi-hal-flash.h [FL-1991] Rewrite flash driver (#813) 2021-11-10 12:53:00 +03:00
furi-hal-gpio.c [FL-1587] RFID: Clock for emulation timer from antenna (#622) 2021-09-10 05:19:02 +03:00
furi-hal-gpio.h [FL-1587] RFID: Clock for emulation timer from antenna (#622) 2021-09-10 05:19:02 +03:00
furi-hal-i2c.c RPC: Add Virtual Display & Unify log tags (#814) 2021-11-12 16:04:35 +03:00
furi-hal-ibutton.c Nfc: fix incorrect type castings. Global: fix printf usage, types casting, overall cleanup. Drivers: incorrect array index in cc1101 driver. (#713) 2021-09-21 12:34:16 +03:00
furi-hal-interrupt.c RPC: Add Virtual Display & Unify log tags (#814) 2021-11-12 16:04:35 +03:00
furi-hal-interrupt.h [FL-1587] RFID: Clock for emulation timer from antenna (#622) 2021-09-10 05:19:02 +03:00
furi-hal-irda.c [FL-1490] FuriHal: crypto api. Crypto cli tool. (#702) 2021-09-15 12:59:49 +03:00
furi-hal-light.c RPC: Add Virtual Display & Unify log tags (#814) 2021-11-12 16:04:35 +03:00
furi-hal-lock.c [FL-1994] Add Saved Struct (#804) 2021-11-03 20:22:49 +03:00
furi-hal-nfc.c RPC: Add Virtual Display & Unify log tags (#814) 2021-11-12 16:04:35 +03:00
furi-hal-os-timer.h [FL-1819][FL-1848] About: hw, fw, boot version screens. Misc corrections of the About screens. (#719) 2021-09-24 14:56:27 +03:00
furi-hal-os.c RPC: Add Virtual Display & Unify log tags (#814) 2021-11-12 16:04:35 +03:00
furi-hal-os.h [FL-1587] RFID: Clock for emulation timer from antenna (#622) 2021-09-10 05:19:02 +03:00
furi-hal-power.c RPC: Add Virtual Display & Unify log tags (#814) 2021-11-12 16:04:35 +03:00
furi-hal-pwm.c [FL-1587] RFID: Clock for emulation timer from antenna (#622) 2021-09-10 05:19:02 +03:00
furi-hal-pwm.h [FL-1587] RFID: Clock for emulation timer from antenna (#622) 2021-09-10 05:19:02 +03:00
furi-hal-resources.c [FL-1587] RFID: Clock for emulation timer from antenna (#622) 2021-09-10 05:19:02 +03:00
furi-hal-resources.h [FL-1587] RFID: Clock for emulation timer from antenna (#622) 2021-09-10 05:19:02 +03:00
furi-hal-rfid.c RPC: Add Virtual Display & Unify log tags (#814) 2021-11-12 16:04:35 +03:00
furi-hal-sd.c [FL-1587] RFID: Clock for emulation timer from antenna (#622) 2021-09-10 05:19:02 +03:00
furi-hal-spi-config.c [FL-1587] RFID: Clock for emulation timer from antenna (#622) 2021-09-10 05:19:02 +03:00
furi-hal-spi-config.h [FL-1587] RFID: Clock for emulation timer from antenna (#622) 2021-09-10 05:19:02 +03:00
furi-hal-spi.c RPC: Add Virtual Display & Unify log tags (#814) 2021-11-12 16:04:35 +03:00
furi-hal-spi.h [FL-1587] RFID: Clock for emulation timer from antenna (#622) 2021-09-10 05:19:02 +03:00
furi-hal-subghz.c [FL-2047] SubGhz: New GUI ReadRAW view (#832) 2021-11-24 16:59:45 +03:00
furi-hal-task.c [FL-1587] RFID: Clock for emulation timer from antenna (#622) 2021-09-10 05:19:02 +03:00
furi-hal-task.h [FL-1587] RFID: Clock for emulation timer from antenna (#622) 2021-09-10 05:19:02 +03:00
furi-hal-uart.c UART echo app (#831) 2021-11-20 01:19:31 +03:00
furi-hal-uart.h UART echo app (#831) 2021-11-20 01:19:31 +03:00
furi-hal-usb_i.h USB-UART: New GUI (#826) 2021-11-21 18:17:43 +03:00
furi-hal-usb-cdc_i.h USB-UART: New GUI (#826) 2021-11-21 18:17:43 +03:00
furi-hal-usb-cdc.c USB-UART: New GUI (#826) 2021-11-21 18:17:43 +03:00
furi-hal-usb-hid.c USB-UART: New GUI (#826) 2021-11-21 18:17:43 +03:00
furi-hal-usb.c USB-UART: New GUI (#826) 2021-11-21 18:17:43 +03:00
furi-hal-vcp.c USB-UART: New GUI (#826) 2021-11-21 18:17:43 +03:00
furi-hal-version.c RPC: Add Virtual Display & Unify log tags (#814) 2021-11-12 16:04:35 +03:00
furi-hal-vibro.c RPC: Add Virtual Display & Unify log tags (#814) 2021-11-12 16:04:35 +03:00
furi-hal.c USB-UART: New GUI (#826) 2021-11-21 18:17:43 +03:00