From 7713e5e059bffeb9033b08aa94a3d60e14186233 Mon Sep 17 00:00:00 2001 From: Yann MAGNIN Date: Wed, 18 Jan 2023 20:18:08 +0100 Subject: [PATCH] vxkernel - v0.7.0 : SDL2 and FXCG90 support *notes* > full project architecture update > support the new vxSDK integration > support 64bits architectures > support SLD2 "fake" board > add DMA driver and API > add Timer driver and API > update configuration script (now called "vxdev") > rework Keyboard API > rework scripts isolation > many fixes > many "early-optimisations" > explicit neovim ALE linter configuration --- vxsdk.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/vxsdk.toml b/vxsdk.toml index e7eacfc..1c3cb61 100644 --- a/vxsdk.toml +++ b/vxsdk.toml @@ -1,5 +1,6 @@ [project] name = 'vxkernel' +version = 0.7.0 type = 'lib' target = [ 'fxcg50',