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
Thanks for looking here! We'd love your help. The micro:bit project is only possible through contributions of companies and individuals around the world.
3
+
4
+
This project is managed on GitHub, and the best way to contribute is to jump in and fix/file issues.
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
# micro:bit Partial Flashing Library for Android
2
2
3
-
This library provides partial flashing capabilities to an Android application. It will process a hex file created in MakeCode and flash only the MakeCode script.
3
+
This library provides partial flashing capabilities to an Android application.
4
4
5
+
It will process a hex file created in MakeCode or the Python Editor and flash only the user script.
5
6
To modularize the code, information is passed to and from the library using Intents.
6
7
7
8
## Including the lib in an application
@@ -81,3 +82,11 @@ An example that forwards the information to a React Native app:
81
82
82
83
...
83
84
```
85
+
86
+
## Partial Flashing Algorithm
87
+
88
+
More information on the partial flashing algorithm can be found [here](https://github.com/lancaster-university/codal-microbit-v2/blob/master/docs/MemoryMap.md).
89
+
90
+
## Code of Conduct
91
+
92
+
When interacting with this repository please follow the Micro:bit Foundation's [Code of Conduct](https://microbit.org/terms-of-use/#the-micro:bit-educational-foundation-code-of-conduct).
0 commit comments