Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-10[FL-2188] Fix Desktop crush: stub dolphin stats (#950)Albert Kharisov
* Fix Desktop crush: stub dolphin stats Fix Desktop crash on butthurt > 11, so hardcoded animations are always available. Stub good dolphin stats till correct deeds management implemented. * Update ReadMe to match real project structure. Co-authored-by: あく <alleteam@gmail.com>
2022-01-05Naming and coding style convention, new linter tool. (#945)あく
* Makefile, Scripts: new linter * About: remove ID from IC * Firmware: remove double define for DIVC/DIVR * Scripts: check folder names too. Docker: replace syntax check with make lint. * Reformat Sources and Migrate to new file naming convention * Docker: symlink clang-format-12 to clang-format * Add coding style guide
2021-12-05Hackathone session: bugfixes and documentation update (#869)あく
* ReadMe: update flashing scripts section * Furi: add record exists method to record store. * FuriHal: early OS init and i2c timeouts based on os ticks. * Storage: replace malloc with furi_alloc, fix errors found by pvs. * iButton: properly handle shutdown in cli search command * SubGhz: proper argument type in sscanf and incorrect position of logging in switch.
2021-12-01Fix typos (#857)Oleg Kalachev
2021-11-18Simpler build, less dependencies (#827)Anna Prosvetova
* Simpler build, less dependencies * Follow ugly python linter * Introduce Brewfile & Update Readme * Make dist.sh target-specific * Tidy up make output * Get rid of cat and truncate (I still love cats tho) * Suppress dd output * Long live the cat
2021-11-16Storage: move factory reset to the place it belongs, add gui version. (#822)あく
2021-10-21Update ReadMe (#780)DanyaE
2021-10-21[FL-1970, FL-1965, FL-1872, FL-1689] Python framework, Scripts and fixes (#779)あく
* Scripts: add flipper lib, migrate ob to flipper lib, update ob.data * Makefile: speedup build with phony target for .d files * FuriHal,U8G2: full MGG display support and ERC contrast tuning. * Desktop: fix dolphin rename artifact. * Scripts: port otp.py to flipper scripting lib. * Scripts: add wipe and core1 flashing to flash.py, remove obsolete shell scripts * Scripts: replace core1 flashing script with global makefile. * Scripts: final touches and migration to python. Root Makefile for everything.
2021-10-17Readme: update target (#768)Anna Prosvetova
Co-authored-by: あく <alleteam@gmail.com>
2021-10-03[FL-1906] Documentation: add Doxyfile, prepare sources for doxygen. (#741)あく
* Documentation: add Doxyfile, prepare sources for doxygen. * Update ReadMe and remove obsolete CLA * Add contribution guide * Contributing: update text * Correct spelling
2021-09-10fix: correct the docker-compose command. (#691)DF
Co-authored-by: Anna Prosvetova <anna@prosvetova.me> Co-authored-by: あく <alleteam@gmail.com>
2021-09-09ReadMe: fix typo (#692)Pavel Kulyov
2021-08-17Fix readme consistency issues (#652)Nemanja Nedeljković
* Correct notation for checked checkbox in markdown * Cleanup image and link notation for consistency * Syntax highlighting * Update alt for images and fix incorrect link Co-authored-by: あく <alleteam@gmail.com>
2021-08-16DFU make rule, update Readme (#650)Anna Prosvetova
Co-authored-by: あく <alleteam@gmail.com>
2021-08-08Rename api-hal to furi-hal (#629)あく
2021-07-24[FL-1533] CI refactoring (#601)rusdacent
* rename artifacts * add workflow with date * add debug * Add branch name to artifact name and rm genpic job * Add branch name to artifact name for upload job * Add branch restrictions for dev and user branches * Add branch restrictions for dev and user branches * Add cleanup workspace for upload job * Test ignore branch * Test release CI workflow * Rename release CI * Add pre-release trigger * Rm branch restriction for CI * Add release trigger * rm branch restriction for CI * rm genpic job * Github: refactor actions, move linting to parallel actions, separate forlder for artifacts, build cleanup * Github: build date and commit hash on branches and tag on tags * Github: minor artifacts name cleanup * Github: decontaminate previous build leftovers * Github: better decontamination and release build SUFFIX * Github: fetch before decontamitation * Github: change decontamination logic, jump to first commit if submodules are broken * ReadMe: update links to latest firmware and images Co-authored-by: あく <alleteam@gmail.com>
2021-06-18Update readme to match new release folder (#522)あく
2021-04-30Recator application build system: cleaner flags naming, set release flag to ↵あく
yes by default, include unit test and debug apps (#443)
2021-04-30Update full.bin in command line (#439)shevv
* Update full.bin in command line * Updated command according to the current link for full.bin * Update ReadMe.md Co-authored-by: あく <alleteam@gmail.com>
2021-04-29Replace broken link in ReadMe (#437)shevv
2021-02-15Refactoring CI for storage with updates (#339)rusdacent
* refactor CI * fix depends for genpic CI * fix paths for dfu files * fix list of upload files * add debug for upload * bump version for docker-layer-caching * edit opts for rsync * Add clear remote dir * Add bin file for upload * Add new template for pic * rm debug commands * restore prod params for gen pic * fix link to firmware
2021-01-29Update readme, add flashing scripts (#316)あく
2021-01-20[FL-140] Core api dynamic records (#296)DrZlo13
* SYSTEM: tickless mode with deep sleep. * Move FreeRTOS ticks to lptim2 * API: move all sumbodules init routines to one place. Timebase: working lptim2 at tick source. * API Timebase: lp-timer routines, timer access safe zones prediction and synchronization. FreeRTOS: adjust configuration for tickless mode. * NFC: support for tickless mode. * API Timebase: improve tick error handling in IRQ. Apploader: use insomnia mode to run applications. * BLE: prevent sleep while core2 starting * HAL: nap while in insomnia mode * init records work * try to implement record delete * tests and flapp * flapp subsystem * new core functions to get app stat, simplify core code * fix thread termination * add strdup to core * fix tests * Refactoring: remove all unusued parts, update API usage, aggreagate API sources and headers, new record storage * Refactoring: update furi record api usage, cleanup code * Fix broken merge for freertos apps * Core, Target: fix compilation warnings * Drop firmware target local * HAL Timebase, Power, Clock: semaphore guarded access to clock and power modes, better sleep mode. * SD-Filesystem: wait for all deps to arrive before adding widget. Core, BLE: disable debug dump to serial. * delete old app example-ipc * delete old app fatfs list * fix strobe app, add input header * delete old display driver * comment old app qr-code * fix sd-card test, add forced widget update * remove unused new core test * increase heap to 128k * comment and assert old core tests * fix syntax Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2020-12-28Remove obsolete target. Cleanup and update ReadMe. (#279)あく