4
1
Fork
You've already forked bmpflash
1

Add README.md #14

Open
emeb wants to merge 4 commits from emeb/main into main
pull from: emeb/main
merge into: blackmagic-debug:main
blackmagic-debug:main
emeb commented 2024年09月20日 01:43:41 +02:00 (Migrated from github.com)
Copy link

A quick-n-dirty README.md file based on some conversation on the 1bitsquared discord.

A quick-n-dirty README.md file based on some conversation on the 1bitsquared discord.
dragonmux left a comment
Copy link

Only seen the one thing that could do with tweaking and it's only because of some debugging we did today. Otherwise this looks good to merge as-is.

Only seen the one thing that could do with tweaking and it's only because of some debugging we did today. Otherwise this looks good to merge as-is.
@ -0,0 +23,4 @@
> [!NOTE]
> Some newer versions of meson have changed the syntax of the build script which will cause errors during this step. You may need to modify the script
as follows: Find the line in the file `meson.build` with `'b_debug=if-release'` and change it to `'debug=false'` and try rerunning the setup command.

Some further debugging turned up that the option is actually b_ndebug - so, we'll make a commit changing the b_debug line to b_ndebug=if-release which works and is fine. Till we do that, the advice should be to correct the option name.

Some further debugging turned up that the option is actually `b_ndebug` - so, we'll make a commit changing the `b_debug` line to `b_ndebug=if-release` which works and is fine. Till we do that, the advice should be to correct the option name.
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin emeb/main:emeb/main
git switch emeb/main

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff emeb/main
git switch emeb/main
git rebase main
git switch main
git merge --ff-only emeb/main
git switch emeb/main
git rebase main
git switch main
git merge --no-ff emeb/main
git switch main
git merge --squash emeb/main
git switch main
git merge --ff-only emeb/main
git switch main
git merge emeb/main
git push origin main
Sign in to join this conversation.
No reviewers
Labels
Clear labels
Action: Provisioning
Something related to the provisioning support
Action: Read
Something related to the Flash reader
Action: SFDP
Something related to the SFDP support
Action: Write
Something related to the Flash writer
Bug
Confirmed bug
Can't reproduce
Maintainers can't reproduce this problem
CI
Continuous Integration System
Contribution wanted
User contributions welcome
Core: Build system
Something related to the build system
Core: CRC32
Something related to the CRC32 implementation
Core: Dependency
Something related to a dependency
Core: ELF
Something related to the ELF handling
Core: Remote protocol
Something related to the BMP remote protocol implementation
Documentation
Project documentation
Draft
Work in progress draft
Duplicate
This issue or pull request already exists
Enhancement
General project improvement
Feedback wanted
Requires additional submitter feedback
Good first issue
Good for newcommers
Information Needed
Maintainers need more information
OS: FreeBSD
Something specific to FreeBSD
OS: Linux
Something specific to Linux
OS: macOS
Something specific to macOS
OS: Windows
Something specific to Windows
Potential Bug
A potential, unconfirmed or very special circumstance bug
Regression
Bug caused by a regression
Won't fix
Outside of the project scope or works as intended
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
blackmagic-debug/bmpflash!14
Reference in a new issue
blackmagic-debug/bmpflash
No description provided.
Delete branch "emeb/main"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?