7a3a1aaf0d
* Add 1-wire thermometer example app stub * Working 1-wire thermometer app * Refactor app to use threads * Clean up code, add comments * Add CRC checking * Increase update period * Fix error in fbt * Revert the old update period * Use settable pin in onewire_host * Use settable pin for onewire_slave * Clear EXTI flag after callback, make private methods static in onewire_slave * Do not hardcode GPIO pin number * Remove iButton hal from furi_hal_rfid * Remove most of furi_hal_ibutton * Add some of furi_hal_ibutton back * Slightly neater code * Fix formatting * Fix PVS-studio warnings * Update CODEOWNERS * Add furi_hal_gpio_get_ext_pin_number * Create README.md * FuriHal: move furi_hal_gpio_get_ext_pin_number to resources --------- Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
70 lines
3.4 KiB
Plaintext
70 lines
3.4 KiB
Plaintext
# Who owns all the fish by default
|
|
* @skotopes @DrZlo13 @hedger
|
|
|
|
# Apps
|
|
/applications/debug/bt_debug_app/ @skotopes @DrZlo13 @hedger @gornekich
|
|
/applications/debug/accessor/ @skotopes @DrZlo13 @hedger @nminaylov
|
|
/applications/debug/battery_test_app/ @skotopes @DrZlo13 @hedger @gornekich
|
|
/applications/debug/bt_debug_app/ @skotopes @DrZlo13 @hedger @gornekich
|
|
/applications/debug/file_browser_test/ @skotopes @DrZlo13 @hedger @nminaylov
|
|
/applications/debug/lfrfid_debug/ @skotopes @DrZlo13 @hedger @nminaylov
|
|
/applications/debug/text_box_test/ @skotopes @DrZlo13 @hedger @nminaylov
|
|
/applications/debug/uart_echo/ @skotopes @DrZlo13 @hedger @nminaylov
|
|
/applications/debug/usb_mouse/ @skotopes @DrZlo13 @hedger @nminaylov
|
|
/applications/debug/usb_test/ @skotopes @DrZlo13 @hedger @nminaylov
|
|
|
|
/applications/main/archive/ @skotopes @DrZlo13 @hedger @nminaylov
|
|
/applications/main/bad_usb/ @skotopes @DrZlo13 @hedger @nminaylov
|
|
/applications/main/gpio/ @skotopes @DrZlo13 @hedger @nminaylov
|
|
/applications/main/ibutton/ @skotopes @DrZlo13 @hedger @gsurkov
|
|
/applications/main/infrared/ @skotopes @DrZlo13 @hedger @gsurkov
|
|
/applications/main/nfc/ @skotopes @DrZlo13 @hedger @gornekich @Astrrra
|
|
/applications/main/subghz/ @skotopes @DrZlo13 @hedger @Skorpionm
|
|
/applications/main/u2f/ @skotopes @DrZlo13 @hedger @nminaylov
|
|
|
|
/applications/plugins/bt_hid_app/ @skotopes @DrZlo13 @hedger @gornekich
|
|
/applications/plugins/picopass/ @skotopes @DrZlo13 @hedger @gornekich
|
|
|
|
/applications/services/bt/ @skotopes @DrZlo13 @hedger @gornekich
|
|
/applications/services/cli/ @skotopes @DrZlo13 @hedger @nminaylov
|
|
/applications/services/crypto/ @skotopes @DrZlo13 @hedger @nminaylov
|
|
/applications/services/desktop/ @skotopes @DrZlo13 @hedger @nminaylov
|
|
/applications/services/dolphin/ @skotopes @DrZlo13 @hedger @nminaylov
|
|
/applications/services/power/ @skotopes @DrZlo13 @hedger @gornekich
|
|
/applications/services/rpc/ @skotopes @DrZlo13 @hedger @nminaylov
|
|
|
|
/applications/services/bt_settings_app/ @skotopes @DrZlo13 @hedger @gornekich
|
|
/applications/services/desktop_settings/ @skotopes @DrZlo13 @hedger @nminaylov
|
|
/applications/services/dolphin_passport/ @skotopes @DrZlo13 @hedger @nminaylov
|
|
/applications/services/power_settings_app/ @skotopes @DrZlo13 @hedger @gornekich
|
|
|
|
/applications/system/storage_move_to_sd/ @skotopes @DrZlo13 @hedger @nminaylov
|
|
|
|
/applications/debug/unit_tests/ @skotopes @DrZlo13 @hedger @nminaylov @gornekich @Astrrra @gsurkov @Skorpionm
|
|
|
|
/applications/examples/example_thermo/ @skotopes @DrZlo13 @hedger @gsurkov
|
|
|
|
# Assets
|
|
/assets/resources/infrared/ @skotopes @DrZlo13 @hedger @gsurkov
|
|
|
|
# Documentation
|
|
/documentation/ @skotopes @DrZlo13 @hedger @drunkbatya
|
|
/scripts/toolchain/ @skotopes @DrZlo13 @hedger @drunkbatya
|
|
|
|
# Lib
|
|
/lib/ST25RFAL002/ @skotopes @DrZlo13 @hedger @gornekich
|
|
/lib/STM32CubeWB/ @skotopes @DrZlo13 @hedger @gornekich
|
|
/lib/digital_signal/ @skotopes @DrZlo13 @hedger @gornekich
|
|
/lib/infrared/ @skotopes @DrZlo13 @hedger @gsurkov
|
|
/lib/lfrfid/ @skotopes @DrZlo13 @hedger @nminaylov
|
|
/lib/libusb_stm32/ @skotopes @DrZlo13 @hedger @nminaylov
|
|
/lib/mbedtls/ @skotopes @DrZlo13 @hedger @nminaylov
|
|
/lib/micro-ecc/ @skotopes @DrZlo13 @hedger @nminaylov
|
|
/lib/nanopb/ @skotopes @DrZlo13 @hedger @nminaylov
|
|
/lib/nfc/ @skotopes @DrZlo13 @hedger @gornekich @Astrrra
|
|
/lib/one_wire/ @skotopes @DrZlo13 @hedger @gsurkov
|
|
/lib/subghz/ @skotopes @DrZlo13 @hedger @Skorpionm
|
|
|
|
# CI/CD
|
|
/.github/workflows/ @skotopes @DrZlo13 @hedger @drunkbatya
|