aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make the post_build output a little cleanerJoe Eaves2020-12-221-6/+7
|
* Make TOOLS_DIR if neededJoe Eaves2020-12-222-3/+8
| | | | Added some extra dir names to gitignore
* Generate post_build.sh into CMAKE_CURRENT_BINARY_DIRJoe Eaves2020-12-221-1/+1
|
* Integrate improvements from #137Joe Eaves2020-12-214-50/+63
| | | | Also fixed a bug with empty quoted strings
* Unify the Dockerfiles by fleshing out build.shJoe Eaves2020-12-217-133/+165
| | | | Script is written to handle it's own dependencies so it can be used within Docker or on the host system
* Merge pull request #147 from ZephyrLabs/Paddle-appJF0022020-12-209-10/+270
|\ | | | | Paddle-app (updated)
| * Update Paddle.cppZephyrLabs2020-12-201-1/+0
| | | | | | | | blankline removal
| * Update Paddle.cppZephyrLabs2020-12-201-16/+13
| | | | | | | | fix uppercase
| * Update Paddle.hZephyrLabs2020-12-201-4/+4
| | | | | | | | fix uppercase
| * Update Paddle.cppZephyrLabs2020-12-201-1/+1
| | | | | | | | tranparent paddle bug fix.
| * Update Paddle.cppZephyrLabs2020-12-081-21/+115
| | | | | | | | added changes from PR
| * Update Paddle.hZephyrLabs2020-12-081-105/+10
| | | | | | | | add changes from PR
| * Update Symbols.hZephyrLabs2020-12-041-1/+1
| | | | | | | | change symbol to correct vale
| * Update Paddle.cppZephyrLabs2020-12-031-2/+1
| | | | | | | | bugfix: add missing class
| * Update Paddle.hZephyrLabs2020-12-031-2/+6
| | | | | | | | bugfix: add missing class
| * Update DisplayApp.cppZephyrLabs2020-12-031-1/+1
| | | | | | | | fixed file typo
| * Update DisplayApp.cppZephyrLabs2020-12-031-0/+1
| | | | | | | | added Paddle header and paddle app screen
| * Update Apps.hZephyrLabs2020-12-031-1/+1
| | | | | | | | added Paddle app
| * Update Paddle.cppZephyrLabs2020-12-031-0/+1
| | | | | | | | create Paddle.cpp
| * Update Paddle.hZephyrLabs2020-12-031-0/+1
| | | | | | | | created Paddle.h
| * Update jetbrains_mono_bold_20.cZephyrLabs2020-12-031-1/+0
| | | | | | | | added paddle symbol in font
| * Update Readme.mdZephyrLabs2020-12-031-0/+1
| | | | | | | | added range of paddle symbol
| * Update Symbols.hZephyrLabs2020-12-031-0/+1
| | | | | | | | added paddle symbol
| * Update ApplicationList.cppZephyrLabs2020-12-031-0/+1
| | | | | | | | added paddle app
| * Addition of new files in MakeListZephyrLabs2020-12-039-8/+265
| | | | | | | | added Paddle.cpp and Paddle.h
* | Merge pull request #137 from pfeerick/dockerJF0022020-12-193-29/+102
|\ \ | |/ |/| Add docker hub image, and other tweaks to docker image and documentation
| * Missed username for some Docker Hub commandsPeter Feerick2020-12-151-3/+3
| |
| * Minor changes to docker doc wordingPeter Feerick2020-12-131-4/+4
| |
| * Add Docker Hub info to docs and tweak instructionsPeter Feerick2020-12-131-8/+44
| |
| * Add cleanup and make download stages more readablePeter Feerick2020-12-122-6/+18
| |
| * Expand update block for readability and add cleanupPeter Feerick2020-12-122-2/+31
| |
| * Move user block to reduce layer change breakage + tweaksPeter Feerick2020-12-122-14/+10
| |
| * Reference specific architecturesPeter Feerick2020-12-122-2/+2
|/
* Merge pull request #139 from pfeerick/rename-dockerfilesJF0022020-12-012-0/+0
|\ | | | | Rename dockerfile folders to correct architectures
| * Rename dockerfile folders to correct architecturesPeter Feerick2020-11-202-0/+0
| |
* | Merge pull request #136 from okaestne/include-cleanupJF0022020-12-0191-421/+378
|\ \ | | | | | | Includes cleanup
| * | Delete Tab.cpp and Tab.hokaestne2020-11-172-89/+0
| | | | | | | | | | | | as discussed with JF
| * | fix TWI includesokaestne2020-11-161-0/+2
| | |
| * | Include cleanup: displayapp + screensokaestne2020-11-1639-196/+169
| | |
| * | Include cleanup: componentsokaestne2020-11-1635-116/+199
| | |
| * | Include cleanup: driversokaestne2020-11-1517-34/+22
| | |
* | | Merge pull request #128 from AirHamster/cyrillic-fontJF0022020-12-012-237/+598
|\ \ \ | | | | | | | | Add Cyrillic symbols into jetbrains font
| * | | fonts: readme: add cyrillic symbols UTF-8 rangeIlia Zarubin2020-11-071-1/+1
| | | |
| * | | fonts: add cyrillic symbols in mono bold fontIlia Zarubin2020-11-071-236/+597
| | | | | | | | | | | | | | | | | | | | Just converted jetbrains and awesome fonts with additional cyrillic symbols.
* | | | Merge pull request #124 from IoTPanic/patch-waketime-iotpanicJF0022020-12-012-7/+6
|\ \ \ \ | | | | | | | | | | Reduced interval where the display shows the previous time on wake
| * | | | Jeez this is what I get for rushing 😬Samuel Archibald2020-11-191-1/+1
| | | | |
| * | | | Whoops! Don't look at this XDSamuel Archibald2020-11-191-1/+1
| | | | |
| * | | | Readability and fixSamuel Archibald2020-11-191-1/+2
| | | | |
| * | | | This is the actual fix, reducing the time between LCD is turned back on and ↵Samuel Archibald2020-11-021-7/+4
| | | | | | | | | | | | | | | | | | | | the next task which will display the time is started.
| * | | | Fixed displaying last displayed time for ~100ms on wakeSamuel Archibald2020-11-022-4/+5
| |/ / /