| Age | Commit message (Collapse) | Author |
|
because the current bootloader (which does not exposes its version) cannot initialize the chip when it's in sleep mode.
This feature will be re-enabled when the bootloader expses it's version.
|
|
Update main.cpp - Fix include path.
|
|
changed "include Logging" to "include logging", now compiles with RTT ;)
|
|
fix build on linux
|
|
This commit fixes upper/lowercase issues in directory names that cause
the build to fail on case sensitive file systems like Linux uses.
|
|
Fix typo in SystemInfo app.
|
|
Update SystemInfo.cpp - Show MAC bytes with left-zeroes
|
|
Redesigned and improved the Music watchapp
|
|
|
|
|
|
|
|
|
|
|
|
from arrays
|
|
|
|
|
|
Show MAC bytes with left-zeroes
|
|
Minor formatting, diagnostic and documentation changes
|
|
|
|
|
|
|
|
|
|
Fix typo
|
|
Removed an incomplete message() call from CMakeLists.txt
|
|
Switched from NULL to nullptr
|
|
Fixed a typo in SystemTask
|
|
GCC output file is .out instead of .bin
|
|
|
|
# Conflicts:
# src/systemtask/SystemTask.cpp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added a code style configuration to the repository
|
|
Rename folders to follow a consistent style
|
|
Added the nRF52 SVD file for ease-of-use to the repository
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|