Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
203 commits
Select commit Hold shift + click to select a range
1770866
add int calculator
Dec 3, 2022
e0cd8f6
Fix comparison
minacode Dec 4, 2022
ba9d477
add offset
Dec 4, 2022
1aec3af
added fixed point numbers, pow is still broken
Dec 4, 2022
9d4ad4e
added pow with floats
Dec 4, 2022
f2e6e83
added calculator symbol
Dec 5, 2022
7e7aa6c
fixes and cleanup
Dec 5, 2022
fed59f1
make buttons bigger
Dec 7, 2022
5af0a34
fixed number displays
Dec 7, 2022
cacf107
format
Dec 8, 2022
21e2427
changed long int to int64_t
Dec 9, 2022
37b0842
change float to double
Dec 9, 2022
0957bdc
fixed crashes
Dec 19, 2022
64fb4f9
WIP: refactored the prints
Dec 19, 2022
8c10adc
set value bounds and checks
Dec 20, 2022
e46a1ca
add backspace button
Dec 20, 2022
7a7ffca
WIP: = repeats calculation
Dec 20, 2022
3fce445
format
Dec 20, 2022
4096da4
fix offset bug from backspace
Dec 20, 2022
0048a8b
fix backspace for zeros
Dec 20, 2022
b64787a
colored current button
Dec 21, 2022
5433363
format
Dec 21, 2022
852c1de
save changes
Dec 31, 2022
477ad1e
fixed various issues
Dec 31, 2022
b9ede11
reset value after copy to result
Dec 31, 2022
c36ad92
format
Dec 31, 2022
d4ea28c
format and tidy
Dec 31, 2022
25cd03e
add power operation toggle
Jan 1, 2023
e98cd49
checked buttons cleanup
Jan 5, 2023
4cd0ec7
removed swiping
Jan 5, 2023
89c6c2f
add better colors
Jan 5, 2023
edf9990
Remove power operation in calculator app
FintasticMan Jan 8, 2023
4a74e49
format
Jan 9, 2023
041369b
fixed negative number input
Jan 29, 2023
f116a3e
changes
Mar 4, 2023
19eb8a9
fix after rebase
Mar 4, 2023
44d1d7d
format
Mar 4, 2023
a3a557f
fixed display of negative numbers smaller than 0
Mar 4, 2023
2502200
only remove the operator if the value is zero
minacode Nov 12, 2023
d356c40
lower maximum number size and number of digits
Nov 12, 2023
e609983
update to optional apps
Dec 10, 2023
10346ef
fix build and format warnings
Dec 10, 2023
b734baf
reduce heap size
Jan 13, 2024
ab7ceb9
implement new CMake interface
Jan 13, 2024
0f65f48
set heap size to 39
Jul 16, 2024
d2c178e
add missing icon
Jul 16, 2024
accd666
remove TODO
Jul 16, 2024
46efadb
Merge branch 'main' into simple-calculator
minacode Aug 30, 2024
0d54f1e
add const
Aug 31, 2024
dcacb9c
add constexpr
Sep 1, 2024
eb160ee
Remove const
minacode Sep 3, 2024
fb03cf6
Merge branch 'main' into simple-calculator
minacode Oct 3, 2024
d8c2b99
Merge branch 'main' into simple-calculator
minacode Nov 1, 2024
8c47941
Merge branch 'main' into simple-calculator
minacode Nov 24, 2024
8c30a35
fix compile error
Nov 24, 2024
76c4bda
fix typo
minacode Nov 24, 2024
9a97e6c
rearrange font symbols
Nov 24, 2024
7be0251
explain number of digits
Nov 24, 2024
0e1893f
remove logging
Nov 24, 2024
9e3c665
do not remove dice icon
minacode Nov 24, 2024
f871487
Merge branch 'main' into simple-calculator
minacode Dec 7, 2024
acf38e9
Specify auto types
minacode Dec 7, 2024
9cb3b65
Change variables to camel case
minacode Dec 7, 2024
3705dc9
Rename equalSignPressed to equalSignPressedBefore
minacode Dec 7, 2024
1cb1a8b
Update header
minacode Dec 7, 2024
a3320b1
fix constexpr position
minacode Dec 9, 2024
aca8a1d
Merge branch 'main' into simple-calculator
minacode Dec 9, 2024
98b84c8
Merge branch 'main' into simple-calculator
minacode Dec 10, 2024
9d13f7a
Add time since last weather update to weather app
JustScott Feb 3, 2025
b542e26
Replace 'old' with 'ago' and adjust positioning
JustScott Feb 5, 2025
6cd3988
Updated labels, improved/simplified logic, and improved positioning
JustScott Feb 7, 2025
cb4e7d6
Fixed positioning
JustScott Feb 8, 2025
ecba7b8
Set build context directory in devcontainer.json
dariusarnold Feb 23, 2025
228e7f2
Install sudo and ninja in the dev container Dockerfile
dariusarnold Feb 26, 2025
4a0f2cb
Add basic CMakePresets.json file
dariusarnold Mar 1, 2025
ba78fff
Add build script
dariusarnold Mar 1, 2025
7aa6ca7
Make vibration after timer ends more noticable
dariusarnold Mar 1, 2025
cafbf98
Add simple calculator app
dariusarnold Mar 1, 2025
375740b
Set sudo password for developer user in dev container
dariusarnold Mar 1, 2025
e4aaad6
Add option to enable ccache to build
dariusarnold Mar 1, 2025
09df02e
Add time since last weather update to weather app
dariusarnold Mar 2, 2025
0ca7451
Increase size of the alarm info button
dariusarnold Mar 2, 2025
d756e91
Started working on SleepTracker
cyberneel Oct 2, 2024
a94bb99
Began adding BPM data collection
cyberneel Oct 3, 2024
c856642
Started on data saving
cyberneel Oct 4, 2024
9b80270
Added basic data reading and clear data button
cyberneel Oct 4, 2024
44dd6ea
Added functions for sleeptracking time detection. (First night of tes…
cyberneel Oct 5, 2024
9892364
More changes tyo get the app on the watch
cyberneel Oct 5, 2024
51f2a2c
trying to decrease flash and ram size
cyberneel Oct 6, 2024
dab5b9d
Got rid of Nevigation & removed vectors and proccessing in SleepTracker
cyberneel Oct 9, 2024
26d10c3
Put Navigation back for Sim to work, decreased bpm log interval for d…
cyberneel Oct 9, 2024
36301a8
Reenable user apps
liamcharger Oct 10, 2024
b74f4c8
Rename SleepTracker update button size
liamcharger Oct 11, 2024
5000fe4
Work on new Sleep Controller
cyberneel Oct 28, 2024
0341e53
Ported Main Alarm into InfiniSleep, Need to add natural and gradual w…
cyberneel Oct 29, 2024
ed48ba5
updated log messages
cyberneel Oct 29, 2024
a3f2202
Started working on screen states
cyberneel Oct 29, 2024
6611f5d
Implemented Alarm page Function
cyberneel Oct 29, 2024
8dd6628
Started Framework for settings page
cyberneel Oct 29, 2024
c419741
Made a sleep tracker settings struct in controller and made settings …
cyberneel Oct 30, 2024
2697598
Updated toggleEventHandler to check event type
cyberneel Oct 30, 2024
7096ed9
added saving and reading of InfiniSleepSettings
cyberneel Oct 31, 2024
34edbe3
Started working on gradual wake, but not being triggered right now.
cyberneel Oct 31, 2024
598f9bf
Fixed gradual wake triggers
cyberneel Oct 31, 2024
17306ba
fixed build error for always true conditions (dataType issues)
cyberneel Oct 31, 2024
6083660
Moved gradualSteps array out of settings Struct, updated motor contro…
cyberneel Nov 2, 2024
1b00dfa
updated gradualWakeTriggered to use the defined constant
cyberneel Nov 2, 2024
b4e5eda
Switched settings to checkboxes
cyberneel Nov 2, 2024
7608723
Changed start page and made update display go to alarm if alerting
cyberneel Nov 2, 2024
7adc02e
Removed timer on alerting so alerts indeffinately, started working on…
cyberneel Nov 2, 2024
604cd66
Made tracker toggle btn
cyberneel Nov 3, 2024
74b969b
Updated rescheduling of wake alarm when system time changed
cyberneel Nov 4, 2024
0a39931
accoutning for abnormal data
cyberneel Nov 4, 2024
ddde246
removed recursive
cyberneel Nov 4, 2024
5a414ad
moved else logic
cyberneel Nov 4, 2024
3f0f843
undid stuff, works now ?? idek
cyberneel Nov 4, 2024
c6fcabd
removed swiping while alerting
cyberneel Nov 4, 2024
38fa50d
Added snoozing and made side button require 5 presses
cyberneel Nov 4, 2024
52eb558
More setup for sleep tracking
cyberneel Nov 5, 2024
bbaa0b5
Fixed bug that doesnt restore original alarm time after multiple snooze
cyberneel Nov 5, 2024
b373b36
Added basic HR periodic reading for sleep tracking and Fixed gradual …
cyberneel Nov 7, 2024
0fe62f6
Made a define statement for file name
cyberneel Nov 7, 2024
aaeeeaa
Made a new alarm for sleep in motor controller
cyberneel Nov 8, 2024
aa09ce6
Added refresh task for sleep app and added to info screen
cyberneel Nov 8, 2024
941f7a6
Updated main.cpp and added display update when sleep tracker is updated
cyberneel Nov 8, 2024
4aedcb6
Last commit didn't have the SleepTrackerUpdate message
cyberneel Nov 8, 2024
d3c7ef7
Fixed bug where snoozing and closing saved the snooze time as alarm i…
cyberneel Nov 10, 2024
712cc97
Added ability to customize gradual wake intensity at each step
cyberneel Nov 18, 2024
d463f72
Added to info page and fixded total sleep display.
cyberneel Nov 19, 2024
1ed2d53
Made info screen show info from last session after tracker stopped
cyberneel Nov 19, 2024
36f7cc6
Fixed bug with gradualWakeVibration not in sync with step when schedu…
cyberneel Nov 19, 2024
e2dbaa5
Added suggestion alarm time based on desired sleep cycles constant
cyberneel Nov 19, 2024
22eb68d
Fixed total sleep calculation and cycles display bugs
cyberneel Nov 20, 2024
63f4868
Added a timeout to pushes required to stop alarm so the presses dont …
cyberneel Nov 20, 2024
83698fb
Made the watch open to the sleep app when in an active session
cyberneel Nov 20, 2024
db9e140
Restructured pushes to stop timeout
cyberneel Nov 21, 2024
33c2b69
Added saving of prev sleep session info in case watch crashes so it c…
cyberneel Nov 21, 2024
d193cba
Reset pushes needed to stop alarm when watch sleeps
cyberneel Nov 21, 2024
5b7010e
Moved pushes count reset to system task
cyberneel Nov 22, 2024
130c126
Fixed some bugs with snooze time being set weird
cyberneel Nov 22, 2024
c7dbd42
Code optimizations & brought back more memory
cyberneel Nov 22, 2024
9efc8c7
Added buttons to set desired cycles count and duration per cycle.
cyberneel Nov 23, 2024
e94c5ac
Bug fixes
cyberneel Nov 23, 2024
3872d91
Switched vibration index variable to use the gradualStep and fixed is…
cyberneel Nov 23, 2024
22bad14
Formatted with clang-format
cyberneel Nov 24, 2024
d0b7939
Updated DisplayAppRecovery
cyberneel Nov 24, 2024
fb1c98c
Trying to fix error from Github Build Action
cyberneel Nov 24, 2024
6c98e7c
Undid some edits that were for testing
cyberneel Nov 24, 2024
217a3f2
removed commented code
cyberneel Nov 24, 2024
e26bc2f
Finally fixed errors during "make -j4 all"
cyberneel Nov 25, 2024
1d940c4
Removed sleep controller from recovery firmware
cyberneel Nov 25, 2024
cbfc620
Fixed Alert retriggering due to Display Update.
cyberneel Nov 26, 2024
bc6111b
Formatted Code
cyberneel Nov 26, 2024
d558ba6
Made suggested alarm time label more descriptive
cyberneel Nov 27, 2024
ebe0789
Made sure double clicking side button doesn't show notifications when…
cyberneel Nov 28, 2024
67b9626
Added PWM to motor controller
cyberneel Nov 28, 2024
bdff6b2
Updated Gradual Wake Buzz values to try to match SleepTk
cyberneel Nov 28, 2024
0056765
Removed periodic file logging
cyberneel Nov 29, 2024
443e515
UI Tweaks
cyberneel Nov 29, 2024
fe64c51
Removed extra data write
cyberneel Nov 29, 2024
592b6a9
Make app go to info page when alarm is turned off and also turn of tr…
cyberneel Nov 29, 2024
c363068
Added PWM to Motor Controller
cyberneel Nov 29, 2024
721cbce
Reworked UI Layout
cyberneel Nov 30, 2024
92b9d42
Added stop button to alerting UI, goal is to more it easier to unders…
cyberneel Nov 30, 2024
b155149
Forgot to hide the auto icon
cyberneel Nov 30, 2024
00fdf38
Added "Ramping Up" of Wake Alarm Buzz
cyberneel Nov 30, 2024
147828a
Changed UI of Alerting Alarm screen and added page inditors with scro…
cyberneel Nov 30, 2024
f1f7f96
Changed motor strength to use 0-255
cyberneel Nov 30, 2024
f064fcf
Ran formatter
cyberneel Nov 30, 2024
363653b
more formatting
cyberneel Nov 30, 2024
209409f
Fixed bug where snoozing causes crash due to widget not being on screen
cyberneel Nov 30, 2024
d791032
Fixed PWM controller number typo
cyberneel Dec 1, 2024
c31711c
Fixed make all error
cyberneel Dec 1, 2024
ba01b63
Fixed autosnooze crash
cyberneel Dec 1, 2024
032b348
Changed the Alerting UI and removed gradual wake while snooze
cyberneel Dec 1, 2024
8a6ede8
Formatting
cyberneel Dec 1, 2024
72971e1
Added Setting to decide motor strength
cyberneel Dec 3, 2024
fdf2c36
Added Setting to select pushes required to stop alarm
cyberneel Dec 6, 2024
eb23cee
Disabled settings while alarm is active.
cyberneel Dec 6, 2024
1566753
Added natural wake alarm to motor controller.
cyberneel Dec 6, 2024
4e47d5c
Made sure to wait for sleep app to load before doing things on wake
cyberneel Dec 7, 2024
4947c3c
Updated info page to show current wake mode instead of just gradual wake
cyberneel Dec 7, 2024
e844df4
Removed suto display refresh on alarm screen, allows for holding down…
cyberneel Dec 7, 2024
859d655
Fixed display not upadting on alerting screen.
cyberneel Dec 9, 2024
bc04168
Moved Code event code for settings page into btnHandler, better conve…
cyberneel Dec 9, 2024
15c0324
Code Clean up
cyberneel Dec 9, 2024
9a11466
Added a both option for wake mode that allows for natural wake with p…
cyberneel Dec 10, 2024
7717341
Enabling tracker sets brightness to low and resets to previous bright…
cyberneel Dec 13, 2024
614a16d
Opening app now sets lower brightness and restores when closing only …
cyberneel Dec 13, 2024
36741ef
Fixed bug where brightness isn't low when watch turning on from sleep.
cyberneel Dec 13, 2024
8bb5a56
Updated SessionData struct and removed wakelock
cyberneel Dec 16, 2024
ad269df
Added total sleep minutes to SessionData
cyberneel Dec 17, 2024
d44bf2c
Added a variable to ignore button press during certion actions.
cyberneel Dec 17, 2024
f649dad
Moved alerting logic, shouldn't change anything.
cyberneel Dec 19, 2024
ac5a84c
settings: vibrate on change of motor strength
liamcharger Dec 19, 2024
760204d
Bug fix and Changed Off to Normal.
cyberneel Dec 19, 2024
ab2c5f3
Pressing side button while alarm alerting snoozes.
cyberneel Dec 20, 2024
87b06d1
Made changes to the SnoozeAlarmTaskCallback, it uses the existing cod…
cyberneel Dec 20, 2024
9e0a623
Added startTimeStamp to SessionData
cyberneel Dec 20, 2024
eac2b89
Added more checks in code
cyberneel Dec 22, 2024
28d74b0
Showing wake mode on info screen only when alarm is active.
cyberneel Dec 22, 2024
83712f5
Increase version to 1.16
dariusarnold Mar 3, 2025
6f183aa
Format code
dariusarnold Mar 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
// https://github.com/microsoft/vscode-dev-containers/tree/v0.154.2/containers/cpp
{
"build": {
"dockerfile": "docker/Dockerfile"
"dockerfile": "docker/Dockerfile",
"context": "docker",
},
"customizations": {
"vscode": {
Expand Down
6 changes: 5 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10)

set(CMAKE_BUILD_TYPE Release CACHE STRING "Choose Debug or Release")

project(pinetime VERSION 1.15.0 LANGUAGES C CXX ASM)
project(pinetime VERSION 1.16.0 LANGUAGES C CXX ASM)

set(CMAKE_C_STANDARD 99)
set(CMAKE_CXX_STANDARD 20)
Expand Down Expand Up @@ -31,6 +31,10 @@ if(BUILD_RESOURCES)
set(BUILD_RESOURCES true)
endif()

if(ENABLE_CCACHE)
include(cmake/ccache.cmake)
endif()

set(TARGET_DEVICE "PINETIME" CACHE STRING "Target device")
set_property(CACHE TARGET_DEVICE PROPERTY STRINGS PINETIME MOY_TFK5 MOY_TIN5 MOY_TON5 MOY_UNK)

Expand Down
72 changes: 72 additions & 0 deletions CMakePresets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{
"version": 3,
"cmakeMinimumRequired": {
"major": 3,
"minor": 22,
"patch": 0
},
"configurePresets": [
{
"name": "base",
"description": "Default build using devcontainer tools",
"generator": "Ninja",
"hidden": true,
"cacheVariables": {
"ARM_NONE_EABI_TOOLCHAIN_PATH": {
"type": "PATH",
"value": "/opt/gcc-arm-none-eabi-10.3-2021.10"
},
"NRF5_SDK_PATH": {
"type": "PATH",
"value": "/opt/nRF5_SDK_15.3.0_59ac345"
},
"BUILD_DFU": {
"type": "BOOL",
"value": "ON"
},
"BUILD_RESOURCES": {
"type": "BOOL",
"value": "ON"
},
"TARGET_DEVICE": {
"type": "STRING",
"value": "PINETIME"
},
"ENABLE_CCACHE": {
"type": "BOOL",
"value": true
}
}
},
{
"name": "pinetime-debug",
"inherits": "base",
"displayName": "Pinetime Debug",
"description": "Debug build using Ninja",
"binaryDir": "build/debug",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug"
}
},
{
"name": "pinetime-release",
"inherits": "base",
"displayName": "Pinetime Release",
"description": "Release build using Ninja",
"binaryDir": "build/release",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Release"
}
}
],
"buildPresets": [
{
"name": "pinetime-release",
"configurePreset": "pinetime-release"
},
{
"name": "pinetime-debug",
"configurePreset": "pinetime-debug"
}
]
}
6 changes: 6 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash

set euo -pipefail

cmake --preset pinetime-release
cmake --build --preset pinetime-release
14 changes: 14 additions & 0 deletions cmake/ccache.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
find_program(CCACHE_EXECUTABLE ccache)

if (CCACHE_EXECUTABLE)
message(STATUS "Activating ccache compiler cache.")
set(ccacheEnv
CCACHE_SLOPPINESS=pch_defines
)
foreach (lang IN ITEMS C CXX)
set(CMAKE_${lang}_COMPILER_LAUNCHER
${CMAKE_COMMAND} -E env ${ccacheEnv} ${CCACHE_EXECUTABLE}
)
endforeach ()
message(WARNING "Ccache could not be activated because ccache executable was not found.")
endif ()
7 changes: 5 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@ RUN apt-get update -qq \
# x86_64 / generic packages
bash \
build-essential \
ccache \
cmake \
git \
make \
ninja-build \
nodejs \
python3 \
python3-pip \
python3-pil \
python-is-python3 \
sudo \
tar \
unzip \
wget \
Expand Down Expand Up @@ -62,8 +65,8 @@ RUN bash -c "source /opt/build.sh; GetNrfSdk;"
# McuBoot
RUN bash -c "source /opt/build.sh; GetMcuBoot;"

# Add the infinitime user for connecting devcontainer
RUN adduser infinitime
# Add the infinitime user with sudo password "it" for developing in devcontainer
RUN adduser infinitime && echo "infinitime:it" | chpasswd && usermod -aG sudo infinitime

# Configure Git to accept the /sources directory as safe
RUN git config --global --add safe.directory /sources
Expand Down
7 changes: 7 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ set(SDK_SOURCE_FILES
"${NRF5_SDK_PATH}/modules/nrfx/drivers/src/nrfx_gpiote.c"
"${NRF5_SDK_PATH}/modules/nrfx/soc/nrfx_atomic.c"
"${NRF5_SDK_PATH}/modules/nrfx/drivers/src/nrfx_saadc.c"
"${NRF5_SDK_PATH}/modules/nrfx/drivers/src/nrfx_pwm.c"

# FreeRTOS
${NRF5_SDK_PATH}/external/freertos/source/croutine.c
Expand Down Expand Up @@ -380,6 +381,7 @@ list(APPEND SOURCE_FILES
displayapp/screens/Metronome.cpp
displayapp/screens/Motion.cpp
displayapp/screens/Weather.cpp
displayapp/screens/Calculator.cpp
displayapp/screens/FirmwareValidation.cpp
displayapp/screens/ApplicationList.cpp
displayapp/screens/Notifications.cpp
Expand All @@ -395,6 +397,7 @@ list(APPEND SOURCE_FILES
displayapp/screens/PassKey.cpp
displayapp/screens/Error.cpp
displayapp/screens/Alarm.cpp
displayapp/screens/Sleep.cpp
displayapp/screens/Styles.cpp
displayapp/screens/WeatherSymbols.cpp
displayapp/Colors.cpp
Expand Down Expand Up @@ -467,6 +470,7 @@ list(APPEND SOURCE_FILES
components/settings/Settings.cpp
components/timer/Timer.cpp
components/alarm/AlarmController.cpp
components/infinisleep/InfiniSleepController.cpp
components/fs/FS.cpp
drivers/Cst816s.cpp
FreeRTOS/port.c
Expand Down Expand Up @@ -536,6 +540,7 @@ list(APPEND RECOVERY_SOURCE_FILES
components/settings/Settings.cpp
components/timer/Timer.cpp
components/alarm/AlarmController.cpp
components/infinisleep/InfiniSleepController.cpp
drivers/Cst816s.cpp
FreeRTOS/port.c
FreeRTOS/port_cmsis_systick.c
Expand Down Expand Up @@ -613,6 +618,7 @@ set(INCLUDE_FILES
displayapp/screens/Timer.h
displayapp/screens/Dice.h
displayapp/screens/Alarm.h
displayapp/screens/Sleep.h
displayapp/Colors.h
displayapp/widgets/Counter.h
displayapp/widgets/PageIndicator.h
Expand Down Expand Up @@ -655,6 +661,7 @@ set(INCLUDE_FILES
components/settings/Settings.h
components/timer/Timer.h
components/alarm/AlarmController.h
components/infinisleep/InfiniSleepController.h
drivers/Cst816s.h
FreeRTOS/portmacro.h
FreeRTOS/portmacro_cmsis.h
Expand Down
1 change: 1 addition & 0 deletions src/FreeRTOSConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
#define configTICK_RATE_HZ 1024
#define configMAX_PRIORITIES (3)
#define configMINIMAL_STACK_SIZE (120)
#define configTOTAL_HEAP_SIZE (1024 * 39)
#define configMAX_TASK_NAME_LEN (4)
#define configUSE_16_BIT_TICKS 0
#define configIDLE_SHOULD_YIELD 1
Expand Down
Loading