readme.txt 1018 B

12345678910111213141516171819202122232425262728293031
  1. *****************************************************************************
  2. ** ChibiOS/RT port for x86 into a Posix process **
  3. *****************************************************************************
  4. ** TARGET **
  5. The demo runs under any Posix IA32 system as an application program. The serial
  6. I/O is simulated over TCP/IP sockets.
  7. ** The Demo **
  8. The demo listens on the two serial ports, when a connection is detected a
  9. thread is started that serves a small command shell.
  10. The demo shows how to create/terminate threads at runtime, how to listen to
  11. events, how to work with serial ports, how to use the messages.
  12. You can develop your ChibiOS/RT application using this demo as a simulator
  13. then you can recompile it for a different architecture.
  14. See demo.c for details.
  15. ** Build Procedure **
  16. The demo was built using GCC.
  17. ** Connect to the demo **
  18. In order to connect to the demo a telnet client is required.
  19. Host Name: 127.0.0.1
  20. Port: 29001 and/or 29002
  21. Connection Type: Raw