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
Now, your function `__wrap_malloc()` will be called instead of `malloc()`. You can call the actual malloc from the stdlib by calling `__real_malloc()`.
247
247
248
-
Using this technique, I was able to trace all malloc calls at boot (boot -> digital watchface):
248
+
Using this technique, I was able to trace all malloc calls at boot (boot -> digital watch face):
249
249
250
250
- system task = 3464 bytes (SystemTask could potentially be declared as a global variable to avoid heap allocation here)
251
251
- string music = 31 (maybe we should not use std::string when not needed, as it does heap allocation)
Copy file name to clipboardexpand all lines: doc/gettingStarted/updating-software.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ If you just want to flash or upgrade InfiniTime on your PineTime, this page is f
4
4
5
5
## Checking the version of InfiniTime
6
6
7
-
You can check the InfiniTime version by first swiping right on the watchface to open quick settings, tapping the cogwheel to open settings, swipe up until you find an entry named "About" and tap on it.
7
+
You can check the InfiniTime version by first swiping right on the watch face to open quick settings, tapping the cogwheel to open settings, swipe up until you find an entry named "About" and tap on it.
8
8
9
9

10
10
@@ -35,7 +35,7 @@ Firmware updates must be manually validated. If the firmware isn't validated and
35
35
36
36
You can validate your updated firmware on InfiniTime >= 1.0 by following this simple procedure:
37
37
38
-
- From the watchface, swipe **right** to display the *quick settings menu*
38
+
- From the watch face, swipe **right** to display the *quick settings menu*
39
39
- Open settings by tapping the cogwheel on the bottom right
40
40
- Swipe up until you find an entry named **Firmware** and tap on it
41
41
- If the firmware is not validated yet, you can either validate the running firmware, or reset and revert to the previous firmware version
0 commit comments