EECS581Team15 / WifiLMR

A land mobile radio-like product for unlicensed campus-wide use.
MIT License
0 stars 0 forks source link

Implement Dummy HAL #7

Closed zjcers closed 5 years ago

zjcers commented 6 years ago

This HAL implementation will simulate (in a "best effort" sort of way) the actual hardware components of the radio. The biggest focus is on input and output, as the UI is the largest component we will have to build ourselves.

zjcers commented 6 years ago

blocked by #6

zjcers commented 6 years ago

Input and output can be implemented using standard Linux things: Input: https://www.kernel.org/doc/Documentation/devicetree/bindings/input/gpio-keys.txt Output: SPI framebuffer + http://www.microwindows.org/ to allow the use of "X11"

zjcers commented 5 years ago

This is no longer blocked by #6 and is ready to be implemented.

zjcers commented 5 years ago

The backlight implementation was done so that this isn't needed. I'd imaging wifi and battery will follow suit, so this issue is obsolete.