summaryrefslogtreecommitdiff
path: root/src/components
AgeCommit message (Expand)AuthorFilesLines
2021-12-10Fix Failed rebase.Tim Keller2-5/+3
2021-12-10Fix more initializersTim Keller1-12/+10
2021-12-10Fix large file support that broke due to a refactor.Tim Keller1-1/+1
2021-12-10Force variable cleanup because LFS makes assumptions about variable initializ...Tim Keller1-7/+5
2021-12-10Attempt at a more robust File handlerTim Keller1-8/+15
2021-12-10Change read to return LFS return values when reading a directory or nonexista...Tim Keller1-12/+12
2021-12-10Fix string nullterminations,Tim Keller1-13/+23
2021-12-10Added move functionTim Keller4-4/+33
2021-12-10Fix lvgl_open to respect littlefs open errorsTim Keller2-11/+10
2021-12-10Remove DirDelete, implementation did not work and memory contraints are recur...Tim Keller2-18/+2
2021-12-10Remove mount/unmount. No longer neededTim Keller2-17/+8
2021-12-10Write worksTim Keller4-18/+77
2021-12-10Reading Seems to work?Tim Keller1-39/+39
2021-12-10Actually fix memory corruption, seems stable nowTim Keller2-65/+43
2021-12-10List Dir works?Tim Keller3-17/+34
2021-12-10Focus on getting flash access working properlyTim Keller4-30/+41
2021-12-10Start of read commandTim Keller2-19/+158
2021-12-10Added Delete fileTim Keller4-28/+93
2021-12-10Fix folder count in outputTim Keller2-20/+40
2021-12-10More reliable FS listingTim Keller3-6/+16
2021-12-10direcetory listings maybe?Tim Keller4-34/+132
2021-12-10Added Blank FSService that exposes only version infoTim Keller4-3/+129
2021-12-09AlarmController: remove unused app_timer.h include in headerReinhold Gschweicher1-1/+0
2021-12-09Merge branch 'develop' into patch-weatherAvamander4-47/+220
2021-12-09Adjust BLE/LL stacks, style, comments, refactoringJames A. Jerkins2-15/+27
2021-12-09Persist bond between rebootsJames A. Jerkins2-9/+115
2021-12-09Connect and bond with a passkeyJames A. Jerkins3-32/+87
2021-12-04Updated docs and renamed functions for consistencyAvamander2-6/+9
2021-12-04Added a note about map key capitalizationAvamander1-1/+1
2021-12-04Added a note about the timestamp having a timezone offsetAvamander1-1/+5
2021-12-04Better cleanup, bugfixes and improvements in weather parsing. UI improvementsAvamander2-35/+79
2021-12-04Improved Temperature parsingAvamander1-1/+1
2021-12-04Fixed a bug in DewPoint decodingAvamander1-1/+1
2021-12-04Whoops, fixed a wrong typeAvamander1-2/+2
2021-12-04Added a few helper functionsAvamander2-4/+59
2021-12-04Improved documentationAvamander1-3/+7
2021-12-04Improved documentationAvamander1-0/+20
2021-12-04Removed an instance of shadowingAvamander1-4/+4
2021-12-04Clarified a few commentsAvamander1-5/+6
2021-12-04Specified how values should be interpreted betterAvamander1-2/+7
2021-12-04Added new precipitation and obscuration typesAvamander1-2/+12
2021-12-04Fixed an incorrect decode in HumidityAvamander1-1/+1
2021-12-04Implemented parsing of all defined weather data typesAvamander1-19/+181
2021-12-04Improved UI and fixed a bugAvamander1-10/+11
2021-12-04Bunch of bugs fixed, improved error handling, debug UI additionAvamander2-68/+90
2021-12-04Improved error handling and fixed incompatibility with co.nstant.in:cbor libraryAvamander1-3/+6
2021-12-04Removed versioning because it's not necessaryAvamander1-8/+1
2021-12-04Changed UUID so it wouldn't conflict with MotionAvamander1-3/+3
2021-12-04Fixed a few compilation errors, fixed UUID.Avamander3-4/+4
2021-12-04Implemented a few functions.Avamander3-26/+84