Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added ability to create "loader apps" for use on Main Menu #336

Merged
merged 5 commits into from
Sep 21, 2022

Conversation

ESurge
Copy link

@ESurge ESurge commented Sep 21, 2022

What's new

Loader App

  • It's a dummy app created for the purpose of attaching an application.fam file to use with Main Menu.
  • I added a link variable to the application.fam file. It's used to specify the FAP file location needed for loading

Loader.c

  • Changed loader.c to incorporate the application.fam link variable change which lets any FAP be on the Main Menu with the use of a "loader app"
  • This removes the hard coded app loading (Clock/iButton/U2F) and creates it dynamically

Note

  • If no link variable is specified in application.fam, it's automatically set to NULL which is then ignored by loader.c when launching the app.

Verification

  • Create a dummy app using clock_loader, ibutton_loader, or u2f_loader as an example.
  • Ensure the proper application.fam details are filled in, with the location of the FAP file needed for loading.
  • Ensure loader_app is included in Main/applications.fam file
  • Build
  • Test if app shows up on Main Menu and loads FAP correctly.
  • Also test if other apps still work correctly.

Checklist (For Reviewer)

  • PR has description of feature/bug
  • Description contains actions to verify feature/bugfix
  • I've built this code, uploaded it to the device and verified feature/bugfix

Added a new variable in application.fam file to add the link to the FAP. It now supports any FAP as long as the application.fam file is formatted correctly and you create a loader "app".

If no link is specified in the application.fam file, it doesn't attempt to load a FAP.
@RogueMaster RogueMaster merged commit 48f0ad5 into RogueMaster:420 Sep 21, 2022
@RogueMaster
Copy link
Owner

Thank you, that is a lot less code than before and this will let us set as Favorites 😄

