Commit Graph

  • 99d7e304d2 Check if elapsed time >= configured time, otherwise we may have to wait an extra tick master Adam Pippin 2020-04-19 13:56:31 -0700
  • c1e1c2a3c9 Add more TODOs to README Adam Pippin 2020-04-19 02:36:57 -0700
  • 5282501f68 Fix formatting in LICENSE Adam Pippin 2020-04-19 02:34:49 -0700
  • 3e058b775f Add LICENSE Adam Pippin 2020-04-19 02:34:12 -0700
  • c56d1aa0b2 Add README Adam Pippin 2020-04-19 02:30:03 -0700
  • 11b8cb75d9 Add rotation support to the UI task Adam Pippin 2020-04-19 02:23:58 -0700
  • 8979aabde6 Attempt to handle debouncing inputs Adam Pippin 2020-04-19 02:23:18 -0700
  • 9d98dc238c Tiling UI updates Adam Pippin 2020-04-18 22:24:09 -0700
  • 1e0c57b788 Remove test window from test func; update Battery + Clock to use new UI lib Adam Pippin 2020-04-18 22:23:01 -0700
  • 8634a43ece Beginning of tiling wm Adam Pippin 2020-04-18 21:35:25 -0700
  • 1b4b3fa3e3 Add battery indicator Adam Pippin 2020-04-18 19:06:35 -0700
  • 222060ce5c Move rgb_to_colour to utils Adam Pippin 2020-04-18 19:06:15 -0700
  • 63bd12bffe Adjust default screen brightness down, set on start Adam Pippin 2020-04-18 19:05:47 -0700
  • 3bbd8d2f22 RTC clock Adam Pippin 2020-04-18 19:05:35 -0700
  • 8f493308e9 Simple UI layer -- responsible for clearing screen and setting basics Adam Pippin 2020-04-18 14:43:29 -0700
  • bd5b1b0c9a Modify test func to handle button input again Adam Pippin 2020-04-18 14:43:06 -0700
  • 62890bb17c Cache signals during each kernel tick to make run order more predictable Adam Pippin 2020-04-18 14:42:39 -0700
  • 93d22d9ccd Removing debugging code from Clock Adam Pippin 2020-04-18 14:40:25 -0700
  • cac63c7c1f Added basic "Clock" process Adam Pippin 2020-04-18 13:47:54 -0700
  • f03e6f327c Update test func to use redraw signal Adam Pippin 2020-04-18 13:47:37 -0700
  • 05ccb339a9 Remove debugging code from userinput Adam Pippin 2020-04-18 13:47:20 -0700
  • 21ad1679f7 Add REDRAW signal to Kernel Adam Pippin 2020-04-18 13:46:44 -0700
  • 22f153ba1b Fix display error in test app during initialization Adam Pippin 2020-04-17 23:01:39 -0700
  • 01da8bc03f Adjust screen brightness at idle; use new kernel function for getting actual time since last tick; decrease run interval (make shorter) when waiting for tasks to shutdown Adam Pippin 2020-04-17 23:00:57 -0700
  • 7de1698099 Track how long the time since last tick *actually* was and provide to tasks Adam Pippin 2020-04-17 23:00:06 -0700
  • 20f0146820 Modify test task to store/read count from eeprom Adam Pippin 2020-04-17 22:40:27 -0700
  • 1447668695 Change PowerManagement to signal stop and wait for tasks to exit before sleeping Adam Pippin 2020-04-17 22:40:08 -0700
  • e0d1fc31a6 UserInput -- handle SIGNAL_STOP Adam Pippin 2020-04-17 22:39:52 -0700
  • ad41fbf703 Added EAT - EEPROM Allocation Table - storage management Adam Pippin 2020-04-17 22:39:35 -0700
  • 771a68ea28 Move button press detection to kernel based off of wake event Change process callback to pass in process's pid Adam Pippin 2020-04-17 21:39:33 -0700
  • 9af80d8ec3 Track if any tasks are stil running and if not then panic Adam Pippin 2020-04-17 17:06:52 -0700
  • a02be354e0 Initial commit Adam Pippin 2020-04-17 16:58:56 -0700