Commit Graph

351 Commits (189c5a83b2599dd843b06d2cccdc1f28a89d404f)
 

Author SHA1 Message Date
Avamander 189c5a83b2 Made sure to unsuppress the diagnostic check after the infinite loop declaration 2020-10-09 11:36:16 +07:00
Avamander f68c7b65b3 Minor formatting, diagnostic and documentation changes 2020-10-09 11:36:16 +07:00
JF002 bb72712d37
Merge pull request #85 from arteeh/patch-2
Fix typo
2020-10-08 21:04:11 +07:00
JF002 b3ef816471
Merge pull request #83 from Avamander/patch-7
Removed an incomplete message() call from CMakeLists.txt
2020-10-08 21:03:39 +07:00
JF002 0a8d8953f7
Merge pull request #80 from Avamander/patch-1
Switched from NULL to nullptr
2020-10-08 20:58:24 +07:00
JF002 9d43eff43a
Merge pull request #81 from Avamander/patch-4
Fixed a typo in SystemTask
2020-10-08 20:56:19 +07:00
Maarten de Jong c4599dbf90
Fix typo
GCC output file is .out instead of .bin
2020-10-06 21:10:51 +07:00
Avamander cc3a9f3c79 Removed an incomplete message() call from CMakeLists.txt 2020-10-04 18:46:34 +07:00
Avamander aba3d65e3a Merge remote-tracking branch 'origin-origin/patch-3'
# Conflicts:
#	src/systemtask/SystemTask.cpp
2020-10-04 16:23:13 +07:00
Avamander 77f4d5448b Fixed a small warning with Screen's constructor 2020-10-04 15:14:09 +07:00
Avamander 9b7ba7b5b8 Fixed a typo in SystemTask 2020-10-04 15:13:01 +07:00
Avamander 1d96758acd Minor #include improvements 2020-10-04 15:11:21 +07:00
Avamander e85d1ffc62 Replaced NULL with nullptr 2020-10-04 15:09:17 +07:00
Avamander 13da1e38f0 Switched from NULL to nullptr 2020-10-04 14:53:11 +07:00
JF e4f0a95af8 Add coding conventions in contribute.md 2020-10-04 12:52:48 +07:00
JF002 ce44570022
Merge pull request #75 from Avamander/patch-4
Added a code style configuration to the repository
2020-10-04 12:27:29 +07:00
JF002 39954bbd3a
Merge pull request #68 from Avamander/patch-1
Rename folders to follow a consistent style
2020-10-04 12:21:22 +07:00
JF002 5adc97702c
Merge pull request #69 from Avamander/patch-3
Added the nRF52 SVD file for ease-of-use to the repository
2020-10-04 11:52:19 +07:00
Avamander 03bb433e04 Added a code style configuration to the repository 2020-10-03 18:53:00 +07:00
Avamander d5717c7ee8 Added the nRF52 SVD file for ease-of-use to the repository 2020-10-02 23:11:27 +07:00
Avamander 6c86d1d9d7 Fixed all the includes that were broken due to the renames 2020-10-02 22:16:48 +07:00
Avamander 4daab26926 Renamed displayapp/Screens to displayapp/screens 2020-10-02 21:49:55 +07:00
Avamander e3fb2f0b89 Renamed DisplayApp/ to displayapp/ 2020-10-02 21:46:41 +07:00
Avamander 30c261028e Renamed Logging/ to logging/ 2020-10-02 21:45:51 +07:00
Avamander e25c4edbcf Renamed SystemTask/ to systemtask/ 2020-10-02 21:45:21 +07:00
Avamander 40a643d203 Renamed Components/ to components/ 2020-10-02 21:44:27 +07:00
Avamander 455d8319e4 Reformatted the CMakeLists for consistency 2020-10-02 21:43:30 +07:00
Avamander 9348f9936d Renamed documentation folder for consistency 2020-10-02 21:40:25 +07:00
JF 0e2a3d4394 Fix typo 2020-09-28 22:10:33 +07:00
JF002 e26a5afcac Add doc : using OpenOCD and STLinkV2 to flash the firmware 2020-09-28 22:07:54 +07:00
JF db2b248130 Add missing bootloader binary file. 2020-09-28 21:22:02 +07:00
JF f3728c41bb Add Immediate Alert Service, needed by the "Find Me" profile from BLE spec. 2020-09-27 20:59:06 +07:00
JF efd0c9eff7 Merge branch 'batteryInformationService' of JF/PineTime into develop 2020-09-27 20:04:17 +07:00
JF 5d3a974493 Add BatteryInformationService to expose the battery level to BLE host. 2020-09-27 20:02:47 +07:00
JF002 079d437016
Merge pull request #66 from Avamander/patch-4
Added a few more folders to gitignore before they end up in the repository
2020-09-27 13:25:02 +07:00
Avamander f1719b3b92 Added a few more folders to gitignore before they end up in the repository 2020-09-27 14:15:00 +07:00
JF ffe0eb3a92 Merge branch 'develop' of https://github.com/JF002/Pinetime into develop 2020-09-27 13:10:44 +07:00
JF 1bb7342cdb Backport Github Actions files from master branch. 2020-09-27 13:10:00 +07:00
JF002 d13a48044a
Merge pull request #64 from Rajssss/develop
Update buildAndProgram : Use latest ARM-GCC toolcahain to build.
ARM Toolchain version 9 is now required (version 8 couldn't build due to some template errors...).
2020-09-27 12:26:56 +07:00
Rajesh Kumbhakar 08af5327bc Update buildAndProgram : Use latest ARM-GCC toolcahain to build.
Using the older (8.x.x) version of toolchain causes unexpected "template" errors, So we should always use version 9.x and above.
2020-09-24 10:09:42 +07:00
JF 3e612e79ba Set version to 0.8.2 2020-09-20 14:41:21 +07:00
JF 0a1bebf1b7 Update links to Gadgetbridge, now that the support for Pinetime-JF/InfiniTime has been merge into the master branch. 2020-09-20 14:40:31 +07:00
JF feac7b1b9f Updated boot graphic with a blue pinecone (Pine64 logo). 2020-09-20 14:31:56 +07:00
JF 6f92356873 Call SpiNorFlash::WakeUp() during initialization to ensure that the chip is not is sleep mode. 2020-09-20 14:31:26 +07:00
JF 8d2e56bf00 Update to the latest version of the bootloader (https://github.com/lupyuen/pinetime-rust-mynewt/releases/tag/v5.0.4) 2020-09-20 11:29:56 +07:00
JF d45cf23611 Rename Pinetime-JF -> InfiniTime 2020-09-20 11:09:50 +07:00
JF 20f5b0ffba Fix race conditions during sleep/wakeup, where SPI/TWI could be disabled while transaction were in progress (https://github.com/JF002/Pinetime/issues/60). 2020-09-13 21:26:44 +07:00
JF d757344f1b Docker post build : generate post build script with versions from the CMake project. 2020-09-08 22:15:10 +07:00
JF 4e8e52bf6e Fix constness and set version to 0.8.1. 2020-09-02 21:36:13 +07:00
JF 1aa5b0a440 Fix firmware version reported by Device Information Service on BLE. It was previously hard-coded, it is now set by CMake accoridng to the project version.
Fix Manufacturer name, model number, sw revision according to https://wiki.pine64.org/index.php?title=Firmware_versioning_for_companion_apps.
2020-09-02 21:31:31 +07:00