Commit Graph

250 Commits

Author SHA1 Message Date
Jorj Bauer 2eb24f9b3f fix suspend/resume 2021-01-09 21:34:19 -05:00
Jorj Bauer 0df32dbeba improve BIOS about screen 2021-01-09 12:15:35 -05:00
Jorj Bauer 5c6354e025 fix disk behavior on bios reboot 2021-01-09 11:30:39 -05:00
Jorj Bauer d2c4b98346 cleanups for file selection 2021-01-09 10:48:29 -05:00
Jorj Bauer b7ac5ad2b4 fixups for teensy display 2021-01-09 07:56:50 -05:00
Jorj Bauer 5c701b9418 use the apple font for the BIOS (reduce memory footprint, make prettier) 2021-01-09 07:15:00 -05:00
Jorj Bauer c0f105807c initialize cpu speed state in the bios menu so it shows the correct value 2021-01-08 19:56:29 -05:00
Jorj Bauer 826e5d14c5 expand reboot options (and make them understandable) 2021-01-08 19:41:38 -05:00
Jorj Bauer 0468bf43c5 more normalization and commenting 2021-01-08 19:25:08 -05:00
Jorj Bauer fe46c4ab52 importing old mouse work to new teensy 4.1 2020-12-29 09:12:33 -05:00
Jorj Bauer dee3baed60 updated readme 2020-12-28 23:36:25 -05:00
Jorj Bauer 8b4c50ed30 added missing debug mode for battery mode 2020-12-28 23:36:17 -05:00
Jorj Bauer 4d19ede8b3 fix drawing of volume bar - needs to use the scaled method 2020-12-28 22:59:35 -05:00
Jorj Bauer 49fc86158a add volume in the SDL build 2020-12-28 22:57:11 -05:00
Jorj Bauer 0ba196b6ab fix usb scancode error 2020-12-28 22:52:52 -05:00
Jorj Bauer db0ed06375 implement volume 2020-12-28 22:49:57 -05:00
Jorj Bauer d1263bbf5a basic USB keyboard functionality 2020-12-28 22:30:34 -05:00
Jorj Bauer b1e1b22333 update to TeensyDuino 1.54b5 for raw USB keypress support 2020-12-28 21:48:00 -05:00
Jorj Bauer 0f834e0ce2 add battery status 2020-12-28 19:28:35 -05:00
Jorj Bauer 736f325e7f normalizing SDL BIOS behavior against Teensy 2020-12-28 16:44:43 -05:00
Jorj Bauer 84df756230 reset menu index when switching menus 2020-12-28 16:08:03 -05:00
Jorj Bauer d81cbb5607 avoid fast-forwarding the CPU after exiting the BIOS 2020-12-28 16:04:57 -05:00
Jorj Bauer 9f530fa2b5 finish implementing disk and hard disk insertion 2020-12-28 15:55:02 -05:00
Jorj Bauer 991c5fefd7 update Teensy to use the new common BIOS 2020-12-28 15:22:17 -05:00
Jorj Bauer 538898d371 bios rework in SDL base 2020-12-28 14:23:47 -05:00
Jorj Bauer 16fbb37f90 remove macros for threading compatability 2020-08-03 05:11:23 -04:00
Jorj Bauer f9d060b593 fix bounds overflow when drawing characters 2020-08-02 20:49:12 -04:00
Jorj Bauer 374422b484 documented the depth of the latest hack 2020-08-02 20:38:01 -04:00
Jorj Bauer cd170396e1 convert to SdFat-beta for long filename support (but conflicts with Audio.h, sadly) 2020-08-02 20:34:48 -04:00
Jorj Bauer 0c7c3dd83e removed unnecessary include 2020-08-02 20:34:40 -04:00
Jorj Bauer ac263abb0c removed unnecessary includes 2020-08-02 20:34:31 -04:00
Jorj Bauer 6ad8140211 fix format 2020-08-02 16:57:17 -04:00
Jorj Bauer 1edae0f56a audio fixes and normalization between hardware types 2020-08-02 10:02:35 -04:00
Jorj Bauer 2bef4b7eb0 fix debounce of reset button from within bios 2020-08-02 09:15:40 -04:00
Jorj Bauer fc3a360e7e convert cpu cycle counter to int64_t 2020-08-02 09:06:15 -04:00
Jorj Bauer 0c2cf3f8ff get actual return value from ::write() 2020-08-01 20:42:13 -04:00
Jorj Bauer 85993b903e fixed v9 2020-07-31 10:39:52 -04:00
Jorj Bauer 65f402e74c layout fixes: remove unnecessary USB cap (it's on the teensy); fix usb part; ensure parallel D+/D- USB traces 2020-07-31 08:49:08 -04:00
Jorj Bauer 251231133a v7, mostly complete; r8, fixed USB host power 2020-07-31 06:43:24 -04:00
Jorj Bauer 97888eec7a convert to MQS (move keyboard and display to suit) 2020-07-15 10:19:57 -04:00
Jorj Bauer ae47fb63df fix chirp on startup 2020-07-15 10:19:41 -04:00
Jorj Bauer e138f7be3f convert to ili9341_t3n library to use full DMA transfers 2020-07-15 03:21:17 -04:00
Jorj Bauer 70885ab240 speaker fixes; committed to removing threads 2020-07-14 20:43:41 -04:00
Jorj Bauer eff51b4100 working on teensy audio 2020-07-13 21:10:26 -04:00
Jorj Bauer 528a7f8837 cleanup 2020-07-13 21:10:23 -04:00
Jorj Bauer a67cc53bcd account for missing cycles auto-filled when speaker is quiescent 2020-07-13 20:28:33 -04:00
Jorj Bauer d78f0dc8cf Audio improvements 2020-07-13 19:01:41 -04:00
Jorj Bauer 1062cec90c increase bios path length 2020-07-13 17:27:07 -04:00
Jorj Bauer 1dcbee91ba removed threads; bones for audio in place 2020-07-12 22:13:33 -04:00
Jorj Bauer fb7a64a22f common debugging buffer (fix some memory overruns); consistent timing improvements 2020-07-12 12:46:02 -04:00