summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-12-30Improved "Getting Started" readabilityEli Weiss7-14/+14
Clarified ambiguous references, clarified phrasing
2021-12-30Improved documentation readabilityEli Weiss7-19/+19
Improved documentation readability by rephrasing confusing sentences. Added Sitronix ST7789V datasheet link to SPI-LCD-driver.md for easier reference.
2021-12-30Update MemoryAnalysis.mdEli Weiss1-3/+3
Cleaned up MemoryAnalysis.md for greater readability
2021-12-30Improved documentation readabilityEli Weiss2-10/+10
Removed extra space in contribute.md and cleaned up MemoryAnalysis.md phrasing and confusing punctuation.
2021-12-30Update buildAndProgram.mdEli Weiss1-2/+2
Improved documentation readability.
2021-12-30Use Bluetooth brand color for BLE logo #0082FChubmartin1-1/+1
2021-12-30Real white nowhubmartin1-1/+1
2021-12-30WatchFaceDigital - BLE symbol changed to white colorhubmartin1-1/+1
2021-12-22Merge pull request #886 from evergreen22/passkey-optionJF3-6/+4
Optional secure pairing with a passkey
2021-12-21Optional secure pairing with a passkeyJames A. Jerkins3-6/+4
Support passkey pairing when requested by the central Fix a comment and reorder warning
2021-12-20Merge pull request #839 from Arsen6331/BLE-FS-DocsJF2-1/+176
Add documentation for BLE FS
2021-12-12Merge pull request #874 from evergreen22/alarm-breakJF1-0/+1
FIX: AlarmTriggered fall through to ShowPairingKey
2021-12-11FIX: AlarmTriggered fall through to ShowPairingKeyJames A. Jerkins1-0/+1
2021-12-11Merge pull request #756 from geekbozu/BLE_FSJF9-77/+632
BLE FS Using adafruits Simple (not fast) BLE FS Api
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 ↵Tim Keller1-7/+5
initialization state
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 ↵Tim Keller1-12/+12
nonexistant file
2021-12-10Fix string nullterminations,Tim Keller1-13/+23
Expand error codes.
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 ↵Tim Keller2-18/+2
recursive. Better implemented on client side...
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
ListDir MKDIR delete all seem to work Co-authored-by: Iambian <Iambian@users.noreply.github.com>
2021-12-10List Dir works?Tim Keller5-17/+49
2021-12-10Revert "More attempted SPI fixes"Tim Keller2-15/+0
This reverts commit bed7e731b206961117b717adb1031ab3011e7db9.
2021-12-10Revert "Workaround for SPI bus being asleep."Tim Keller2-15/+3
This reverts commit 1edeb5cb65489707c26b7a65f3b54520086d363a.
2021-12-10Focus on getting flash access working properlyTim Keller4-30/+41
2021-12-10Start of read commandTim Keller2-19/+158
2021-12-10More attempted SPI fixesTim Keller2-0/+15
2021-12-10Added Delete fileTim Keller4-28/+93
Added FS Stat.
2021-12-10Fix folder count in outputTim Keller2-20/+40
2021-12-10Workaround for SPI bus being asleep.Tim Keller2-3/+15
This needs to get cherrypicked to another PR as SPI Sleep needs to use a semaphore or something
2021-12-10More reliable FS listingTim Keller3-6/+16
2021-12-10direcetory listings maybe?Tim Keller4-34/+132
Added LISTDIR command and notify responses.
2021-12-10Added Blank FSService that exposes only version infoTim Keller5-3/+132
2021-12-09Added QCBOR to pinetime-mcuboot-recoveryAvamander1-1/+1
2021-12-09Hotfix for other build targetsAvamander1-2/+2
2021-12-09Organize includesRiku Isokoski3-6/+9
2021-12-09Move radio button styling to a single placeRiku Isokoski6-18/+24
2021-12-09Optimize arraysRiku Isokoski6-9/+15
2021-12-09Fix too small arrayRiku Isokoski1-1/+1
2021-12-09Style checkboxes as radio buttonsRiku Isokoski7-100/+63
2021-12-09Style improvementsAvamander1-1/+2
2021-12-09AlarmController: remove unused app_timer.h include in headerReinhold Gschweicher1-1/+0
2021-12-09TouchHandler: remove unused FreeRTOS.h and task.h includes from headerReinhold Gschweicher1-5/+0
FreeRTOS and task.h aren't used in the Header file. Furthermore the SystemTask forward declaration isn't needed as it isn't used in the header.