Before it was only sensitive to rising edge. But for the "start" we actually want to force it on if active to avoid race condition in the software where: - CPU clears the condition of the wakeup - New wake up event happens right after it - CPU asks for shutdown - And then no rising edge happens because wakeup is already high For shutdown it's good that it's rising edge dependent since the OFF command signal _might_ stay high if the system clock shuts down Signed-off-by: Sylvain Munaut <tnt@246tNt.com> |
||
---|---|---|
doc | ||
drawings | ||
firmware | ||
gateware | ||
hardware | ||
.gitmodules | ||
README.md |
README.md
Xmas Snoopy
This repository contains all the source code and design files for a Snoopy themed LED matrix chrismas decoration.
License
A lots of the files will have appropriate SPDX license identifiers in their headers.
In general for this project :
- Documents / Data / Images are under
CC-BY-SA 4.0
- Hardware and Gateware designs are under
CERN-OHL-P-2.0
- Software is under
MIT
,GPL-3.0-or-later
orLGPL-3.0-or-later
See the doc/licenses
subdirectory for the full text of all those licenses.
Also note that some files are included here from other projects, either copied here or included using git submodules and those will have their own licensing.