|
|
2 лет назад | |
|---|---|---|
| apple_ble_spam | 2 лет назад | |
| esp_flasher | 2 лет назад | |
| multi_fuzzer | 2 лет назад | |
| nfc_maker | 2 лет назад | |
| wifisniffer | 2 лет назад | |
| .gitignore | 2 лет назад | |
| .gitremotes | 2 лет назад | |
| README.md | 2 лет назад | |
| application.fam | 2 лет назад | |
| avr_isp | 2 лет назад | |
| dap_link | 2 лет назад | |
| hid_app | 2 лет назад | |
| mass_storage | 2 лет назад | |
| mayhem_camera | 2 лет назад | |
| mayhem_marauder | 2 лет назад | |
| mayhem_morseflash | 2 лет назад | |
| mayhem_motion | 2 лет назад | |
| mayhem_nannycam | 2 лет назад | |
| mayhem_qrcode | 2 лет назад | |
| mfkey32 | 2 лет назад | |
| music_player | 2 лет назад | |
| nfc_magic | 2 лет назад | |
| nfc_rfid_detector | 2 лет назад | |
| picopass | 2 лет назад | |
| spi_mem_manager | 2 лет назад |
Bundle of external apps tweaked for Xtreme
Apps we use for Xtreme are all modified (some lots more than others). This includes:
input keyboard to type with PC keyboardApps made by the Xtreme team are just kept as code in the main branch. Others instead come from elsewhere and need tweaks applied. Due to how Git works we can't just make edits in a submodule and publish it as a signle repo like that. Our changes need to be committed and tracked somewhere, but we didn't want to have a fork repo for each app. Instead we use fork branches:tm: where the code for the apps is in branches of this same repo and the main branch has submodules to other branches this same repo. As for pulling updates from the upstream repositories, remotes are not kept when pushing and cloning, so we use a modular system:
git config --local include.path ../.gitremotes (this makes your git config import the file .gitremotes).gitremotes file which contains configuration for its upstream remotegit merge-upstream