Commit Graph

107 Commits

Author SHA1 Message Date
Lephenixnoir 9787b95ed7
gint/usbtrace: add a USB tracer function 2022-12-03 13:32:05 +01:00
Lephenixnoir 7b4f314021
gint/usb: use new USB_LOG() notation 2022-12-01 10:35:45 +01:00
Lephenixnoir 40fa1b0c6d
gint/kmalloc: show _ostk arena 2022-12-01 10:34:58 +01:00
Lephenixnoir a9608099b4
gintctl: add SHIFT+[,] shortcut for testing dwindow setting 2022-11-19 19:03:26 +01:00
Lephenixnoir 5875a2f59a
minor GUI update 2022-11-19 19:03:16 +01:00
Lephenixnoir d0806af51e
gint/render: add a test for basic rendering functions 2022-11-16 19:14:48 +01:00
Lephenixnoir 33cb3fc698
reduce RAM usage on SH3 (limited ram segment) 2022-10-09 18:13:01 +02:00
Lephenixnoir be35b44139
gint/keyboard: update to keydev_read() sleep change 2022-10-09 18:12:43 +02:00
Lephenixnoir c8ffbd8611
enable gint_setrestart() on fx-CG 2022-09-07 17:45:43 +02:00
Lephenixnoir 9e14e034df Merge pull request 'bugfix' (#5) from IniKiwi/gintctl:inikiwi-patch-1 into dev
Reviewed-on: https://gitea.planet-casio.com/Lephenixnoir/gintctl/pulls/5
2022-08-23 20:30:11 +02:00
IniKiwi 7411390b00 bugfix 2022-08-23 20:25:00 +02:00
Lephenixnoir 64d0824377
bump version to 2.8.0 2022-05-16 21:59:00 +01:00
Lephenixnoir fb13d985ff
perf/cpu: remove tests that don't fit on fx 2022-05-16 21:58:42 +01:00
Lephenixnoir 7e9b26f42c
gint/overclock: add overclocking test 2022-05-15 22:45:19 +01:00
Lephenixnoir 6e993ff99b
gint/image: replace libimg on fx-CG 50 2022-05-15 12:59:08 +01:00
Lephenixnoir 4b215498d7
gint/image: rename from gint/bopti 2022-05-12 15:38:48 +01:00
Lephenixnoir fa62ebf6a0
perf/cpu: explore CPU loops and branching 2022-05-12 15:35:38 +01:00
Lephenixnoir cfaa899f8a
gint/keyboard: improve layout on fx-CG 2022-05-12 15:33:23 +01:00
Lephenixnoir 12aae32c29
perf/cpu: simplify setup using assembly macros 2022-04-03 10:36:46 +01:00
Lephenixnoir 71d7b2fcf2
perf/memory: add alternating reads and writes 2022-04-03 10:36:35 +01:00
Lephenixnoir 32a81d6e54
perf/memory: more detailed statistics on memory read/write speed 2022-03-26 15:22:04 +00:00
Lephenixnoir d37e2bb82f
perf/cpu: more documentation on pipeline stalls 2022-03-24 18:20:38 +00:00
Lephenixnoir 29fc91d60c
libs/bfile: fix the file enumeration
It used to fail, but actually not because of BFile, instead because of
shaky variable storage on the stack.
2022-03-24 18:20:38 +00:00
Lephenixnoir ddb9bc12a2
cmake: show G3A file size after build 2022-03-24 18:20:38 +00:00
Lephenixnoir 68b24e16cc
gint/cpumem: show filesystem type reported by gint 2022-03-24 18:16:07 +00:00
Lephenixnoir 063386dcd2
discover and dump 8 MB RAM on fx-CG 50 2021-09-18 16:04:57 +02:00
Lephenixnoir f59cc41490
add SHIFT+VARS as video recording shortcut when USB is open 2021-08-11 01:43:53 +02:00
Lephenixnoir 439c3a5ad1
perf/cpu: fx-9860G compatibility 2021-08-11 01:35:34 +02:00
Lephenixnoir 12e78d2897
perf/cpu: add CPU pipeline/superscalar parallelism observations 2021-08-05 16:12:36 +02:00
Lephenixnoir 4e748e3c55
gint/ram: add a detailed page identification for 0xe500xxxx 2021-07-18 22:24:27 +02:00
Lephenixnoir 81adef2785
perf/cpucache: evidence the 32-kiB operand cache 2021-06-21 09:39:36 +02:00
Lephenixnoir ebc9b5c1c2
timer_callbacks: add an ICS test 2021-06-18 14:45:23 +02:00
Lephenixnoir c9d01109c7
use %D instead of %j for fixed-point values 2021-06-16 16:02:33 +02:00
Lephenixnoir e24514cdb0
remove tests that have moved to the FxLibc test add-in 2021-06-08 11:45:42 +02:00
Lephenixnoir ea4351a453
replace gint standard includes with fxlibc 2021-06-08 10:45:51 +02:00
Lephenixnoir 41abbba52a
remove calls to gint-backed standard functions 2021-06-07 19:08:17 +02:00
Lephenixnoir 118eb789ee
my commit is magnificent, and fierce, and eh- kinda huge
* Set minimum CMake version to 3.15
* Update icon because come on the previous one was bad
* Show sleep block level counter in CPU details
* Add global shortcut to make screenshots, and update some tests to use
  getkey()-based methods to support these screenshots
* Fix the USB log freezing because my brain was gone when I made it
* Implement actually useful stuff in the USB test
2021-05-29 16:11:28 +02:00
Lephenixnoir 839caf5d87
cmake: update library parameters for 2.5.0 2021-05-29 16:11:28 +02:00
Lephenixnoir 742089704e
libs/bfile: add a simple BFile listing test 2021-05-05 10:31:01 +02:00
Lephenixnoir 67999f260e
gint/dma: use the asynchronous DMA API 2021-04-28 17:54:49 +02:00
Lephenixnoir 8fc19004c0
move the USB test from gint to gintctl 2021-04-27 14:57:52 +02:00
Lephenixnoir a088ab503f
update to GINT_CALL() callbacks 2021-04-27 14:57:27 +02:00
Lephenixnoir 5586985a3d
update to the new driver system
Follows most of the changes made to the gint driver system.

* Replace test gint/switch with a new test gint/drivers which shows
  driver metadata, flags, and world states.
* Enable the DMA Control test on SH4-based fx-9860G.
* Enable the Memory Speed test on SH4-based fx-9860G.
* Enable the Memory Speed test on SH3-based fx-9860G although there's
  barely anything useful for that platform.
* Update all tests to the GINT_CALL API when useful.
* Use public world buffers and public driver state structures to show
  world states without having to coordinate the gint and gintctl code.
2021-04-24 16:11:47 +02:00
Lephenixnoir b63d58515c
gint/usb: add a USB communication test (WIP) 2021-04-20 10:22:12 +02:00
Lephenixnoir 4b4b69b2b6
gint/kmalloc: Add memory allocator integrity and stress tests
Also sort out a couple of memory leaks that came up during testing... x3
2021-03-15 15:11:35 +01:00
Lephenixnoir 1dfe4e0375
mem: use a JustUI scene for the memory browser 2021-03-12 15:18:04 +01:00
Lephenixnoir 9a9c366821
libs/justui: add a demo of the JustUI widget library 2021-03-12 13:40:17 +01:00
Lephenixnoir ca2d731f39
gint/keyboard: port the keydev test to fx-CG 50 2021-03-12 13:39:52 +01:00
Lephenixnoir ca1df5cb20
gint/keyboard: detailed test of the new keydev mechanic 2021-03-11 18:14:52 +01:00
Lephenixnoir 02571b8957
various improvements in GUI, mainly on fx-9860G
* True convention for F-keys:
  -> Corner = change tab
  -> Round (button) = perform action
  -> White = other display changes with no consequence

* mem: Move quickly with Shift
* mem: Jump to destination with F1
* gint/cpumem: More interesting values
* abuse mini font, scrollbars instead of triangles, quick moves
* fix a fair amoutn of warnings
2021-02-08 10:14:28 +01:00