Skip to content

Commit

Permalink
build(deps): bump .standard-firmware from cf74dd2 to 52b5966 (#272)
Browse files Browse the repository at this point in the history
Bumps [.standard-firmware](https://github.com/flipperdevices/flipperzero-firmware) from `cf74dd2` to `52b5966`.
- [Release notes](https://github.com/flipperdevices/flipperzero-firmware/releases)
- [Commits](flipperdevices/flipperzero-firmware@cf74dd2...52b5966)

---
updated-dependencies:
- dependency-name: ".standard-firmware"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent e761705 commit 7dfc53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .standard-firmware
Submodule .standard-firmware updated 60 files
+1 −71 .github/workflows/build.yml
+75 −0 .github/workflows/build_compact.yml
+1 −6 .github/workflows/lint_and_submodule_check.yml
+1 −1 .github/workflows/merge_report.yml
+0 −2 .github/workflows/pvs_studio.yml
+1 −1 .github/workflows/reindex.yml
+4 −0 ReadMe.md
+0 −1 applications/debug/unit_tests/furi/furi_memmgr_test.c
+118 −90 applications/debug/unit_tests/rpc/rpc_test.c
+5 −3 applications/main/gpio/gpio_items.c
+1 −1 applications/main/gpio/scenes/gpio_scene_usb_uart.c
+2 −1 applications/main/ibutton/ibutton.c
+2 −1 applications/main/ibutton/ibutton_i.h
+6 −5 applications/main/ibutton/scenes/ibutton_scene_save_name.c
+0 −1 applications/main/infrared/scenes/infrared_scene_universal_ac.c
+7 −3 applications/main/lfrfid/lfrfid.c
+3 −2 applications/main/lfrfid/lfrfid_i.h
+6 −3 applications/main/lfrfid/scenes/lfrfid_scene_save_name.c
+5 −1 applications/main/nfc/nfc.c
+4 −4 applications/main/nfc/scenes/nfc_scene_save_name.c
+5 −1 applications/main/subghz/scenes/subghz_scene_read_raw.c
+3 −1 applications/main/subghz/scenes/subghz_scene_receiver.c
+9 −4 applications/main/subghz/scenes/subghz_scene_save_name.c
+5 −4 applications/main/subghz/subghz_i.c
+0 −3 applications/services/desktop/desktop.c
+0 −1 applications/services/gui/canvas.c
+4 −3 applications/services/gui/gui.c
+0 −1 applications/services/gui/view_dispatcher.c
+40 −7 applications/services/gui/view_port.c
+1 −0 applications/services/gui/view_port_i.h
+1 −1 applications/services/power/power_service/power.c
+11 −0 applications/services/rpc/rpc.c
+24 −9 applications/services/rpc/rpc_storage.c
+21 −0 applications/settings/system/system_settings.c
+1 −1 assets/protobuf
+0 −46 documentation/RoadMap.md
+1 −0 fbt_options.py
+5 −3 firmware/targets/f18/api_symbols.csv
+50 −47 firmware/targets/f18/furi_hal/furi_hal_resources.c
+1 −0 firmware/targets/f18/furi_hal/furi_hal_resources.h
+5 −3 firmware/targets/f7/api_symbols.csv
+0 −1 firmware/targets/f7/ble_glue/ble_glue.c
+0 −1 firmware/targets/f7/ble_glue/services/gatt_char.c
+3 −1 firmware/targets/f7/furi_hal/furi_hal_nfc.c
+27 −31 firmware/targets/f7/furi_hal/furi_hal_resources.c
+1 −0 firmware/targets/f7/furi_hal/furi_hal_resources.h
+1 −0 firmware/targets/furi_hal_include/furi_hal_rtc.h
+8 −1 lib/drivers/bq27220.c
+4 −4 lib/nfc/nfc_device.c
+2 −1 lib/nfc/nfc_device.h
+8 −2 lib/nfc/protocols/mifare_classic.c
+2 −1 lib/subghz/protocols/raw.c
+2 −1 lib/subghz/types.h
+1 −1 lib/toolbox/SConscript
+75 −0 lib/toolbox/name_generator.c
+35 −0 lib/toolbox/name_generator.h
+0 −35 lib/toolbox/random_name.c
+0 −17 lib/toolbox/random_name.h
+1 −1 lib/update_util/update_manifest.c
+10 −5 scripts/fwflash.py

0 comments on commit 7dfc53b

Please sign in to comment.