gint/include/gint
Lephe bd40a0a41c
display: add more text size options dnsize() and drsize()
* dnsize() works like dsize() but a limit on the number of bytes is
  specified. This is useful to obtain the length of a substring.
* drsize() has a reverse limit; the input specifies a number of pixels
  and the function determines how much of the input fits. This is useful
  for word wrapping algorithms.
2021-02-22 16:43:02 +01:00
..
defs kernel: dynamic loading of GMAPPED functions to user RAM 2020-09-17 14:48:54 +02:00
drivers r61524 render-cg: support Prizm and fx-CG Manager 2020-07-02 15:48:19 +02:00
mpu spu: starter driver, supporting direct CPU access to SPU memory 2020-10-21 18:29:04 +02:00
std std/string: add strchr(), strrchr(), and strchrnul() 2021-02-15 17:28:11 +01:00
bfile.h bfile: add BFile syscalls on fx-CG 50 (still unstable) 2020-05-16 17:11:55 +02:00
clock.h cpg, tmu: add spin waiting and spin delay functions for drivers 2020-10-21 14:49:34 +02:00
config.h.in cmake: restore options USER_VRAM and STATIC_GRAY 2021-01-25 19:06:42 +01:00
display-cg.h bopti: deprecate image_t, renamed to bopti_image_t 2020-06-01 12:11:59 +02:00
display-fx.h remove features that are deprecated as of v2.1 2020-07-26 11:47:23 +02:00
display.h display: add more text size options dnsize() and drsize() 2021-02-22 16:43:02 +01:00
dma.h code review and display driver changes 2020-02-23 16:05:25 +01:00
drivers.h some cleanup in src/core and in the repository 2020-06-20 11:41:13 +02:00
exc.h kernel: dynamic loading of GMAPPED functions to user RAM 2020-09-17 14:48:54 +02:00
gint.h show version in header for static version resolution 2020-12-30 18:35:06 +01:00
gray.h remove features that are deprecated as of v2.1 2020-07-26 11:47:23 +02:00
hardware.h add a dynamic setting for keyboard scan frequency 2021-02-02 18:19:10 +01:00
intc.h spu: starter driver, supporting direct CPU access to SPU memory 2020-10-21 18:29:04 +02:00
keyboard.h add a dynamic setting for keyboard scan frequency 2021-02-02 18:19:10 +01:00
keycodes.h way too much, including bopti/topti, timers, and more. 2019-02-21 21:00:26 +01:00
kprint.h kprint: add floating-point formatting based in Grisu2b 59,56 2021-02-02 22:18:15 +01:00
mmu.h mmu: add an mmu_uram_size() function detecting static RAM size 2021-02-05 18:20:16 +01:00
rtc.h rtc: add an rtc_ticks() function similar to RTC_GetTicks() 2021-02-02 18:19:08 +01:00
timer.h cpg, tmu: add spin waiting and spin delay functions for drivers 2020-10-21 14:49:34 +02:00