Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,7 @@ htmlcov/

# Build analysis and stats
stats.html

# Firmware-loader boards content is loaded dynamically and is never checked in,
# even when present locally for testing.
public/firmware-loader/boards/
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@
"version": "2.0.18",
"type": "module",
"scripts": {
"gen:firmware-manifests": "node scripts/gen-firmware-manifests.mjs",
"predev": "node scripts/gen-firmware-manifests.mjs",
"dev": "vite",
"prebuild": "node scripts/gen-firmware-manifests.mjs",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview --base=./ --open",
"test": "vitest",
"postinstall": "flowbite-react patch"
"test": "vitest"
},
"dependencies": {
"@blockly/field-colour": "^6.0.4",
Expand Down
Binary file removed public/XRPLib.zip
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/firmware-loader/images/board-xrp-2350.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/firmware-loader/images/board-xrp-beta.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions public/firmware-loader/images/project-agxrp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/firmware-loader/images/project-micropython.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions public/firmware-loader/images/project-sparkfun-red-vision.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions public/firmware-loader/images/project-wpilib.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions public/firmware-loader/index.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"title": "Select your board",
"description": "Choose the hardware you want to update. Each option opens the next step for that board.",
"boards": [
{
"id": "xrp-beta",
"name": "XRP Beta",
"description": "XRP with the green pico W on board",
"image": "/firmware-loader/images/board-xrp-beta.jpg",
"nextLevel": "boards/xrp-beta.json"
},
{
"id": "xrp-2350",
"name": "XRP",
"description": "XRP robot headers",
"image": "/firmware-loader/images/board-xrp-2350.jpg",
"nextLevel": "boards/xrp-2350.json"
}
]
}
18 changes: 18 additions & 0 deletions public/firmware-loader/wizard-assets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"powerOff": {
"xrp-beta": "/firmware-loader/images/board-xrp-beta_poweroff.jpg",
"xrp-2350": "/firmware-loader/images/board-xrp-2350_poweroff.jpg"
},
"bootSel": {
"xrp-beta": "/firmware-loader/images/board-xrp-beta_bootsel.jpg",
"xrp-2350": "/firmware-loader/images/board-xrp-2350_bootsel.jpg"
},
"selectDir": {
"xrp-beta-win": "/firmware-loader/images/board-xrp-beta-selectdir-win.png",
"xrp-beta-mac": "/firmware-loader/images/board-xrp-beta-selectdir-mac.jpg",
"xrp-beta-linux": "/firmware-loader/images/board-xrp-beta-selectdir-linux.png",
"xrp-2350-win": "/firmware-loader/images/board-xrp-2350-selectdir-win.png",
"xrp-2350-mac": "/firmware-loader/images/board-xrp-2350-selectdir-mac.jpg",
"xrp-2350-linux": "/firmware-loader/images/board-xrp-2350-selectdir-linux.png"
}
}
Empty file removed public/lib/XRPExamples/__init__.py
Empty file.
65 changes: 0 additions & 65 deletions public/lib/XRPExamples/dashboard sample.py

This file was deleted.

72 changes: 0 additions & 72 deletions public/lib/XRPExamples/drive_examples.py

This file was deleted.

15 changes: 0 additions & 15 deletions public/lib/XRPExamples/gamepad_example.blocks

This file was deleted.

84 changes: 0 additions & 84 deletions public/lib/XRPExamples/installation_verification.py

This file was deleted.

Loading