0e97db1c |
2020-10-30 |
Merge pull request #118 from JF002/improve-ble-connection |
JF002 |
29f8074f |
2020-10-29 |
Refactoring of BLE service discovery : it is now implemented into the classes of the services. |
JF |
f90f2254 |
2020-10-28 |
Reset BLE services on disconnect, do not start advertising if a connection is already established. |
JF |
cb9e8815 |
2020-10-27 |
Merge pull request #108 from JF002/notification-ui |
JF002 |
7de43a16 |
2020-10-27 |
Fix conflicts |
JF |
c5bf09d2 |
2020-10-27 |
Set version to 0.9.0 |
JF |
47a9297d |
2020-10-27 |
Merge pull request #105 from Gottox/patch-1 |
JF002 |
45e65b66 |
2020-10-27 |
Merge pull request #111 from JF002/fix-twi-hang |
JF002 |
8a8c8aa8 |
2020-10-27 |
Handle error code when calling TwiMaster::Read(). |
JF |
e888b92b |
2020-10-27 |
Merge pull request #112 from SteveAmor/patch-1 |
JF002 |
1bb2eb9d |
2020-10-27 |
Disable sleep mode on the SPI NOR Flash when the version is unknown. This is because the current bootloader (which does not exposes its version) cannot initialize the chip when it's in sleep mode. |
JF |
cc7ba747 |
2020-10-24 |
Update arm-gcc toolchain in example |
Steveis |
2f710d06 |
2020-10-23 |
Workaround for bug https://github.com/JF002/Pinetime/issues/79 until a better fix is found. |
JF |
ab7acd0f |
2020-10-23 |
Merge pull request #110 from maidenone/patch-1 |
JF002 |
ab36c6cd |
2020-10-23 |
Update main.cpp |
Anton Fosselius |
5983e33b |
2020-10-22 |
Notifications : Replace the label "notificationNr/notificationNb" by a grey border on the bottom that is displayed when there are other notifications to available. |
JF |
07b6812f |
2020-10-22 |
Notifications : Fix copy when the messages is spread across multiple os_mbuf. |
JF |
cabf1168 |
2020-10-21 |
Notifications : Fix display of notification index/number. |
JF |
440ae412 |
2020-10-21 |
Increase max size of notification message to 100 char. |
JF |
8884a77c |
2020-10-20 |
Merge pull request #106 from Gottox/fix-build-on-linux |
JF002 |
ef5670c7 |
2020-10-20 |
Integrate new notification UI with notifications coming from BLE |
JF |
8842259c |
2020-10-20 |
fix build on linux |
Enno Boland |
55427d83 |
2020-10-19 |
[WIP] Add new notification UI that use HW scrolling effects. Both notification apps are available in the menu, we can compare them. |
JF |
e5efd051 |
2020-10-19 |
Update MemoryAnalysis.md |
Enno Boland |
3c5fd5ca |
2020-10-18 |
Merge pull request #93 from robertecurtin/master |
JF002 |
c655ec71 |
2020-10-18 |
Merge pull request #99 from rafacouto/patch-1 |
JF002 |
28bc4344 |
2020-10-18 |
[WIP] New notification app that uses software scrolling effect. |
JF |
cb221617 |
2020-10-15 |
Merge pull request #96 from Avamander/patch-1 |
JF002 |
4b0a8520 |
2020-10-15 |
Made sure to use right data type for a negative number |
Avamander |
174e5ccf |
2020-10-15 |
Removed weird parentheses from constexpr |
Avamander |
128a2ea2 |
2020-10-15 |
Changed #define to constexpr in Music.cpp |
Avamander |
6f45c0f6 |
2020-10-15 |
Unified MusicStatus enum constant capitalization with others |
Avamander |
d4531d7b |
2020-10-15 |
Reordered the functions in Music.cpp correctly |
Avamander |
82126edf |
2020-10-14 |
Added lv_img_set_src_arr that does better type checking when drawing images from arrays |
Avamander |
2b990618 |
2020-10-11 |
Refactored and improved the Music watchapp |
Avamander |
2d5ddb88 |
2020-10-12 |
Noticed this typo when booting my PineTime |
Robert Curtin |
efb7a973 |
2020-10-12 |
Update SystemInfo.cpp |
Rafa Couto |
da73938f |
2020-10-11 |
Merge pull request #82 from Avamander/patch-6 |
JF002 |
fd110dab |
2020-10-09 |
Reformatted InfiniPaint again |
Avamander |
1c645b77 |
2020-10-09 |
Improved code formatting rules |
Avamander |
189c5a83 |
2020-10-04 |
Made sure to unsuppress the diagnostic check after the infinite loop declaration |
Avamander |
f68c7b65 |
2020-10-04 |
Minor formatting, diagnostic and documentation changes |
Avamander |
bb72712d |
2020-10-08 |
Merge pull request #85 from arteeh/patch-2 |
JF002 |
b3ef8164 |
2020-10-08 |
Merge pull request #83 from Avamander/patch-7 |
JF002 |
0a8d8953 |
2020-10-08 |
Merge pull request #80 from Avamander/patch-1 |
JF002 |
9d43eff4 |
2020-10-08 |
Merge pull request #81 from Avamander/patch-4 |
JF002 |
c4599dbf |
2020-10-06 |
Fix typo |
Maarten de Jong |
cc3a9f3c |
2020-10-04 |
Removed an incomplete message() call from CMakeLists.txt |
Avamander |
aba3d65e |
2020-10-04 |
Merge remote-tracking branch 'origin-origin/patch-3' |
Avamander |
77f4d544 |
2020-10-04 |
Fixed a small warning with Screen's constructor |
Avamander |
9b7ba7b5 |
2020-10-04 |
Fixed a typo in SystemTask |
Avamander |
1d96758a |
2020-10-04 |
Minor #include improvements |
Avamander |
e85d1ffc |
2020-10-04 |
Replaced NULL with nullptr |
Avamander |
13da1e38 |
2020-10-04 |
Switched from NULL to nullptr |
Avamander |
e4f0a95a |
2020-10-04 |
Add coding conventions in contribute.md |
JF |
ce445700 |
2020-10-04 |
Merge pull request #75 from Avamander/patch-4 |
JF002 |
39954bbd |
2020-10-04 |
Merge pull request #68 from Avamander/patch-1 |
JF002 |
5adc9770 |
2020-10-04 |
Merge pull request #69 from Avamander/patch-3 |
JF002 |
03bb433e |
2020-10-03 |
Added a code style configuration to the repository |
Avamander |
d5717c7e |
2020-10-02 |
Added the nRF52 SVD file for ease-of-use to the repository |
Avamander |
6c86d1d9 |
2020-10-02 |
Fixed all the includes that were broken due to the renames |
Avamander |
4daab269 |
2020-10-02 |
Renamed displayapp/Screens to displayapp/screens |
Avamander |
e3fb2f0b |
2020-10-02 |
Renamed DisplayApp/ to displayapp/ |
Avamander |
30c26102 |
2020-10-02 |
Renamed Logging/ to logging/ |
Avamander |
e25c4edb |
2020-10-02 |
Renamed SystemTask/ to systemtask/ |
Avamander |
40a643d2 |
2020-10-02 |
Renamed Components/ to components/ |
Avamander |
455d8319 |
2020-10-02 |
Reformatted the CMakeLists for consistency |
Avamander |
9348f993 |
2020-10-02 |
Renamed documentation folder for consistency |
Avamander |
0e2a3d43 |
2020-09-28 |
Fix typo |
JF |
e26a5afc |
2020-09-28 |
Add doc : using OpenOCD and STLinkV2 to flash the firmware |
JF002 |
db2b2481 |
2020-09-28 |
Add missing bootloader binary file. |
JF |
f3728c41 |
2020-09-27 |
Add Immediate Alert Service, needed by the "Find Me" profile from BLE spec. |
JF |
efd0c9ef |
2020-09-27 |
Merge branch 'batteryInformationService' of JF/PineTime into develop |
JF |
5d3a9744 |
2020-09-27 |
Add BatteryInformationService to expose the battery level to BLE host. |
JF |
079d4370 |
2020-09-27 |
Merge pull request #66 from Avamander/patch-4 |
JF002 |
f1719b3b |
2020-09-27 |
Added a few more folders to gitignore before they end up in the repository |
Avamander |
ffe0eb3a |
2020-09-27 |
Merge branch 'develop' of https://github.com/JF002/Pinetime into develop |
JF |
1bb7342c |
2020-09-27 |
Backport Github Actions files from master branch. |
JF |
d13a4804 |
2020-09-27 |
Merge pull request #64 from Rajssss/develop |
JF002 |
08af5327 |
2020-09-23 |
Update buildAndProgram : Use latest ARM-GCC toolcahain to build. |
Rajesh Kumbhakar |
3e612e79 |
2020-09-20 |
Set version to 0.8.2 |
JF |
0a1bebf1 |
2020-09-20 |
Update links to Gadgetbridge, now that the support for Pinetime-JF/InfiniTime has been merge into the master branch. |
JF |
feac7b1b |
2020-09-20 |
Updated boot graphic with a blue pinecone (Pine64 logo). |
JF |
6f923568 |
2020-09-20 |
Call SpiNorFlash::WakeUp() during initialization to ensure that the chip is not is sleep mode. |
JF |
8d2e56bf |
2020-09-20 |
Update to the latest version of the bootloader (https://github.com/lupyuen/pinetime-rust-mynewt/releases/tag/v5.0.4) |
JF |
d45cf236 |
2020-09-20 |
Rename Pinetime-JF -> InfiniTime |
JF |
20f5b0ff |
2020-09-13 |
Fix race conditions during sleep/wakeup, where SPI/TWI could be disabled while transaction were in progress (https://github.com/JF002/Pinetime/issues/60). |
JF |
d757344f |
2020-09-08 |
Docker post build : generate post build script with versions from the CMake project. |
JF |
4e8e52bf |
2020-09-02 |
Fix constness and set version to 0.8.1. |
JF |
1aa5b0a4 |
2020-09-02 |
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. |
JF |
61e7ad91 |
2020-09-02 |
Merge pull request #57 from Avamander/patch-2 |
JF002 |
339c920e |
2020-09-02 |
Merge pull request #54 from Avamander/patch-1 |
JF002 |
fd8c69de |
2020-08-31 |
Added a few more folders to gitignore before they end up in the repository |
Avamander |
d2bc0ed4 |
2020-08-30 |
Fixed a few typos |
Avamander |
754918fd |
2020-08-22 |
Fix bad formatting in SystemInfo. |
JF |
f7e40b1b |
2020-08-22 |
Re-implement sleep/wakeup for touch panel, display, NOR Flash, SPI and TWI. |
JF |
ecbbeb62 |
2020-08-22 |
Fix Infinipaint that would crash when started. |
JF |
3011dec6 |
2020-08-22 |
Merge branch 'paint' of JF/PineTime into develop |
JF |
3310401b |
2020-08-22 |
Merge branch 'touchmodes' of JF/PineTime into develop |
JF |
a664dec0 |
2020-08-21 |
Add paint application. |
JF |