RogueMaster pushed a commit that referenced this pull request Apr 30, 2024
RogueMaster added a commit that referenced this pull request Jul 1, 2024
d93ea95f3c4 Merge quac from https://github.com/rdefeo/quac
799b27e04ff Merge picopass from https://gitlab.com/bettse/picopass
b477140 updated changelog
401cd19 updating minor version
4773c8e1265 Fix icons
c6642781013 ESubGHz Chat: Merge nfclegacy port by xMasterX
4e880df Add firmware and app version to log
f82a5943dfd Revert "Merge geiger from https://github.com/nmrr/flipperzero-geigercounter"
4049c794c8c Revert "Merge atomicdiceroller from https://github.com/nmrr/flipperzero-atomicdiceroller"
f0f16c481a8 Merge seader from https://github.com/bettse/seader
1a7bde1ab8f Merge qrcode from https://github.com/bmatcuk/flipperzero-qrcode
f651f7a4b06 Merge picopass from https://gitlab.com/bettse/picopass
d13eb7d89b1 Merge nfc_rfid_detector from https://github.com/flipperdevices/flipperzero-good-faps
5b1bf1b4b3a Merge nfc_rfid_detector from https://github.com/xMasterX/all-the-plugins
fe76bafcd81 Merge nfc_playlist from https://github.com/acegoal07/FlipperZero_NFC_Playlist
8a256b15f49 Merge nfc_magic from https://github.com/flipperdevices/flipperzero-good-faps
df861468ec3 Merge nfc_magic from https://github.com/xMasterX/all-the-plugins
2f3a0e252fe Merge mfkey from https://github.com/noproto/FlipperMfkey
6eced5f5389 Merge mfkey from https://github.com/xMasterX/all-the-plugins
5758d591ceb Merge meal_pager from https://github.com/leedave/flipper-zero-meal-pager
27feab085b9 Merge magspoof from https://github.com/zacharyweiss/magspoof_flipper
cc8e3308c1d Merge ir_intervalometer from https://github.com/Nitepone/flipper-intervalometer
7ccad501922 Merge geiger from https://github.com/nmrr/flipperzero-geigercounter
dd559f28940 Merge cross_remote from https://github.com/leedave/flipper-zero-cross-remote
edecb75a5bb Merge atomicdiceroller from https://github.com/nmrr/flipperzero-atomicdiceroller
dbec9cce532 Merge airmouse/lib/lsm6ds3tr-api from https://github.com/STMicroelectronics/lsm6ds3tr-c-pid
f35ab2bc6a8 MFKey 2.7
a80d4f530ff Bump version to 2.2
b109adf Add version to log
3d872e77d6b bug fix (again)
f5477fb66b8 bug fix (again)
153864d2b44 Release driver version 2.0.1
1ebc3ed2caf updated README.md file with tag reference and mdelay description
e7e5426 bump application version
64135f4 bump version
c93309a fix minor typo
d60b4e8 bump version
ae535f9 Handle SAM removal better
7fe02d36326 upd rfid detector
9d520fabdbe upd mfkey
f327e1a Merge branch 'elite_keygen' into 'main'
5373476 Add to readme
aa572f1 Add elite keygen attack to UI
9997036 Add VB6 RNG
ba349ffdd8d [FL-3862] Fix typos in the RFID detector app (#229)
9d49cdf Config cards
560eaa8 sort elite dict, remove a dup
1c7699859c6 Fix: Update input cb func signature
6c3d87d7da4 fix gen4 poller nfc magic
e8df6e2a0a5 Fix for new MfUltralightTypeOrigin naming
5935b90 Merge pull request #31 from leedave/feature/update_0.103.1-rc
75ed8c9 Update for compatibility with 0.103.1-rc
3128ca9 Merge pull request #20 from leedave/feature/conflict_0.103.1-rc
c5d7979 Formatting
bfecd49 Code Updats for 0.103.1-rc
34673d7cafa NFC Magic: update app with latest API (#223)
6c59ca5 Update NOTES.md
11acf7c Update md_links.yml
66731db Create md_links.yml
aa562cc Update README.md
773e4bf Merge pull request #32 from acegoal07/dev
6c2ca1a Update nfc_playlist_scene_emulation.c
1aafa39 Merge pull request #31 from acegoal07/dev
a1526ac Update nfc_playlist_scene_emulation.c
68747a6 Merge pull request #30 from acegoal07/dev
0ccb606 New Icon
95ac73f322d Merge zombiez from https://github.com/xMasterX/all-the-plugins
8c6a4084d8a Merge yatzee from https://github.com/xMasterX/all-the-plugins
46910dd0d16 Merge wav_player from https://github.com/xMasterX/all-the-plugins
32d3582cbdd Merge videopoker from https://github.com/xMasterX/all-the-plugins
4b21b4eb23c Merge unitemp from https://github.com/quen0n/unitemp-flipperzero
3f923959d61 Merge uart_terminal from https://github.com/xMasterX/all-the-plugins
b96951ef502 Merge tuning_fork from https://github.com/xMasterX/all-the-plugins
bd16644ab74 Merge timelapse from https://github.com/theageoflove/flipperzero-zeitraffer
17131b22f40 Merge timelapse from https://github.com/xMasterX/all-the-plugins
d9a964cda15 Merge tictactoe from https://github.com/xMasterX/all-the-plugins
07fe9e21666 Merge text_viewer from https://github.com/xMasterX/all-the-plugins
a7540d61c07 Merge text2sam from https://github.com/xMasterX/all-the-plugins
3b447f2de8c Merge tetris from https://github.com/xMasterX/all-the-plugins
e421ec4b016 Merge t_rex_runner from https://github.com/xMasterX/all-the-plugins
5c56445a4e1 Merge swd_probe from https://github.com/xMasterX/all-the-plugins
5c289685278 Merge spectrum_analyzer from https://github.com/xMasterX/all-the-plugins
c88bb464d44 Merge snake_2 from https://github.com/xMasterX/all-the-plugins
964d4160e32 Merge slots from https://github.com/xMasterX/all-the-plugins
840e221a7a3 Merge sentry_safe from https://github.com/xMasterX/all-the-plugins
09e1f838f94 Merge scorched_tanks from https://github.com/xMasterX/all-the-plugins
3dcd2f7b939 Merge rubiks_cube_scrambler from https://github.com/xMasterX/all-the-plugins
df45fd5c49c Merge rootoflife from https://github.com/xMasterX/all-the-plugins
1a5b5bf92f7 Merge reversi from https://github.com/xMasterX/all-the-plugins
5c5cac6a20f Merge protoview from https://github.com/xMasterX/all-the-plugins
212c1688e13 Merge pong from https://github.com/xMasterX/all-the-plugins
c0b55d90699 Merge pomodoro from https://github.com/xMasterX/all-the-plugins
02348af21b5 Merge picopass from https://gitlab.com/bettse/picopass
581c5205cfa Merge picopass from https://github.com/xMasterX/all-the-plugins
7cc3d20bf29 Merge passgen from https://github.com/xMasterX/all-the-plugins
0a9884f276e Merge paint from https://github.com/xMasterX/all-the-plugins
3f5c9dd6902 Merge nightstand_clock from https://github.com/xMasterX/all-the-plugins
a62444fe00a Merge music_player from https://github.com/flipperdevices/flipperzero-good-faps
4c8a2add22f Merge multi_fuzzer from https://github.com/DarkFlippers/Multi_Fuzzer
d3fa0fc8542 Merge multi_converter from https://github.com/xMasterX/all-the-plugins
26b1f9213f5 Merge morse_code from https://github.com/xMasterX/all-the-plugins
88f348e13e1 Merge mifare_nested from https://github.com/xMasterX/all-the-plugins
4bf3330175c Merge mifare_fuzzer from https://github.com/xMasterX/all-the-plugins
eb3a7009e59 Merge metronome from https://github.com/xMasterX/all-the-plugins
ac120110e97 Merge meal_pager from https://github.com/xMasterX/all-the-plugins
513fe8e3a1e Merge magspoof from https://github.com/zacharyweiss/magspoof_flipper
7327df90788 Merge ir_scope from https://github.com/xMasterX/all-the-plugins
6876e7e0301 Merge hex_editor from https://github.com/xMasterX/all-the-plugins
b66a67a57d6 Merge heap_defence from https://github.com/xMasterX/all-the-plugins
324384f292f Merge gps_nmea from https://github.com/xMasterX/all-the-plugins
ea31fb23b96 Merge gpio_reader_a from https://github.com/xMasterX/all-the-plugins
954606b86fa Merge geiger from https://github.com/xMasterX/all-the-plugins
84c208e863b Merge game_of_life from https://github.com/xMasterX/all-the-plugins
fbc97907b40 Merge game15 from https://github.com/xMasterX/all-the-plugins
2a517535bb0 Merge flappy_bird from https://github.com/xMasterX/all-the-plugins
68a24b56750 Merge esubghz_chat from https://github.com/xMasterX/all-the-plugins
ff07fb32f8f Merge dtmf_dolphin from https://github.com/xMasterX/all-the-plugins
f4547e55e22 Merge doom from https://github.com/xMasterX/all-the-plugins
7f0a86f0cfd Merge counter from https://github.com/xMasterX/all-the-plugins
c3ec58242cc Merge cntdown_timer from https://github.com/xMasterX/all-the-plugins
3ffae9b1f4d Merge calculator from https://github.com/xMasterX/all-the-plugins
6a810a87a74 Merge caesarcipher from https://github.com/xMasterX/all-the-plugins
56d94676c4f Merge bt_trigger from https://github.com/xMasterX/all-the-plugins
09a210988dc Merge bpmtapper from https://github.com/xMasterX/all-the-plugins
65026dc34ef Merge bomberduck from https://github.com/xMasterX/all-the-plugins
545fc1793f0 Merge barcode_gen from https://github.com/xMasterX/all-the-plugins
7801583e55f Merge asteroids from https://github.com/xMasterX/all-the-plugins
02e17637e2a Merge arkanoid from https://github.com/xMasterX/all-the-plugins
4a0f46b916d Merge airmouse from https://github.com/ginkage/FlippAirMouse/
476b1e6e96f Merge 4inrow from https://github.com/xMasterX/all-the-plugins
751d3614dfc Merge 2048 from https://github.com/xMasterX/all-the-plugins
3dba39f readme updates
ae4097d Improvements
3b8a10c5371 music_player: fix icon (#220)
b2cc1c31882 music_player: update api v.65.0 (#219)
ff023e9fe5b free properly
395f6971ddb fix barcode and nightstandclock
54c0bee5e62 fix barcode and nightstandclock
25647899dc3 redraw manually just in case
8160312416e redraw manually just in case
6d881249899 redraw manually just in case
df7d630baab redraw manually just in case
85ba7c4e763 redraw manually just in case
159d2d9363e fix icons
37b490f81e5 fix icons
c5efd93f3ee fix icons
4d2208046a1 fix icons
0b70fe9da65 fix icons
8614854d400 fix icons
5ec155d2d0e fix icons
a12fe83a3d2 bump versions for catalog
98a07685f80 bump versions for catalog
064f5c917a9 bump versions for catalog
888760a6eb4 bump versions for catalog
46a25c9a998 bump versions for catalog
9480148fe7e bump versions for catalog
85c97cedd23 bump versions for catalog
4e470d657e5 bump versions for catalog
ed8a2172a5d bump versions for catalog
0c242324ecf bump versions for catalog
780ea66fd63 bump versions for catalog
04e2d67918c bump versions for catalog
cd73fd65915 bump versions for catalog
9a790564325 bump versions for catalog
db1b20479f5 bump versions for catalog
99b4ca8abd6 bump versions for catalog
2629a89b5a9 bump versions for catalog
dfa6a00ae21 bump versions for catalog
cf2bcecd8f3 bump versions for catalog
831c30e7ecb bump versions for catalog
1cf34a02af2 bump versions for catalog
753d5e87e82 bump versions for catalog
a128abfc46e bump versions for catalog
22773dd5fb4 bump versions for catalog
27178f24af8 bump versions for catalog
6e118d63515 bump versions for catalog
bb4b930c90e bump versions for catalog
7d0551e6bff bump versions for catalog
82a62de1cb4 bump versions for catalog
75187bca101 bump versions for catalog
aa1a784196b bump versions for catalog
5ead19f0393 bump versions for catalog
b69782a7033 bump versions for catalog
7b6ad38214f bump versions for catalog
3097866176c bump versions for catalog
ba125ba96ab bump versions for catalog
9b69fd26508 bump versions for catalog
72d1202d2be bump versions for catalog
a0ebaa40e80 bump versions for catalog
d15c46cbdd6 bump versions for catalog
0e73e6defec bump versions for catalog
3ead308d2cf bump versions for catalog
a7027fb6776 bump versions for catalog
fcdac3ec698 bump versions for catalog
09f1108a298 bump versions for catalog
11a20f1c4e8 bump versions for catalog
64dd1b4b0f9 bump versions for catalog
9c053b5473a bump versions for catalog
864553ff775 bump versions for catalog
22f14bc7913 bump versions for catalog
4e0f2a6efd5 bump versions for catalog
61d040accba bump versions for catalog
a7769b1d6fb bump versions for catalog
20dcb66 Compatibility to API 65.0
6200aa1 Compatibility to SDK 65.0 f7
2ecfcd8 limit TD to fix crash and bump version
21eb0fb Replace 'Elite Dict Attack' with 'Read' in instrunctions
6da212763af free up some space in mifare nested too
1c11c095071 free some memory in esubghz chat
50d5615 Update CHANGELOG.md
8f99cf9 Merge pull request #37 from jamisonderek/master
de97ad1 Fix return values
a69929f3468 Fix duplicate defines
2c332a9636f fix reuse of define
556f7830d50 upd picopass
852769e Update README.md
3b83638 Update README.md
62fb6ed v1.5 (build on 102.3)
27de473 Update README.md
e6120e5 Update changelog
f723e6f Update README.md
473c892 Update README.md
976cb43c410 Merge esp_flasher/lib/esp-serial-flasher/submodules/stm32-cmake from https://github.com/ObKo/stm32-cmake
33e2f7009c8 Fix bulk update for subdirs
e0b5fee9422 Merge picopass/plugin from https://gitlab.com/bettse/flipper-wiegand-plugin
5755285fdc4 Merge picopass from https://gitlab.com/bettse/picopass
e6d5856 bump plugin
bbc0157 more acknowledgement line breaks
6f2d852 bump plugin
dde61924868 Add H10302, fix H10304
10bad06 bump plugin
5e2e8b25d27 clang-format
aa476ad2256 H10304
a15f66c0288 Merge pokemon_trading from https://github.com/EstebanFuentealba/Flipper-Zero-Game-Boy-Pokemon-Trading
531c6d4f678 Merge nfc_playlist from https://github.com/xMasterX/all-the-plugins
c6655ffc114 Merge mifare_nested from https://github.com/xMasterX/all-the-plugins
35f8af15f80 Merge gps_nmea from https://github.com/ezod/flipperzero-gps
d371767d602 Merge esubghz_chat from https://github.com/xMasterX/all-the-plugins
79751e59132 Merge airmouse from https://github.com/xMasterX/all-the-plugins
24769ce Update FUNDING.yml
7603594 Update nfc_playlist_scene_emulation.c
e384834 Merge pull request #32 from AEtherC0r3/add_m10q-5883
f6cf995 Add M10Q-5883 to the list of tested modules
783fd936174 upd nfc playlist
bfc2840c781 upd airmouse
1b4c21b68c4 fix build
6e0b27b3edd fix build
d6e56cf65b3 Airmouse: Update name for LSM6DSO
56ac7d818ff Fix nfclegacy
797864056e6 Format
cd4879a1785 Add airmouse/lib/lsm6ds3tr-api from https://github.com/STMicroelectronics/lsm6ds3tr-c-pid
a369e5ecf14 Add airmouse/lib/lsm6dso-api from https://github.com/STMicroelectronics/stm32-lsm6dso
4f3c5f303b1 Add airmouse/lib/bmi160-api from https://github.com/boschsensortec/BMI160_SensorAPI
1a63f9260ff Submodules
4d953ae718f Merge timelapse from https://github.com/xMasterX/all-the-plugins
dd67e140427 Merge nightstand_clock from https://github.com/xMasterX/all-the-plugins
d8cd9248c9d Merge nfc_playlist from https://github.com/acegoal07/FlipperZero_NFC_Playlist
d6c633d9c69 Fix merge
31c8d467b21 Merge zombiez from https://github.com/xMasterX/all-the-plugins
211f9310251 Merge wiiec from https://github.com/xMasterX/all-the-plugins
41992e4dc83 Merge wifi_scanner from https://github.com/xMasterX/all-the-plugins
824e458de09 Merge videopoker from https://github.com/xMasterX/all-the-plugins
cf56337b200 Merge tuning_fork from https://github.com/xMasterX/all-the-plugins
cfb26b3b629 Merge totp from https://github.com/xMasterX/all-the-plugins
fad2bd459d7 Merge tictactoe from https://github.com/xMasterX/all-the-plugins
70139865ee2 Merge tetris from https://github.com/xMasterX/all-the-plugins
9f0ea5d9afd Merge tanks from https://github.com/xMasterX/all-the-plugins
21fccf6fba8 Merge tama_p1 from https://github.com/xMasterX/all-the-plugins
651261b912e Merge t_rex_runner from https://github.com/xMasterX/all-the-plugins
e29261eb579 Merge subghz_playlist from https://github.com/xMasterX/all-the-plugins
9c3a4269703 Merge solitaire from https://github.com/xMasterX/all-the-plugins
585ec84172b Merge snake_2 from https://github.com/xMasterX/all-the-plugins
033e9e10307 Merge slots from https://github.com/xMasterX/all-the-plugins
4188ee9b001 Merge sentry_safe from https://github.com/xMasterX/all-the-plugins
a0bb541547a Merge scorched_tanks from https://github.com/xMasterX/all-the-plugins
c25a108c5d0 Merge rootoflife from https://github.com/xMasterX/all-the-plugins
e0361baa6bd Merge rc2014_coleco from https://github.com/xMasterX/all-the-plugins
97b5a2d29ea Merge quac from https://github.com/rdefeo/quac
1ba815bc8e1 Merge quac from https://github.com/xMasterX/all-the-plugins
2c8406fd987 Merge qrcode from https://github.com/bmatcuk/flipperzero-qrcode
fc30e1249f4 Merge qrcode from https://github.com/xMasterX/all-the-plugins
29359baebe9 Merge picopass from https://github.com/xMasterX/all-the-plugins
d72b7c7e8d5 Merge passgen from https://github.com/xMasterX/all-the-plugins
58b0e1bb6a7 Merge nrf24sniff from https://github.com/xMasterX/all-the-plugins
932728cd43b Merge nrf24scan from https://github.com/xMasterX/all-the-plugins
de9f481eedc Merge nrf24mousejacker from https://github.com/xMasterX/all-the-plugins
8f4489c4f8f Merge nrf24batch from https://github.com/xMasterX/all-the-plugins
09d37088999 Merge music_player from https://github.com/xMasterX/all-the-plugins
5854f7a391d Merge multi_converter from https://github.com/xMasterX/all-the-plugins
9866280eeca Merge morse_code from https://github.com/xMasterX/all-the-plugins
9ad05917e5f Merge mifare_nested from https://github.com/xMasterX/all-the-plugins
82a27018bf4 Merge mfkey from https://github.com/xMasterX/all-the-plugins
e50f3c0eb45 Merge metronome from https://github.com/xMasterX/all-the-plugins
5eded3f2565 Merge meal_pager from https://github.com/leedave/flipper-zero-meal-pager
16781ae844d Merge mayhem_qrcode from https://github.com/eried/flipperzero-mayhem
2895fcc4686 Merge mayhem_nannycam from https://github.com/eried/flipperzero-mayhem
7fe3710f782 Merge mayhem_motion from https://github.com/eried/flipperzero-mayhem
20c638eebaa Merge mayhem_morseflash from https://github.com/eried/flipperzero-mayhem
253a9baac7b Merge mayhem_marauder from https://github.com/eried/flipperzero-mayhem
3d277c50631 Merge mayhem_camera from https://github.com/eried/flipperzero-mayhem
c15462aa415 Merge jetpack_joyride from https://github.com/xMasterX/all-the-plugins
6024e545edd Merge ir_intervalometer from https://github.com/xMasterX/all-the-plugins
51ee0957a3b Merge ifttt from https://github.com/xMasterX/all-the-plugins
de1404f47c0 Merge heap_defence from https://github.com/xMasterX/all-the-plugins
5668416d856 Merge hc_sr04 from https://github.com/xMasterX/all-the-plugins
a25ff337471 Merge gps_nmea from https://github.com/xMasterX/all-the-plugins
5fbed3ef471 Merge gpio_reader_a from https://github.com/xMasterX/all-the-plugins
eccc8028b99 Merge game_of_life from https://github.com/xMasterX/all-the-plugins
7bc7e57910d Merge game15 from https://github.com/xMasterX/all-the-plugins
a9c3c7575da Merge flashlight from https://github.com/xMasterX/all-the-plugins
ee516f63d9e Merge flappy_bird from https://github.com/xMasterX/all-the-plugins
d216a3ca0b2 Merge esubghz_chat from https://github.com/xMasterX/all-the-plugins
63fc519df7a Merge esp8266_deauth from https://github.com/xMasterX/all-the-plugins
5b6ef11052a Merge doom from https://github.com/xMasterX/all-the-plugins
667ce94f7a8 Merge counter from https://github.com/xMasterX/all-the-plugins
eda39d6cf36 Merge bt_trigger from https://github.com/xMasterX/all-the-plugins
0c32924e91f Merge bpmtapper from https://github.com/xMasterX/all-the-plugins
c32d7c08816 Merge blackjack from https://github.com/xMasterX/all-the-plugins
5252e2a66c1 Merge arkanoid from https://github.com/xMasterX/all-the-plugins
826319f8de0 Merge airmouse from https://github.com/ginkage/FlippAirMouse/
55ce1d363df fix mutex
6e1d9e65388 fix mutex
e668dd614b7 fix mutex
9f6b0f02cd2 fix mutex
166b3416f62 fix mutex
605aedd601b fix mutex
1ac00c09b9a fix mutex
63277948224 fix mutex
6a82ca54488 fix mutex
19b7260 tweaks
53cf8053580 fix for latest API
9714bb986c6 fix for latest API
9fe3a70dfbf oof
e5abf9d2719 oof
eb86e1809dc oof
b58e3f69954 oof
bfb91d4b533 oof
c5c3c935779 oof
077e1648237 oof
3b531a7327e oof
bcaeabeac25 oof
239547643b4 oof
09093d8cfce oof
4bcbbfbf5c4 oof
2146bfb5210 oof
c55063cb064 oof
db86c3f0e38 oof
8a931ab0d78 oof
727ca78c695 oof
cac87059ee2 oof
75cc2baec66 oof
c55958755fa oof
c887f38261b oof
82670f42304 oof
19c5ebf73a1 oof
a6b1fb43236 oof
eb305f22511 oof
c94a688176b oof
b3ecb7bee8d oof
a0307492f79 oof
25deaa2e14b oof
e8d76ee3ceb oof
911dc02975d oof
b77be5c0a1f oof
84d5fb71f65 oof
e2ea6805356 oof
416afdf972a oof
fd6907e2f19 oof
2c697810d36 oof
a02810fb492 oof
5edd7f8d774 oof
1b5b3fe Map axes correctly for the test module
1475270904d upd picopass
2176d607677 upd totp
c147f5226a5 upd subghz playlist
75ab10560fb upd quac
17209cd7b94 upd ifttt
3e65a46 Add error message if the module is not connected
d035344 A little more cleanup and styling fixes
4170177 Clean up driver headers
79e9154 Merge pull request #23 from alex-vg/lsm6dso
44f11fea682 update companions to newer fz sdk
5df3d5a0793 update companions to newer fz sdk
ecc4103664b update companions to newer fz sdk
216b97358e5 update companions to newer fz sdk
4f806b2ec72 update companions to newer fz sdk
07ab42f016b update companions to newer fz sdk
971f41d Update README.md
29da8eb Merge pull request #29 from acegoal07/dev
c65c6e7 More fixes
7c93057 Fixes + Cutbacks
a661759 Merge pull request #30 from leedave/feature/updateCategory
13d45e9 Update Category capitalization
ee67ad2 update to firmware 0.102.3
cd30043 change icon_get_data to icon_get_frame_data
e2ad6a1 Merge pull request #8 from Willy-JL/some-fixes
7d82383 bumped version to 1.2 renamed LSM6DS3_ADDRESS to LSM6DS3_DEV_ADDRESS moved LSM6DS3_DEG_TO_RAD into imu.h refactored using sizeof moved imu_t definition
5c277a9 Improvements
30ce6bc added dynamic lib usage depending on i2c address
b7f561b refactored imu headers
c5eecfd moved checked in drivers to submodules
946e424 added lsm6dso version
a00bc10 Fix subghz actions
0e7428b tweaks
369b66d Merge pull request #341 from xanthio/maintenance/split-devices-in-family-files
2c140f1 Improvements
6fa0239 Tweaks
416e22f Tweaks
4396569 Uniform
b208c2f Revert to pre-split versions of CUBE HAL and CMSIS
86deaa1 Revert "Create MB_MEM2 shared section for devices with shared RAM up to date startup initialize it"
8396cda Revert "Latest MP1 system.c needs clocks value that are defaulted by HAL"
fbc80be Fix import here logic
437d212 Fix array out of bounds in create group when empty
ed42cb8 Latest MP1 system.c needs clocks value that are defaulted by HAL
d92c104 Create MB_MEM2 shared section for devices with shared RAM up to date startup initialize it
9d7fd38 Split devices in family files
aa4b996 Merge pull request #336 from xanthio/feature/STM32U0xx-support
c1cb64b Resolve conficts due to F4 familly update
8cfd141 Merge pull request #337 from slide333333/master
e99fe2a Update to use lates Cube / HAl / CMSIS for F4
24788033c89 Release v1.7.0
4a199f8237c Release v1.5.0
39afc22a8bd Release v1.3.0
6cbfdbc Fix types and matches
da260cf STM32U0 family support
6344d2a64df Release driver version 2.0.0
98419ded32a Fixed code style (Artistic Style Version 3.4.13)
6a0d255 Merge pull request #335 from david-drinn/master
85306d6 NT: Update U5 to latest Cube 1.4.0
3923334265b Add "const" to ctx arg for all APIs
986aaf9 Merge pull request #320 from Hish15/P2H/develop_H5
fb8cbae h5.cmake:Corrected fpu flag
c7e9b42 Updated doc to have a working CI for new families
d9f8585 Added conf file for all tests
e37e0de Added H5 devices to list of known devices
9b57e2e common.cmake includes h5 properly
c6c84f4 Corrected CMSIS and HAL versions
9e2a580 Updated CMSIS version to v5.9.0 for H5 family
f270cb0 Merge branch 'master' into P2H/develop_H5
768fb61e632 Release driver version v1.1.0
8bf0520 h5: fixed cpu core to cortex-m33
9ffdd49 utilities.cmake: Added versions for fetch feature
93725b7 maintiain.md added more info
ae613dc TRASH: CI: Removed all but H5 from tests
0ab5956 CI: Added H5 family to CI run
ecaefbe common.cmake:Added H5 to STM32_SUPPORTED_FAMILIES_LONG_NAME
82ff509 docs:Added doc to add new family
a4ff415 Added h5.cmake file
1b4f9e3ea61 Add __weak directive to read/write registers routines
99b29b4b0eb lsm6ds3tr-c_reg.h: Extend stmdev_ctx_t structure with mdelay callback
530f765761a repo name changed adding '-pid' extension.
07609aae3f2 Initial commit
a15536688c2 Fixed some Macro typos. Updated the bmi160_get_power_mode API. Fixed a bug which configured the pre-filter in the power mode API.
5abbaa79e6a Updated Release_Note.md
fd865b462da Fixed links in README.md
cfa5a5937dc added docs
1c2d00b875a renamed driver files
0d461d2826f added attribute const to stmdev_write_ptr signature
48306bd3679 Splitted from https://github.com/STMicroelectronics/STMems_Standard_C_drivers
3ac7bb6a237 Updated to v3.9.1. Fixed bugs in the sensor configuration. Added examples. Updated the callback interfaces.
93072b1503f Updated README.md
4c5217efadc Updated license and formatting. Fixed a few bugs.
a23022cc320 Revised delay usage. Changed formatting. Removed changelog
44f0df94d6b Added LICENSE file
e0a96d443e5 Patched typos in README.md
41bed07d962 Added bmi160_get_power_mode API In the bmi160_init API, dereferenced dev struct only after null pointer check.
ded000f1729 - Linux compatibility issue fixed - FIFO Sensortime access is updated - Try concept used in bmi160_init API
dcc64476e92 Added support for FIFO tagging as an int_pin_config
f506ded9369 Added - Aux FIFO support added - Self-test issue fixed - Support for mapping and unmapping interrupt pin for channel 1, 2 and both
e69b9472c2a v3.6.1, SPI support for FIFO reading and parsing logic updated
b09262fb233 v3.6.0 Added Fast offset compensation
d28f5e22f45 Upgrade to v3.5.0
9e3f01692c4 BMI160 Sensor API latest code upload
9975269f30d Initial commit

git-subtree-dir: applications/external
git-subtree-split: d93ea95f3c4aa56179fadc49b19a04e09768b9d9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants