Piotr Henryk Dabrowski
Piotr Henryk Dabrowski
Assuming you have 2 drives: /dev/sda and /dev/sdb You can easily reproduce this in VirtualBox with 2 SATA drive images attached to the VM. In the installer's Partitions setup: Scenario...
The presentation for Timur Doumler's "Type punning in modern C++" [1] is missing. [1] https://www.youtube.com/watch?v=_qzMpk-22cc
Read additional BuildProperties from optional `./platform.sketch.txt` file. Allows sketches to provide and maintain their own `platform.txt` properties for use during the build process. Similar to `platform.local.txt` solution, but instead this...
config: remote: use '@' in 'fetch' field as this remote's name Before: ``` [remote "origin"] url = [email protected]:phd/git fetch = +refs/heads/*:refs/remotes/origin/* [remote "upstream"] url = [email protected]:git/git fetch = +refs/heads/*:refs/remotes/upstream/* ```...
Line length helper during interactive edits. Before: ``` My commit message_ # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an...
gcc parameter -l* must be placed after object files that refer to the libraries' symbols Fixes #2 Fixes #15
platform.txt: - sketch_flags for use with ./platform.sketch.txt - define -DPLATFORM= with platform {version} - added -DARDUINO_ARCH= and -DARDUINO_BOARD= See: https://github.com/arduino/arduino-builder/pull/282
platform.txt: - sketch_flags for use with ./platform.sketch.txt - define -DPLATFORM= with platform {version} - added -DARDUINO_ARCH= and -DARDUINO_BOARD= See: https://github.com/arduino/arduino-builder/pull/282
platform.txt: - sketch_flags for use with ./platform.sketch.txt - define -DPLATFORM= with platform {version} - added -DARDUINO_ARCH= and -DARDUINO_BOARD= See: https://github.com/arduino/arduino-builder/pull/282
Add option/default to remove empty lines from output. Current output looks like this: ``` Scanning processes... Scanning candidates... Scanning processor microcode... Scanning linux images... Pending kernel upgrade! Running kernel version:...