-
-
Notifications
You must be signed in to change notification settings - Fork 15k
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
ufbt: init at 0.2.5, flipperzero-toolchain: init at 39 #381255
base: master
Are you sure you want to change the base?
Conversation
Please squash the commits into something like this (in this order):
|
I'm sorry that I wrote it in a misleading way. I meant it as three separate commits. |
@CodeRadu, thank you for this package! I tested it with Then I wanted to test building something: # Clone the Flipper Zero firmware repository
git clone https://github.com/flipperdevices/flipperzero-firmware.git --recursive --depth 1
cd flipperzero-firmware
# Clone the Flipper Zero application repository
cd applications_user
git clone https://github.com/pbek/usb_hid_autofire.git
cd ..
# Build the application
ufbt fap_usb_hid_autofire But I got the warning and error message:
Did you see that somewhere yourself? |
Hi @pbek, |
I didn't know you can build an application without the firmware dependencies. 🤔 I'll try. |
I'll be damned, it worked! I learned something new today. Thank you very much! Can't wait until I can put |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
Diff LGTM. Please squash the fix commits into the appropriate commits. |
Added the
ufbt
package at version0.2.5
and it's dependencyflipperzero-toolchain
at version39
.Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.