Sites
- Planet Cybiko - http://www.planetcybiko.net/
- DevCybiko Forums - http://thinkable.us/DevCybiko/
- Cybiko Nation - http://www.geocities.com/cybikonation/
- CyOSXP - http://www.4cybiko.com/
- Another Cybiko Wiki - http://www.playdeez.com/cybiko/wiki/
- http://www.devrs.com/cybiko/ - Lots of useful stuff
- http://forums.cydevr.net/index.php/topic,3763.0.html - Disassembled Bootloader ROM listing
- http://www.ticalc.org/pub/ Lots of C program for the TI-89 these could be useful to port.
- simpleRTJ A virtual machine with a small memory footprint that will run on the H8S/2241 CPU (Cybiko CPU H8S/2246)
Embedded O/S
- http://www.rtems.org/wiki/index.php/FreeSoftware - The RTEMS operating system as a very small footprint, after investigating uCLinux it was found too be too large. There are a number of useful technologies already ported to RTEMS that can be useful PicoTK (GUI interface), Kaffe (JVM)
- http://www.ucos-ii.com/ - This has been ported to H8
- http://elks.sourceforge.net/ - 200k kernel max of about 400k, 8086 only
H8/S Related
- http://www.embeddedrelated.com/usenet/embedded/show/8592-1.php - Reverse engineering of the Cybiko H8 code
- http://www.np.edu.sg/~nbk/H8BriefNote.PDF - Brief Intro to the Hitachi H8 micro
- http://www.renesasinteractive.com/ - H8 Interactive Training
- http://sourceforge.jp/projects/uclinux-h8/ - porting uClinux to Renesas H8/300 series CPU.
- H8 Toolchain howto.
Blogs
Other
- Wireless networks and RF - http://www.qsl.net/n9zia/wireless/
- http://sourceforge.net/projects/ucip/ - uC/IP is a smallish TCP/IP protocol stack developed in ANSI C for microcontrollers and embedded systems.
- http://www.sics.se/~adam/uip/ - The uIP TCP/IP Stack for Embedded Microcontrollers