Inside the CLion's CMake options,
Add this option to the CMake options::
-DCMAKE_TOOLCHAIN_FILE=./cmake/gcc-arm-none-eabi.cmake
Inside the CLion's CMake options,
Add this option to the CMake options::
-DCMAKE_TOOLCHAIN_FILE=./cmake/gcc-arm-none-eabi.cmake
| #!/usr/bin/env sh | |
| url="example.com" | |
| wget \ | |
| --mirror \ | |
| --no-clobber \ | |
| --page-requisites \ | |
| --html-extension \ | |
| --convert-links \ |
| import {Extractor, ExtractorConfig} from '@microsoft/api-extractor' | |
| import * as fs from 'fs' | |
| import {replaceTscAliasPaths} from 'tsc-alias' | |
| import * as ts from 'typescript' | |
| import {CompilerOptions} from 'typescript' | |
| import * as util from 'util' | |
| function compile(fileNames: string[], options: ts.CompilerOptions): void { | |
| const program = ts.createProgram(fileNames, options) | |
| const emitResult = program.emit() |
| @mixin scrollbars( | |
| $size, | |
| $foreground-color, | |
| $background-color, | |
| $border-width: 0, | |
| $context-hover-background-color: lighten($foreground-color, 5%), | |
| $hover-background-color: lighten($foreground-color, 10%), | |
| ) { | |
| // Blink browsers (Chrome, Edge) | |
| &::-webkit-scrollbar { |
I hereby claim:
To claim this, I am signing this object:
| # http://karma-runner.github.io/1.0/dev/git-commit-msg.html | |
| bash -c "! git log -100 --pretty=format:%s | egrep --color=auto -v '^(((feat|fix|docs|style|refactor|test|chore)(\(\w+\))?:\s)|Merge).*'" |
| <?php | |
| use Behat\Gherkin\Node\PyStringNode; | |
| use Behat\Gherkin\Node\TableNode; | |
| use GuzzleHttp\Psr7\Request; | |
| use Imbo\BehatApiExtension\Context\ApiContext; | |
| use Symfony\Component\Process\Process; | |
| /** | |
| * Defines application features from the specific context. |
Salut à tou-te-s !
J'écris ce message pour expliquer brièvement comment procéder pour avoir une copie locale propre du projet sans utiliser des branches sur le dépôt principal.
Ca n'a pas tellement sa place dans le README car c'est limite un tuto git simplifié.