6928122650
* GUI: view. Flooper-blooper fix compilation error. * GUI: view and viewdispatcher bones * GUI: view implementation, view models, view dispatcher * GUI: view navigation, model refinement. Power: use view, view dispatcher. * HAL Flash: proper page write. Dolphin: views. Power: views * Dolphin: transition idle scree to Views * Dolphin: input events on stats view. Format sources. * HAL: flash erase. Dolphin: permanent state storage. * Dolphin: first start welcome. HAL: flash operation status, errata 2.2.9 crutch. * NFC: rewrite worker * NFC: add support for B,F,V. * NFC: replace rfal irq hanlder with realtime thread, more details about cards. * Bootloader: LSE and RTS shenanigans, LED control, morse code for LSE failure error. * F4: stop in Error_Handler * BLE: handle working FUS, but empty radio stack. * HAL: alive FUS is now sufficient for flash controller access * Dolphin: update model after state load * NFC: detect navigation * RFAL: use osPriorityISR for isr thread * NFC: emulation * Bootloader: rollback incorrectly merged rename * Dolphin: rollback incorrectly merged changes * RFAL: remove volatile from thread attr * RFAL: do not call platform ErrorHandler, error codes is enough * NFC: improved error handling * Format sources * NFC: reset detect view model on start * Format sources * update codeowners * NFC: hide last info if no card detected
77 lines
1.0 KiB
Plaintext
77 lines
1.0 KiB
Plaintext
# CTO owns all the code by default
|
|
|
|
* @glitchcore
|
|
|
|
# unknow applications
|
|
|
|
applications/** @glitchcore
|
|
|
|
# assets and asset generator
|
|
|
|
assets/** @skotopes
|
|
|
|
# bootloader
|
|
|
|
bootloader/** @skotopes
|
|
firmware/targets/f4/api-hal/api-hal-boot.c @skotopes
|
|
|
|
# debug tools
|
|
|
|
debug/** @skotopes
|
|
|
|
# local target
|
|
|
|
firmware/targets/local/** @glitchcore
|
|
|
|
# BLE
|
|
|
|
firmware/targets/f4/ble-glue/** @skotopes
|
|
applications/bt/** @skotopes
|
|
|
|
# Sub-GHz
|
|
|
|
applications/cc1101-workaround/** @glitchcore
|
|
|
|
# Dolphin
|
|
|
|
applications/dolphin/** @skotopes
|
|
|
|
# GUI Stuff
|
|
|
|
applications/gui/** @skotopes
|
|
|
|
# iButton
|
|
|
|
applications/ibutton/** @DrZlo13
|
|
|
|
# IR
|
|
|
|
applications/irda/** @DrZlo13
|
|
|
|
# LF RFID
|
|
|
|
applications/lf-rfid/** @glitchcore
|
|
|
|
# Menu
|
|
|
|
applications/menu/** @skotopes
|
|
|
|
# NFC
|
|
|
|
applications/nfc/** @skotopes
|
|
lib/ST25RFAL002/** @skotopes
|
|
|
|
# SD Card
|
|
|
|
applications/sd-card-test/** @DrZlo13
|
|
|
|
# Power control app
|
|
|
|
applications/power/** @skotopes
|
|
|
|
# Some applications
|
|
|
|
applications/music-player/** @DrZlo13
|
|
applications/floopper-bloopper/** @glitchcore
|
|
applications/gpio-tester/** @glitchcore
|