mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-19 12:32:29 +00:00
ea8bc3970d
* Added logic to figure out what type of host we're running on - Banana Pi or Raspberry Pi * Split out the raspberry pi logic to separate classes that are created at start-up based upon the host configuration * Added System Timer class for Allwinner H3 CPU * Added stubs for GPIO BUS for Allwinner H3 CPU Authored-by: Tony Kuker <akuker@gmail.com>
30 lines
403 B
Plaintext
30 lines
403 B
Plaintext
venv
|
|
*.pyc
|
|
core
|
|
.idea/
|
|
.DS_Store
|
|
*.swp
|
|
__pycache__
|
|
current
|
|
rascsi_interface_pb2.py
|
|
src/raspberrypi/hfdisk/
|
|
*~
|
|
messages.pot
|
|
messages.mo
|
|
report.xml
|
|
|
|
# Intermediate files from astyle
|
|
*.orig
|
|
|
|
docker/docker-compose.override.yml
|
|
/docker/volumes/images/*
|
|
!/docker/volumes/images/.gitkeep
|
|
/docker/volumes/config/*
|
|
!/docker/volumes/config/.gitkeep
|
|
|
|
# temporary user files
|
|
s.sh
|
|
|
|
# temporary kicad files
|
|
*-backups
|