File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # #
2+ # bs-python
3+ #
4+ # @version 0.4
5+
6+ CPYPREFIX := cpy/circuitpython
7+
8+ .PHONY : default
9+ default : run
10+
11+ .PHONY : all
12+ all : init build
13+
14+ .PHONY : clean
15+ clean :
16+ rm -rf ${CPYPREFIX}
17+
18+ .PHONY : run
19+ run :
20+ python3 main.py
21+ docker pull boardsource/bs-python
22+ docker run -v $(pwd ) /build_out:/build_out -v $(pwd ) /cpy/circuitpython:/cpy/circuitpython boardsource/bs-python && bash post_build.sh
23+
24+ # end
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ bash scripts/start.sh
2626
2727
2828## Code flow
29- * scipts/start.sh <- enetry point
29+ * scipts/start.sh <- entry point
3030 * calls main.py
3131 * main.py <- start of the code
3232 * cpy_git <- handles all things to do with git
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ If you add a board to the repo please add it here too. <3 thanks
66## Nice!Nano v1/v2
77Name
88* nice_nano_bs
9+
910frozen libs
1011* ble
1112* neopixel
You can’t perform that action at this time.
0 commit comments