You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,11 +61,11 @@ below are the other scripts you can run and what they do
61
61
62
62
Ok now that you have an idea on how this flows together lets go over some things you might do and how you would go about doing them.
63
63
64
-
## Freez xyz lib into xyz board and let everyone download that
64
+
## Freeze xyz lib into xyz board and let everyone download that
65
65
So you will want to copy that board from the cpy folder (run main.py to get that). Then make your changes to it and place that into the ./bs_python_boards folder. Now Its very important you place it in the correct folder. When you take it from the cpy repo if it is from ports/nrf it needs to go into the nrf folder. If the folder does not exist just make it but it NEEDS to be spelled the same.
66
66
67
-
## Freez a lib that is not in CPY
68
-
To freez another library you can simply add it to the FROZEN_REPO_LIST in cpy_git.py
67
+
## Freeze a lib that is not in CPY
68
+
To freeze another library you can simply add it to the FROZEN_REPO_LIST in cpy_git.py
69
69
70
70
## other code changes
71
71
Above is all that I have implemented But if you want to make random changes to the CPY code base feel free to do so. A few things I would like to ask of you. Make sure that the entry for your code is in misc_file_changes.py (unless another file is better eg: git changes should be in cpy_git.py). And make sure you add something to this file letting others know how to do your cool new change.
@@ -75,7 +75,7 @@ Above is all that I have implemented But if you want to make random changes to t
75
75
* let me know if I need to make any more changes to stay legal
76
76
* Add some boards
77
77
* turn all my sick bash scripts into a make file LOL
78
-
*freez in kmk in some way. But I want it compiled to .mpy
78
+
*freeze in kmk in some way. But I want it compiled to .mpy
79
79
* I am a super python noob I barely know how to setup a python project. This one was setup using pipenv and python 3.9.x we dont have a reqerments.txt I dont know how to make one or if we need one we do have a pipfile tho.
80
80
* github action to add all the .uf2s from ./build_out to git hub releases
0 commit comments