Go to file
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
assets VxKernel 0.6.0-6 : Add exception/kernel panic screen + add assets 2022-06-14 10:51:23 +02:00
board VxKernel 0.6.0-14 : Update whole project architecture 2022-06-25 11:26:15 +02:00
include/vhex VxKernel 0.6.0-14 : Update whole project architecture 2022-06-25 11:26:15 +02:00
src VxKernel 0.6.0-14 : Update whole project architecture 2022-06-25 11:26:15 +02:00
vxsdk.toml VxKernel 0.6.0-14 : Update whole project architecture 2022-06-25 11:26:15 +02:00