Commit Graph

3 Commits

Author SHA1 Message Date
Yann MAGNIN d59a8c986f vxkernel - v0.6.0-31 : fix vxdev + fix FPS synchronization API + disable DMA
*fix*
> [vxdev]
  | proper send script arguments
  | proper boards scanning
> [src/driver/screen/r61524]
  | disable double buffering per default
> [FPS]
  | fix FPS sync
2023-01-17 22:13:43 +01:00
Yann MAGNIN 3fb1bb296e vxkernel - v0.6.0-30 : switch tab to 4 spaces (oskour) + update scripts
*update*
> [common]
  | switch tab to 4 spaces
> [scripts]
  | isolate vxdev scripts
  | add small script for switching tabs to 4 spaces
2023-01-17 21:10:51 +01:00
Yann MAGNIN 20536b601b vxkernel 0.6.0-26 : fonctional CMake build system! (candidate)
@add
> [vxdev] && [scripts]
  ¦ refacto the configuration script, now handle all compilation step
  ¦ proper cmake abstraction
  ¦ proper isolation between "core" and "command"

@update
> [CMakeLists.txt]
  ¦ support extra C flags configuration
  ¦ support installation request
  ¦ proper remove useless explicit path information
> [boards]
  ¦ [sdl2] move "toolchain" information in the vxsdk.toml (handled by vxSDK)
  ¦ [fxcg50] move "toolchain" information in the vxsdk.toml (handled by vxSDK)
> [vxsdk.toml]
  ¦ proper use of the new ENV configuration protocol
  ¦ isolate toolchain information of each board

@fix
> [.gitignore]
  ¦ use explicit exclusion instead of explicit inclusion
  ¦ add missing kernel source files (!)
2022-12-03 16:50:02 +01:00