File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
CLAMS-devel/cforth_platformio Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
1 . Run './1_setup.sh`. This will
4
4
5
- a. Remove the PlatformIO cache ` $HOME/.platformio ` .
5
+ a. Install ` python3-pip ` and ` python3-venv ` if necessary .
6
6
7
- b. Create and activate a fresh virtual environment ` $HOME/platformio_venv ` .
7
+ b. Remove the PlatformIO cache ` $HOME/.platformio ` .
8
8
9
- c. Install PlatformIO core in the environment with ` pip ` .
9
+ c. Create and activate a fresh virtual environment ` $HOME/platformio_venv ` .
10
10
11
- d. List the supported boards to ` board_list.txt ` . Note that RP2040 / RP2350 boards
11
+ d. Install PlatformIO core in the environment with ` pip ` .
12
+
13
+ e. List the supported boards to ` board_list.txt ` . Note that RP2040 / RP2350 boards
12
14
supported by the platform < https://github.com/maxgerhardt/platform-raspberrypi.git >
13
15
are *** not*** included!
14
16
15
- e . Make a fresh clone of <https://github.com/MitchBradley/cforth.git> to
17
+ f . Make a fresh clone of <https://github.com/MitchBradley/cforth.git> to
16
18
` $HOME/Projects/cforth ` .
17
19
18
- f . Append `testing_platformio.ini` to `$HOME/Projects/cforth/platformio.ini`.
20
+ g . Append `testing_platformio.ini` to `$HOME/Projects/cforth/platformio.ini`.
19
21
20
- g . Build the host `cforth`. This creates dictionary data for the embedded Forth.
22
+ h . Build the host `cforth`. This creates dictionary data for the embedded Forth.
21
23
22
- h . Deactivate the virtual environment.
24
+ i . Deactivate the virtual environment.
23
25
24
26
3 . Connect your board and put it in ` BOOTSEL ` mode. You should only
25
27
have one board connected at a time.
You can’t perform that action at this time.
0 commit comments