framebuffer: disable debugger by default
[litex.git] / software / libbase /
2012-06-04 Sebastien Bourdeauducqsoftware/libbase: qsort
2012-05-31 Sebastien Bourdeauducqsoftware/libbase: add strcat strncat
2012-05-31 Sebastien Bourdeauducqsoftware: more flexible compilation target
2012-05-28 Sebastien Bourdeauducqsoftware/libbase/vsnprintf: treat %g as %f (temporary...
2012-05-28 Sebastien Bourdeauducqsoftware/libbase: remove fabsf
2012-05-28 Sebastien Bourdeauducqsoftware/libbase: add strerror
2012-05-28 Sebastien Bourdeauducqsoftware/libbase: use compiler-rt
2012-05-27 Sebastien Bourdeauducqsoftware/libbase: memcpy: same with 2 alignment
2012-05-27 Sebastien Bourdeauducqsoftware/libbase: __floatunsisf/__floatunsidf
2012-05-27 Sebastien Bourdeauducqsoftware/libbase: fix memcpy handling of buffers with...
2012-05-25 Sebastien Bourdeauducqsoftware: more string functions
2012-05-25 Sebastien Bourdeauducqsoftware/libbase: strtod
2012-05-25 Sebastien Bourdeauducqsoftware/libbase: errno
2012-05-25 Sebastien Bourdeauducqlibbase: setjmp/longjmp
2012-05-25 Sebastien Bourdeauducqsoftware/libbase: srand and RAND_MAX
2012-05-24 Sebastien Bourdeauducqsoftware/libbase: now that we have double precision...
2012-05-24 Sebastien Bourdeauducqsoftware/libbase: double precision FP glue
2012-05-24 Sebastien Bourdeauducqsoftware/libbase: fix softfloat compilation warnings
2012-05-24 Sebastien Bourdeauducqsoftware/libbase: upgrade softfloat to version 2b ...
2012-05-24 Sebastien BourdeauducqRemove some boilerplate
2012-05-24 Sebastien Bourdeauducqsoftware: include.mak -> common.mak
2012-05-24 Sebastien Bourdeauducqsoftware: merge libextra into libbase
2012-05-22 Sebastien BourdeauducqClock frequency detection
2012-05-21 Sebastien Bourdeauducqlibbase: unmask UART interrupt correctly
2012-05-21 Sebastien BourdeauducqCommon interrupt numbers
2012-05-16 Sebastien BourdeauducqIdentifier
2012-02-07 Sebastien Bourdeauducqlibbase: blocking UART write if IRQs are enabled
2012-02-07 Sebastien Bourdeauducqsoftware: shell from original BIOS
2012-02-07 Sebastien Bourdeauducqsoftware: enable -Wmissing-prototypes
2012-02-07 Sebastien Bourdeauducqsoftware: use the Clang/LLVM compiler
2012-02-06 Sebastien Bourdeauducqsoftware: remove unnecessary IRQ acks
2012-02-06 Sebastien Bourdeauducqsoftware: interrupt driven UART working
2012-02-06 Sebastien Bourdeauducqsoftware: use new UART
2012-02-05 Sebastien BourdeauducqBIOS: hello world
2012-02-03 Sebastien Bourdeauducqsoftware: dependencies the Werner way
2012-02-03 Sebastien BourdeauducqCopy some software code from the original Milkymist...