2021-01-05 03:55:28 +00:00
|
|
|
# CTO owns all the code by default
|
2021-01-04 22:44:47 +00:00
|
|
|
|
2021-01-05 03:55:28 +00:00
|
|
|
* @glitchcore
|
2021-01-04 22:44:47 +00:00
|
|
|
|
2021-01-05 03:55:28 +00:00
|
|
|
# unknow applications
|
2021-01-04 22:44:47 +00:00
|
|
|
|
2021-01-05 03:55:28 +00:00
|
|
|
applications/** @glitchcore
|
2021-01-04 22:44:47 +00:00
|
|
|
|
2021-01-04 22:20:58 +00:00
|
|
|
# assets and asset generator
|
|
|
|
|
2021-01-04 22:51:04 +00:00
|
|
|
assets/** @skotopes
|
2021-01-04 22:20:58 +00:00
|
|
|
|
|
|
|
# bootloader
|
|
|
|
|
2021-01-04 22:51:04 +00:00
|
|
|
bootloader/** @skotopes
|
2021-01-04 22:20:58 +00:00
|
|
|
firmware/targets/f4/api-hal/api-hal-boot.c @skotopes
|
|
|
|
|
|
|
|
# debug tools
|
|
|
|
|
2021-01-04 22:51:04 +00:00
|
|
|
debug/** @skotopes
|
2021-01-04 22:20:58 +00:00
|
|
|
|
|
|
|
# local target
|
|
|
|
|
2021-01-04 22:51:04 +00:00
|
|
|
firmware/targets/local/** @glitchcore
|
2021-01-04 22:20:58 +00:00
|
|
|
|
|
|
|
# BLE
|
|
|
|
|
2021-01-04 22:51:04 +00:00
|
|
|
firmware/targets/f4/ble-glue/** @skotopes
|
|
|
|
applications/bt/** @skotopes
|
2021-01-04 22:20:58 +00:00
|
|
|
|
|
|
|
# Sub-GHz
|
|
|
|
|
2021-01-04 22:51:04 +00:00
|
|
|
applications/cc1101-workaround/** @glitchcore
|
2021-01-04 22:20:58 +00:00
|
|
|
|
|
|
|
# Dolphin
|
|
|
|
|
2021-01-04 22:51:04 +00:00
|
|
|
applications/dolphin/** @skotopes
|
2021-01-04 22:20:58 +00:00
|
|
|
|
|
|
|
# GUI Stuff
|
|
|
|
|
2021-01-04 22:51:04 +00:00
|
|
|
applications/gui/** @skotopes
|
2021-01-04 22:20:58 +00:00
|
|
|
|
|
|
|
# iButton
|
|
|
|
|
2021-01-04 22:51:04 +00:00
|
|
|
applications/ibutton/** @DrZlo13
|
2021-01-04 22:20:58 +00:00
|
|
|
|
|
|
|
# IR
|
|
|
|
|
2021-01-04 22:51:04 +00:00
|
|
|
applications/irda/** @DrZlo13
|
2021-01-04 22:20:58 +00:00
|
|
|
|
|
|
|
# LF RFID
|
|
|
|
|
2021-01-04 22:51:04 +00:00
|
|
|
applications/lf-rfid/** @glitchcore
|
2021-01-04 22:20:58 +00:00
|
|
|
|
|
|
|
# Menu
|
|
|
|
|
2021-01-04 22:51:04 +00:00
|
|
|
applications/menu/** @skotopes
|
2021-01-04 22:20:58 +00:00
|
|
|
|
|
|
|
# NFC
|
|
|
|
|
2021-01-04 22:51:04 +00:00
|
|
|
applications/nfc/** @skotopes
|
FL-53: new NFC worker, A/B/F/V poll and display. (#283)
* 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
2021-01-11 12:42:25 +00:00
|
|
|
lib/ST25RFAL002/** @skotopes
|
2021-01-04 22:20:58 +00:00
|
|
|
|
|
|
|
# SD Card
|
|
|
|
|
2021-01-04 22:51:04 +00:00
|
|
|
applications/sd-card-test/** @DrZlo13
|
2021-01-04 22:20:58 +00:00
|
|
|
|
2021-01-05 03:59:19 +00:00
|
|
|
# Power control app
|
|
|
|
|
|
|
|
applications/power/** @skotopes
|
|
|
|
|
2021-01-04 22:20:58 +00:00
|
|
|
# Some applications
|
|
|
|
|
2021-01-04 22:51:04 +00:00
|
|
|
applications/music-player/** @DrZlo13
|
2021-01-05 03:59:19 +00:00
|
|
|
applications/floopper-bloopper/** @glitchcore
|
|
|
|
applications/gpio-tester/** @glitchcore
|