run formatters

This commit is contained in:
urob 2024-04-08 21:55:45 -04:00
parent 3aed3a0bd6
commit c7107524a3
6 changed files with 304 additions and 296 deletions

View file

@ -6,9 +6,9 @@ sudo apt upgrade
### Step 2: Install dependencies
sudo apt-get install --yes --no-install-recommends git cmake ninja-build gperf \
ccache dfu-util device-tree-compiler wget \
python3-dev python3-pip python3-setuptools python3-tk python3-wheel xz-utils file \
make gcc gcc-multilib g++-multilib libsdl2-dev libmagic1
ccache dfu-util device-tree-compiler wget \
python3-dev python3-pip python3-setuptools python3-tk python3-wheel xz-utils file \
make gcc gcc-multilib g++-multilib libsdl2-dev libmagic1
### Step 3: Install Zephyr SDK
@ -38,7 +38,7 @@ sudo udevadm control --reload
### Step 4: Get Zephyr and install Python dependencies
# Install West
pip3 install --user -U west # may need to replace with "python3 -m pip" or "python -m pip"
pip3 install --user -U west # may need to replace with "python3 -m pip" or "python -m pip"
# Get the Zephyr cource code:
cd ~/zmk
@ -49,10 +49,9 @@ west update
west zephyr-export
# Install Zephyr Python Dependencies
pip3 install --user -r zephyr/scripts/requirements.txt # see above
pip3 install --user -r zephyr/scripts/requirements.txt # see above
### Step 5: Install Docusaurus
sudo apt-get install --yes --no-install-recommends npm
cd ~/zmk/docs
npm ci