Commit Graph

7 Commits

Author SHA1 Message Date
Yann MAGNIN 2f34cf4d48 Update printf-familly + fix compilation error 2020-03-21 20:02:27 +01:00
Yann MAGNIN f02487d856 Update librairies part + auto-load TTY device when STD[OUT/ERR/IN]_FILENO is specified + Try to create dynamic libs (not work) 2020-03-20 22:47:05 +01:00
Yann MAGNIN 67201cd226 Use PIE format for user program 2020-03-18 17:48:53 +01:00
Yann MAGNIN 6c0971e661 Updated project organization to isolate kernel, libraries and user applications 2019-12-30 16:31:03 +01:00
Yann MAGNIN 84efc8c451 Vhex v2 - add-in redisign: Add minimal kernel and minimal libs 2019-12-02 16:48:36 +01:00
yann MAGNIN 76aeea1fa5 Update License used by the project --> switch to CC0.
Add change project name to Vhex.
Update command handling, now we generate and hide the cache
	(and command block) during the compilation.
Add documentations.
Add manual pages.
Add units tests.
Update some modules.
2019-06-14 14:49:13 +02:00
yann MAGNIN 7a0e037705 All instructions can be traducted "on-the-fly". (except FPU instruction because
they do not exist on SH3 mpu based).
Write "driver" for getkey Casio's function for get the key's "status" (caps-lock, letter, number).
Add commands and modes handling.
Add somes commands.
Add somes units tests.
2019-06-10 02:14:49 +02:00