| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
Improvement to the mapping of battery percentage to the battery icon to be displayed.
|
| |
|
|
| |
developers to size the memory buffer allocated to lvgl. (#408)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Add the following compilation flags:
* -fno-exceptions and -fno-non-call-exceptions : disable exception handling
* -fno-rtti : disable run time type information (needed by dynamic_cast, for example)
These flags reduce the binary size by about 100KB!
Also, -fstack-usage generate debug info (not in final binary) to allow tools like Puncover to do a stack analysis.
* Remove unused CMake variables in CMake_nRF5x.cmake (duplicated in src/CMakeLists.txt).
Replace -O0 by -Og in DEBUG builds. This generates a smaller binary (small enough for the internal memory) that is debugger friendly.
|
| |
|
|
|
|
| |
can be useful for debugging purposes but not in production (release). (#400)
This reduces the size of the binary by about 6KB!
This also removes filepath that were embedded into the binary (.bin) file.
|
| |
|
|
|
|
|
| |
* Navigation app:
- Renaming and reformatting according to coding conventions
- declare iconMap as constexpr and use char* instead of std::string
This reduces the flash usage from 424644B to 419344B (-5300B)!
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
* built timer app
* Style improvements
* making sure buttons stay hidden when the app is reopened and reappear after the timer runs out
* more sensible calculations of time deltas. eliminated that mysterious scaling factor
* changing the timer icon
|
| | |
|
| |
|
|
| |
touchpanel from working correctly when the device boots while connected to the charger.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Emit event on power-present toggle
* clang-format on changes
* also update battery status on any event
* update comments; remove double battery update
* Fix formatting
* Vibrate shortly on charging event
* debounce charge event
|
| |\
| |
| | |
Feature: Store and show git short ref on PineTime alongside other firmware information
|
| | |
| |
| |
| | |
FirmwareValidation screen alongside other information
|
| | | |
|
| | | |
|
| |\ \
| | |
| | | |
Notification title fix
|
| |/ / |
|
| | |
| |
| |
| | |
merges).
|
| |\ \
| | |
| | | |
New Steps app
|
| | |\ \
| | | |
| | | |
| | | | |
https://github.com/JF002/InfiniTime into StepsApp
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Settings to set the steps goal
More detail in Motion app
New 42px Font
|
| |\ \ \ \
| | | | |
| | | | | |
fix a formatting issue and 2 typos in gettingStarted-1.0.md
|
| | | | | | |
|
| | | |_|/
| |/| | |
|
| |\ \ \ \
| | | | |
| | | | | |
Fixed typos in the doc/contribute.md using google docs’s spelling check system
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | | |
Switched to booleans for infinite while loops
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | | |
Added braces to a few if statements
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | | |
Fixed a naming inconsistency of DisplayApp::ReturnApp and a few formatting errors
|
| | |/ / /
| | | |
| | | |
| | | | |
errors
|
| |\ \ \ \
| |/ / /
|/| | | |
Improved clang-tidy configuration for less noise
|
| |/ / / |
|
| | | | |
|
| |\ \ \ |
|
| | |\ \ \
| | | | |
| | | | | |
SystemInfo app screen
|
| | |/ / /
| | | |
| | | | |
First screen. Let the build date and build time string be centered as well as the others
|
| | |\ \ \
| | | | |
| | | | | |
Add Python modules to build instructions
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
I had issues building InfiniTime for the first time because the instructions never mentioned needing these Python modules. Including them in the build documentation will help people not be confused like I was.
I recommend adding all needed modules to this list. I only added the ones I knew I was missing.
|
| | |\ \ \ \
| | | | | |
| | | | | | |
Fix stopwatch crash after stop pressed
|
| | |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The lv_obj_del is called on btnStopLap when transitioning to the
initial state, however the variable isn't then set to null. A subsequent
call to Refresh would attempt to delete the already freed object. This
could be triggered by stopping the stop watch, then pressing the
physical button on the watch.
Fixes https://github.com/JF002/InfiniTime/issues/315
|
| |/ / / / |
|
| |\ \ \ \
| | | | |
| | | | | |
Use int8_t for PPG data array
|
| | | |_|/
| |/| | |
|
| |\ \ \ \
| | | | |
| | | | | |
Improve design of heartbeat data in digital watchface
|
| | |/ / / |
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | | |
good pull-request
|