├── .gitignore ├── COPYING ├── Kconfig ├── Makefile ├── README.md ├── tango32.c └── tango32.h /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmanieuSystems/tango32-module/HEAD/.gitignore -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmanieuSystems/tango32-module/HEAD/COPYING -------------------------------------------------------------------------------- /Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmanieuSystems/tango32-module/HEAD/Kconfig -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmanieuSystems/tango32-module/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmanieuSystems/tango32-module/HEAD/README.md -------------------------------------------------------------------------------- /tango32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmanieuSystems/tango32-module/HEAD/tango32.c -------------------------------------------------------------------------------- /tango32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmanieuSystems/tango32-module/HEAD/tango32.h --------------------------------------------------------------------------------