software/memtest: fix bandwidth computation
[litex.git] / software / include /
2013-07-11 Sebastien Bourdeauducqsoftware: move time.c to libbase
2013-06-11 Sebastien Bourdeauducqmicroudp: fix compilation warning
2013-06-01 Sebastien BourdeauducqNew simplified flash layout + build flashable images...
2013-05-31 Sebastien Bourdeauducqsoftware/stdlib: fix atoi
2013-05-19 Sebastien BourdeauducqSimplify system ID
2013-05-13 Sebastien Bourdeauducqtimer: atomic reads
2013-05-09 Sebastien Bourdeauducqsoftware/videomixer: interrupt-driven video passthrough
2013-04-30 Sebastien Bourdeauducqsoftware: put network code in a library
2013-04-14 Sebastien Bourdeauducqsoftware/videomixer: use new csr.h
2013-03-28 Sebastien Bourdeauducqcrg: support VGA pixel clock reprogramming
2013-03-25 Sebastien BourdeauducqAutomatically build CSR access functions
2013-03-25 Sebastien Bourdeauducqsoftware/include/base: C++ compatibility
2013-03-23 Sebastien Bourdeauducqsoftware/videomixer: report char position + detected...
2013-03-23 Sebastien Bourdeauducqsoftware/stddef.h: c++ compat for NULL
2013-03-22 Sebastien Bourdeauducqdvisampler: channel synchronization
2013-03-21 Sebastien Bourdeauducqdvisampler: character synchronization
2013-03-21 Sebastien Bourdeauducqsoftware/videomixer: quick hack for phase detection
2013-03-10 Sebastien BourdeauducqUse new module, autoreg and eventmanager Migen APIs
2013-01-12 Sebastien Bourdeauducqsoftware/include: add float.h
2013-01-12 Sebastien Bourdeauducqsoftware/include: add stdbool.h
2013-01-10 Sebastien Bourdeauducqsoftware/include/base/stdint.h: add INT32_C
2013-01-10 Sebastien Bourdeauducqsoftware/include/base/stdint.h: more definitions
2012-10-09 Sebastien BourdeauducqRemove uses of the RE signal on field registers
2012-06-04 Sebastien Bourdeauducqsoftware/libbase: qsort
2012-06-04 Sebastien Bourdeauducqbase/stdlib.h: abs/labs
2012-06-04 Sebastien Bourdeauducqsoftware/base/limits.h: add some more
2012-06-03 Sebastien Bourdeauducqsoftware/libbase: add fseek+ftell decls
2012-06-02 Sebastien Bourdeauducqsoftware/include/hw: add flash offset for filesystem
2012-06-02 Sebastien Bourdeauducqsoftware: stdarg.h: cleanup and add va_copy
2012-06-01 Sebastien Bourdeauducqsoftware/libbase: uintptr_t
2012-05-31 Sebastien Bourdeauducqsoftware/libbase: add strcat strncat
2012-05-31 Sebastien Bourdeauducqsoftware/libbase: add some more types
2012-05-31 Sebastien Bourdeauducqsoftware: merge flash.h into mem.h
2012-05-28 Sebastien Bourdeauducqsoftware/libbase: add strerror
2012-05-28 Sebastien Bourdeauducqsoftware/libbase: fix stupid mistake in limits.h
2012-05-28 Sebastien Bourdeauducqsoftware/libbase: malloc family decl in stdlib
2012-05-28 Sebastien Bourdeauducqsoftware/libbase: more file decls in stdio
2012-05-25 Sebastien Bourdeauducqsoftware: more string functions
2012-05-25 Sebastien Bourdeauducqsoftware/libbase: errno
2012-05-25 Sebastien Bourdeauducqsoftware/libbase: provide getenv declaration
2012-05-25 Sebastien Bourdeauducqsoftware/libbase: provide file I/O declaration
2012-05-25 Sebastien Bourdeauducqsoftware/libbase: stddef.h
2012-05-25 Sebastien Bourdeauducqsoftware/libbase: improve limits.h
2012-05-25 Sebastien Bourdeauducqlibbase: setjmp/longjmp
2012-05-25 Sebastien Bourdeauducqsoftware/libbase: srand and RAND_MAX
2012-05-24 Sebastien BourdeauducqRemove some boilerplate
2012-05-24 Sebastien Bourdeauducqsoftware: merge libextra into libbase
2012-05-24 Sebastien Bourdeauducqsoftware/libextra: remove blockdev + fatfs
2012-05-22 Sebastien BourdeauducqClock frequency detection
2012-05-21 Sebastien Bourdeauducqbios: serial, network and flash boot support
2012-05-21 Sebastien Bourdeauducqbios: timer support
2012-05-21 Sebastien BourdeauducqCommon interrupt numbers
2012-05-16 Sebastien BourdeauducqIdentifier
2012-05-16 Sebastien BourdeauducqCommon include files
2012-05-15 Sebastien Bourdeauducqbios: automatically enable hardware memory controller...
2012-02-23 Sebastien Bourdeauducqdfii: new design
2012-02-19 Sebastien BourdeauducqPrepare for new DDR PHY
2012-02-17 Sebastien BourdeauducqDFI injector (untested)
2012-02-17 Sebastien BourdeauducqMap DDR PHY controls in CSR
2012-02-07 Sebastien Bourdeauducqsoftware: shell from original BIOS
2012-02-07 Sebastien Bourdeauducqsoftware: fix size_t and ptrdiff_t
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 Bourdeauducqflash: remove splash screens
2012-02-03 Sebastien BourdeauducqCopy some software code from the original Milkymist...