gint/src
Lephe 023675d449
improve structure of sources and formatted printer
* Create an `src/3rdparty` folder for third-party code (to add the
  Grisu2B alfogithm soon).
* Split the formatted printer into gint's kprint (src/kprint), its
  extension and interface (include/gint/kprint.h), and its use in the
  standard stdio functions (src/std/print.c).
* Slightly improve the interface of kformat_geometry() to avoid relying
  on knowing format specifiers.
* Add a function to register more formatters, to allow floating-point
  formatters without requiring them.
2021-02-02 18:19:10 +01:00
..
3rdparty/tinymt32 improve structure of sources and formatted printer 2021-02-02 18:19:10 +01:00
cpg cpg, tmu: add spin waiting and spin delay functions for drivers 2020-10-21 14:49:34 +02:00
dma core: remove some useless hardware info 2020-06-20 19:23:50 +02:00
gray bopti: more performance improvement for SCSP cases 2020-07-23 14:03:45 +02:00
intc spu: starter driver, supporting direct CPU access to SPU memory 2020-10-21 18:29:04 +02:00
kernel kernel: fix gint[HWURAM] not being set on fx-9860G 2021-02-02 18:18:02 +01:00
keysc add a dynamic setting for keyboard scan frequency 2021-02-02 18:19:10 +01:00
kprint improve structure of sources and formatted printer 2021-02-02 18:19:10 +01:00
mmu mmu: add MMU registers with a driver context for PASCR and IRMCR 2020-10-21 14:44:47 +02:00
r61524 remove the .gint.data section 2020-07-10 16:36:05 +02:00
render small cleanup 2020-10-05 16:31:37 +02:00
render-cg kernel: fix gint[HWURAM] not being set on fx-9860G 2021-02-02 18:18:02 +01:00
render-fx topti: improve text positioning 2020-10-21 11:49:12 +02:00
rtc rtc: add an rtc_ticks() function similar to RTC_GetTicks() 2021-02-02 18:19:08 +01:00
spu spu: more complete initialization 2020-10-24 17:40:05 +02:00
std improve structure of sources and formatted printer 2021-02-02 18:19:10 +01:00
t6k11 remove the .gint.data section 2020-07-10 16:36:05 +02:00
tmu cpg, tmu: add spin waiting and spin delay functions for drivers 2020-10-21 14:49:34 +02:00
font5x7.png render: refactor to share functions, and basic text on fxcg50 2019-06-15 01:05:31 -04:00
font8x9.png topti: custom character and word spacing (#13) 2020-10-05 16:14:12 +02:00
fxconv-metadata.txt switch build system to CMake 2021-01-25 15:31:20 +01:00