Default Branch

e54d78a04b · WORKING 35 entries. Will use on trip · Updated 2022-06-17 21:13:09 +00:00

Branches

6d524ebea2 · Move most of the code from the constructor of the objects statically initialized in main() into Start()/Init() functions to avoid Static Initialization Order Fiasco (https://en.cppreference.com/w/cpp/language/siof). See https://github.com/JF002/InfiniTime/pull/415#issuecomment-859004238. · Updated 2021-06-12 08:58:28 +00:00

932
0
Included

760e05b4b5 · Edits from @Itai-Nelken and MysteriousLog6. · Updated 2021-06-05 13:28:38 +00:00

937
2

9a03ea6a95 · Remove useless 'static' in the delaration of m_iconMap (Navigation) · Updated 2021-06-01 19:00:13 +00:00

945
2

9baf78ef55 · Remove unused CMake variables in CMake_nRF5x.cmake (duplicated in src/CMakeLists.txt). · Updated 2021-06-01 18:52:23 +00:00

941
2

a1385f268f · Add the maximum memory used by LVGL in SystemInfo app. This will help the developers to size the memory buffer allocated to lvgl. · Updated 2021-05-30 08:29:44 +00:00

941
1

fa683bdced · Remove debug defines (DEBUG & DEBUG_NRF_USER) from the build. These debug can be useful for debugging purposes but not in production (release). · Updated 2021-05-25 17:36:57 +00:00

941
1

9ac4be8b75 · TwiMaster is now based on the NRFX TWI driver, as it handles more edge cases and workarounds for errors on the bus. · Updated 2021-04-08 18:07:24 +00:00

1044
0
Included

f8b9a7c060 · Fix music app : · Updated 2021-04-04 15:19:41 +00:00

1049
0
Included

5845fd98ba · Add submodule again... · Updated 2021-03-07 08:15:26 +00:00

1099
0
Included

5016e0143f · Increase FreeRTOS heap size and re-enable heart rate task. New Nimble probably uses more memory than before. · Updated 2021-02-03 19:28:41 +00:00

1168
0
Included

3d1881c5ab · Revert invalid changes in Navigation.h and add missing changes in Notifications.h. · Updated 2021-01-24 16:27:48 +00:00

1191
0
Included

ba03372f3b · Music UUID must start with 00000000 instead of 00010000 (copy/paste error) · Updated 2021-01-19 20:38:53 +00:00

1218
0
Included

39d9fc2053 · Fix bug in animation management for lv_label · Updated 2021-01-17 17:25:22 +00:00

1225
0
Included

68674cec53 · Add heart rate BLE service. · Updated 2021-01-17 15:34:14 +00:00

1221
0
Included

2dabc6a1e7 · Add imgtool from mcuboot into the project. · Updated 2020-12-22 13:21:32 +00:00

1304
7

29f8074fcb · Refactoring of BLE service discovery : it is now implemented into the classes of the services. · Updated 2020-10-29 15:06:01 +00:00

1305
0
Included

7de43a1660 · Fix conflicts · Updated 2020-10-27 20:55:18 +00:00

1308
0
Included

8a8c8aa863 · Handle error code when calling TwiMaster::Read(). · Updated 2020-10-27 18:46:51 +00:00

1323
0
Included

e1ac466a97 · Do not send the SLEEP command to the SPI NOR Flash to prevent the bootloader from being stuck in an infinite loop (because it cannot initialize the chip while it's in sleep mode). · Updated 2020-10-27 10:41:53 +00:00

1384
2
hid

cdbcff1a99 · [WIP] Add BLE HID Mouse + add mouse moves in InfiniPaint app. · Updated 2020-09-20 16:42:46 +00:00

1398
2