JF
JF
### Verification - [X] I searched for similar feature request and found none was relevant. ### Pitch us your idea! I want to install new watchfaces and apps without flashing...
Remove CMake targets that allowed to flash the firmware and erase the flash memory of the CPU. These targets were enabled/disabled by CLI parameters `USE_JLINK`, `USE_GDB_CLIENT` and `USE_OPENOCD`. These targets...
**WARNING** This branch contains experimental code that has not been thoroughly tested. Use it at your own risks! **WARNING** This PR contains the code from [this comment](https://github.com/InfiniTimeOrg/InfiniTime/issues/321#issuecomment-1171589017) : a modified...
For now, we only expose the *live* heart rate values. Exposing steps the same way won't be difficult. For more advanced features, companion app need more than just the current...
Using `SystemMonitor`, I checked the memory usage of the global heap, the FreeRTOS heap, the LVGL heap and the stack of the task. Here are the results on develop (e0013e7):...
Following our discussion in #748, I open this PR to start working on the re-working of the documentation of the project: - The documentation (user documentation, developers documentation,...) is stored...
Hi! I'm trying to port a C++ application to the BL602 using this SDK. This app use some parts of the STL like std::unique_ptr and std::array, for example. All my...
This branch contains https://github.com/InfiniTimeOrg/InfiniTime/pull/1024 merged with develop. I've also added support for external resources. @dmlls Would you like to have a look at those changes? If it's OK for you,...
### Verification - [X] I searched for similar feature request and found none was relevant. ### Pitch us your idea! Let's specify how resources will be packaged and handled by...
Improve the documentation of the bootloader, add background information, info on design choices, remove outdated content. Move the doc from /bootloader to doc/bootloader and remove outdated/unmaintained files from /bootloader.