cosmetic changes
[litex.git] / software / libbase /
2013-11-09 Sebastien Bourdeauducquse git commit id as version
2013-11-09 Sebastien Bourdeauducqrename milkymist-ng to MiSoC
2013-10-23 Florent Kermarrecuart_isr: fix interrupts clear
2013-07-11 Sebastien Bourdeauducqsoftware: move time.c to libbase
2013-07-11 Sebastien Bourdeauducqsoftware: share SDRAM linker script
2013-07-11 Sebastien Bourdeauducqsoftware: share crt0
2013-05-19 Sebastien BourdeauducqSimplify system ID
2013-05-19 Sebastien Bourdeauducqsoftware: add nofloat libbase for size-optimized binaries
2013-05-13 Sebastien Bourdeauducqtimer: atomic reads
2013-05-13 Sébastien BourdeauducqMerge pull request #1 from fallen/makefile-001
2013-05-12 Yann SionneauSome Makefile love
2013-03-25 Sebastien BourdeauducqAutomatically build CSR access functions
2013-03-10 Sebastien BourdeauducqUse new module, autoreg and eventmanager Migen APIs
2013-01-10 Sebastien Bourdeauducqsoftware: hide and delete .ts files
2013-01-10 Sebastien Bourdeauducqsoftware: run the assembler ourselves to prevent future...
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...