vxKernel/board/fxcg50
Yann MAGNIN d48e09cb38 VxKernel 0.6.0-14 : Update whole project architecture
@update
<> configure
  | use TOML file format instead of INI for board description
  | block configuration script if it's not involved by the vxSDK
  | comment code and write documentation (WIP)
  | allow kernel module selection
<> Makefile
  | block compilation step if it's not involved by the vxSDK
  | remove the "build/" directory creation
  | moved to the root directory of the project
<> src/modules -> src
  | moved all "kernel modules" in the root directory
  | remove "kernel/" part of the project : now linked to the interrupt controller
<> vxsdk.toml
  | change compilation steps

@fix
<> driver/mpu/sh/sh7305/intc
  | fix TLB interrupt handler freeze
  | link kernel panic (exception/TLB)
<> include/vhex/display
  | add image API by default
2022-06-25 11:26:15 +02:00
..
_Exit.c VxKernel - 0.1.0 : Base 2022-01-08 11:49:29 +01:00
board.toml VxKernel 0.6.0-14 : Update whole project architecture 2022-06-25 11:26:15 +02:00
fxcg50-dynamic.ld VxKernel 0.6.0-1 : Rework the graphic pipeline 2022-05-27 11:57:55 +02:00
fxcg50.ld VxKernel 0.6.0-13 : Add keyboard API + update timer API 2022-06-24 15:33:36 +02:00
hardware.c VxKernel 0.6.0-1 : Rework the graphic pipeline 2022-05-27 11:57:55 +02:00
hardware.h VxKernel 0.3.0 : Worlds 2022-02-13 15:01:01 +01:00
hypervisor.c VxKernel 0.6.0-1 : Rework the graphic pipeline 2022-05-27 11:57:55 +02:00
initialize.c VxKernel 0.6.0-13 : Add keyboard API + update timer API 2022-06-24 15:33:36 +02:00
kmalloc.c VxKernel 0.5.0 : Modules + project architecture update 2022-03-04 17:37:38 +01:00