diff --git a/firmware/components/mipidisp/hexdump.c b/firmware/components/mipidisp/hexdump.c index 062ea7e..4f58852 100644 --- a/firmware/components/mipidisp/hexdump.c +++ b/firmware/components/mipidisp/hexdump.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Jeroen Domburg wrote this file. As long as you retain + * this notice you can do whatever you want with this stuff. If we meet some day, + * and you think this stuff is worth it, you can buy me a beer in return. + * ---------------------------------------------------------------------------- + */ #include #include #include diff --git a/firmware/components/mipidisp/mipi.c b/firmware/components/mipidisp/mipi.c index 1394335..eb39c9d 100644 --- a/firmware/components/mipidisp/mipi.c +++ b/firmware/components/mipidisp/mipi.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Jeroen Domburg wrote this file. As long as you retain + * this notice you can do whatever you want with this stuff. If we meet some day, + * and you think this stuff is worth it, you can buy me a beer in return. + * ---------------------------------------------------------------------------- + */ /* Thing to emulate single-lane MIPI using a flipflop and a bunch of resistors. */ diff --git a/firmware/components/mipidisp/mipi_dsi.c b/firmware/components/mipidisp/mipi_dsi.c index abe3066..149977e 100644 --- a/firmware/components/mipidisp/mipi_dsi.c +++ b/firmware/components/mipidisp/mipi_dsi.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Jeroen Domburg wrote this file. As long as you retain + * this notice you can do whatever you want with this stuff. If we meet some day, + * and you think this stuff is worth it, you can buy me a beer in return. + * ---------------------------------------------------------------------------- + */ #include #include #include diff --git a/firmware/components/tme-esp32/adns9500.c b/firmware/components/tme-esp32/adns9500.c index cf63656..6dbeb45 100644 --- a/firmware/components/tme-esp32/adns9500.c +++ b/firmware/components/tme-esp32/adns9500.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Jeroen Domburg wrote this file. As long as you retain + * this notice you can do whatever you want with this stuff. If we meet some day, + * and you think this stuff is worth it, you can buy me a beer in return. + * ---------------------------------------------------------------------------- + */ #include #include #include diff --git a/firmware/components/tme-esp32/hd.c b/firmware/components/tme-esp32/hd.c index f70140f..fc84321 100644 --- a/firmware/components/tme-esp32/hd.c +++ b/firmware/components/tme-esp32/hd.c @@ -1,3 +1,12 @@ +//SCSI HD emulated using ESP32 flash +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Jeroen Domburg wrote this file. As long as you retain + * this notice you can do whatever you want with this stuff. If we meet some day, + * and you think this stuff is worth it, you can buy me a beer in return. + * ---------------------------------------------------------------------------- + */ #include #include #include diff --git a/firmware/components/tme-esp32/localtalk.c b/firmware/components/tme-esp32/localtalk.c index f4da394..2844819 100644 --- a/firmware/components/tme-esp32/localtalk.c +++ b/firmware/components/tme-esp32/localtalk.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Jeroen Domburg wrote this file. As long as you retain + * this notice you can do whatever you want with this stuff. If we meet some day, + * and you think this stuff is worth it, you can buy me a beer in return. + * ---------------------------------------------------------------------------- + */ #include //All stubbed out for now. diff --git a/firmware/components/tme-esp32/main.c b/firmware/components/tme-esp32/main.c index 7b5fd06..1ffea5f 100644 --- a/firmware/components/tme-esp32/main.c +++ b/firmware/components/tme-esp32/main.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Jeroen Domburg wrote this file. As long as you retain + * this notice you can do whatever you want with this stuff. If we meet some day, + * and you think this stuff is worth it, you can buy me a beer in return. + * ---------------------------------------------------------------------------- + */ #include "esp_attr.h" #include "rom/cache.h" diff --git a/firmware/components/tme-esp32/mipi_lcd.c b/firmware/components/tme-esp32/mipi_lcd.c index d98298c..7ca7e09 100644 --- a/firmware/components/tme-esp32/mipi_lcd.c +++ b/firmware/components/tme-esp32/mipi_lcd.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Jeroen Domburg wrote this file. As long as you retain + * this notice you can do whatever you want with this stuff. If we meet some day, + * and you think this stuff is worth it, you can buy me a beer in return. + * ---------------------------------------------------------------------------- + */ #include #include #include diff --git a/firmware/components/tme-esp32/mpu6050.c b/firmware/components/tme-esp32/mpu6050.c index 284f680..63ab7b6 100644 --- a/firmware/components/tme-esp32/mpu6050.c +++ b/firmware/components/tme-esp32/mpu6050.c @@ -1,3 +1,12 @@ +//Failed attempt to emulate a mouse using an MPU +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Jeroen Domburg wrote this file. As long as you retain + * this notice you can do whatever you want with this stuff. If we meet some day, + * and you think this stuff is worth it, you can buy me a beer in return. + * ---------------------------------------------------------------------------- + */ #include #include "driver/i2c.h" #include "mpu6050.h" diff --git a/firmware/components/tme-esp32/mpumouse.c b/firmware/components/tme-esp32/mpumouse.c index af701f6..4da60f6 100644 --- a/firmware/components/tme-esp32/mpumouse.c +++ b/firmware/components/tme-esp32/mpumouse.c @@ -1,3 +1,12 @@ +//Failed attempt to emulate a mouse using a MPU +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Jeroen Domburg wrote this file. As long as you retain + * this notice you can do whatever you want with this stuff. If we meet some day, + * and you think this stuff is worth it, you can buy me a beer in return. + * ---------------------------------------------------------------------------- + */ #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "freertos/portmacro.h" diff --git a/firmware/components/tme-esp32/snd.c b/firmware/components/tme-esp32/snd.c index 79f33c0..62442ba 100644 --- a/firmware/components/tme-esp32/snd.c +++ b/firmware/components/tme-esp32/snd.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Jeroen Domburg wrote this file. As long as you retain + * this notice you can do whatever you want with this stuff. If we meet some day, + * and you think this stuff is worth it, you can buy me a beer in return. + * ---------------------------------------------------------------------------- + */ #include #include #include diff --git a/firmware/components/tme-esp32/spi_lcd.c b/firmware/components/tme-esp32/spi_lcd.c index b8abcd3..d367f00 100644 --- a/firmware/components/tme-esp32/spi_lcd.c +++ b/firmware/components/tme-esp32/spi_lcd.c @@ -1,11 +1,12 @@ -/* SPI Master example - - This example code is in the Public Domain (or CC0 licensed, at your option.) - - Unless required by applicable law or agreed to in writing, this - software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR - CONDITIONS OF ANY KIND, either express or implied. -*/ +//Driver for the LCD on an ESP32-Wrover-Kit board +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Jeroen Domburg wrote this file. As long as you retain + * this notice you can do whatever you want with this stuff. If we meet some day, + * and you think this stuff is worth it, you can buy me a beer in return. + * ---------------------------------------------------------------------------- + */ #include #include #include diff --git a/firmware/components/tme/emu.c b/firmware/components/tme/emu.c index b1469c6..87a06b9 100644 --- a/firmware/components/tme/emu.c +++ b/firmware/components/tme/emu.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Jeroen Domburg wrote this file. As long as you retain + * this notice you can do whatever you want with this stuff. If we meet some day, + * and you think this stuff is worth it, you can buy me a beer in return. + * ---------------------------------------------------------------------------- + */ #include #include #include diff --git a/firmware/components/tme/iwm.c b/firmware/components/tme/iwm.c index a249588..0695508 100644 --- a/firmware/components/tme/iwm.c +++ b/firmware/components/tme/iwm.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Jeroen Domburg wrote this file. As long as you retain + * this notice you can do whatever you want with this stuff. If we meet some day, + * and you think this stuff is worth it, you can buy me a beer in return. + * ---------------------------------------------------------------------------- + */ #include /* diff --git a/firmware/components/tme/mouse.c b/firmware/components/tme/mouse.c index 2d88a58..703d842 100644 --- a/firmware/components/tme/mouse.c +++ b/firmware/components/tme/mouse.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Jeroen Domburg wrote this file. As long as you retain + * this notice you can do whatever you want with this stuff. If we meet some day, + * and you think this stuff is worth it, you can buy me a beer in return. + * ---------------------------------------------------------------------------- + */ #include "mouse.h" typedef struct { diff --git a/firmware/components/tme/ncr.c b/firmware/components/tme/ncr.c index 6cdacba..599e5c1 100644 --- a/firmware/components/tme/ncr.c +++ b/firmware/components/tme/ncr.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Jeroen Domburg wrote this file. As long as you retain + * this notice you can do whatever you want with this stuff. If we meet some day, + * and you think this stuff is worth it, you can buy me a beer in return. + * ---------------------------------------------------------------------------- + */ #include #include #include "ncr.h" diff --git a/firmware/components/tme/network/basiliskif.c b/firmware/components/tme/network/basiliskif.c index f90635e..74c243c 100644 --- a/firmware/components/tme/network/basiliskif.c +++ b/firmware/components/tme/network/basiliskif.c @@ -1,3 +1,12 @@ +//Unfinished appletalk-over-wifi attempt +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Jeroen Domburg wrote this file. As long as you retain + * this notice you can do whatever you want with this stuff. If we meet some day, + * and you think this stuff is worth it, you can buy me a beer in return. + * ---------------------------------------------------------------------------- + */ #include #include #include diff --git a/firmware/components/tme/network/ddp.c b/firmware/components/tme/network/ddp.c index 2497fbc..7199c1c 100644 --- a/firmware/components/tme/network/ddp.c +++ b/firmware/components/tme/network/ddp.c @@ -1,3 +1,13 @@ +//Unfinished appletalk-over-wifi attempt +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Jeroen Domburg wrote this file. As long as you retain + * this notice you can do whatever you want with this stuff. If we meet some day, + * and you think this stuff is worth it, you can buy me a beer in return. + * ---------------------------------------------------------------------------- + */ + #include #include #include diff --git a/firmware/components/tme/network/etalktst b/firmware/components/tme/network/etalktst deleted file mode 100755 index 42a8036..0000000 Binary files a/firmware/components/tme/network/etalktst and /dev/null differ diff --git a/firmware/components/tme/network/ethertalk.c b/firmware/components/tme/network/ethertalk.c index 2ac6d29..eade55a 100644 --- a/firmware/components/tme/network/ethertalk.c +++ b/firmware/components/tme/network/ethertalk.c @@ -1,3 +1,13 @@ + +//Unfoinished appletalk-over-wifi attempt +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Jeroen Domburg wrote this file. As long as you retain + * this notice you can do whatever you want with this stuff. If we meet some day, + * and you think this stuff is worth it, you can buy me a beer in return. + * ---------------------------------------------------------------------------- + */ #include #include #include diff --git a/firmware/components/tme/network/localtalk.c b/firmware/components/tme/network/localtalk.c index e946686..53b7fb8 100644 --- a/firmware/components/tme/network/localtalk.c +++ b/firmware/components/tme/network/localtalk.c @@ -1,3 +1,12 @@ +//Unfinished appletalk-over-wifi attempt +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Jeroen Domburg wrote this file. As long as you retain + * this notice you can do whatever you want with this stuff. If we meet some day, + * and you think this stuff is worth it, you can buy me a beer in return. + * ---------------------------------------------------------------------------- + */ #include #include #include diff --git a/firmware/components/tme/network/sniff.c b/firmware/components/tme/network/sniff.c index 15d45fa..78f0913 100644 --- a/firmware/components/tme/network/sniff.c +++ b/firmware/components/tme/network/sniff.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Jeroen Domburg wrote this file. As long as you retain + * this notice you can do whatever you want with this stuff. If we meet some day, + * and you think this stuff is worth it, you can buy me a beer in return. + * ---------------------------------------------------------------------------- + */ #include #include #include diff --git a/firmware/components/tme/romhack/recalcchs.c b/firmware/components/tme/romhack/recalcchs.c index c357a27..5631f6f 100644 --- a/firmware/components/tme/romhack/recalcchs.c +++ b/firmware/components/tme/romhack/recalcchs.c @@ -1,3 +1,12 @@ +//Tool to recalculate the checksum on a Mac ROM +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Jeroen Domburg wrote this file. As long as you retain + * this notice you can do whatever you want with this stuff. If we meet some day, + * and you think this stuff is worth it, you can buy me a beer in return. + * ---------------------------------------------------------------------------- + */ #include "stdio.h" #include "stdint.h" #include diff --git a/firmware/components/tme/rtc.c b/firmware/components/tme/rtc.c index 6649819..71698c9 100644 --- a/firmware/components/tme/rtc.c +++ b/firmware/components/tme/rtc.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Jeroen Domburg wrote this file. As long as you retain + * this notice you can do whatever you want with this stuff. If we meet some day, + * and you think this stuff is worth it, you can buy me a beer in return. + * ---------------------------------------------------------------------------- + */ #include #include #include diff --git a/firmware/components/tme/scc.c b/firmware/components/tme/scc.c index e8d2f6d..7c69418 100644 --- a/firmware/components/tme/scc.c +++ b/firmware/components/tme/scc.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Jeroen Domburg wrote this file. As long as you retain + * this notice you can do whatever you want with this stuff. If we meet some day, + * and you think this stuff is worth it, you can buy me a beer in return. + * ---------------------------------------------------------------------------- + */ #include #include #include "scc.h" diff --git a/firmware/components/tme/sdl/disp.c b/firmware/components/tme/sdl/disp.c index 85009e6..730e31d 100644 --- a/firmware/components/tme/sdl/disp.c +++ b/firmware/components/tme/sdl/disp.c @@ -1,3 +1,12 @@ +//Stuff for a host-build of TME +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Jeroen Domburg wrote this file. As long as you retain + * this notice you can do whatever you want with this stuff. If we meet some day, + * and you think this stuff is worth it, you can buy me a beer in return. + * ---------------------------------------------------------------------------- + */ #include #include #include diff --git a/firmware/components/tme/sdl/hd.c b/firmware/components/tme/sdl/hd.c index c996c8d..c253a1a 100644 --- a/firmware/components/tme/sdl/hd.c +++ b/firmware/components/tme/sdl/hd.c @@ -1,3 +1,12 @@ +//Stuff for a host build of TME +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Jeroen Domburg wrote this file. As long as you retain + * this notice you can do whatever you want with this stuff. If we meet some day, + * and you think this stuff is worth it, you can buy me a beer in return. + * ---------------------------------------------------------------------------- + */ #include #include #include diff --git a/firmware/components/tme/sdl/main.c b/firmware/components/tme/sdl/main.c index 0a6f563..e1a9a63 100644 --- a/firmware/components/tme/sdl/main.c +++ b/firmware/components/tme/sdl/main.c @@ -1,3 +1,12 @@ +//Stuff for a host build of TME +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Jeroen Domburg wrote this file. As long as you retain + * this notice you can do whatever you want with this stuff. If we meet some day, + * and you think this stuff is worth it, you can buy me a beer in return. + * ---------------------------------------------------------------------------- + */ #include #include diff --git a/firmware/components/tme/sdl/snd.c b/firmware/components/tme/sdl/snd.c index ec640d0..327e881 100644 --- a/firmware/components/tme/sdl/snd.c +++ b/firmware/components/tme/sdl/snd.c @@ -1,3 +1,12 @@ +//Stuff for a host build of TME +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Jeroen Domburg wrote this file. As long as you retain + * this notice you can do whatever you want with this stuff. If we meet some day, + * and you think this stuff is worth it, you can buy me a beer in return. + * ---------------------------------------------------------------------------- + */ #include #include #include diff --git a/firmware/components/tme/via.c b/firmware/components/tme/via.c index 9e2b5a3..b5fe359 100644 --- a/firmware/components/tme/via.c +++ b/firmware/components/tme/via.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Jeroen Domburg wrote this file. As long as you retain + * this notice you can do whatever you want with this stuff. If we meet some day, + * and you think this stuff is worth it, you can buy me a beer in return. + * ---------------------------------------------------------------------------- + */ #include #include #include "via.h"