index
:
freedom-e-sdk
useTimerIRQ
my bad beginner RISC-V assembly LED blinking code.
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
standalone.mk
Age
Commit message (
Expand
)
Author
2019-04-10
Use CCASFLAGS instead of ASFLAGS
Nathaniel Graff
2019-04-10
Use newlib-nano
Nathaniel Graff
2019-03-25
Set ASFLAGS to work
Palmer Dabbelt
2019-03-19
Missed one search and replace
cgsfv
2019-03-19
Reverted to naming verilog hex files .hex
cgsfv
2019-03-19
Added .map + .lst + .rtl extra output files
cgsfv
2019-03-18
Add link target options to tools and env
Bunnaroath Sou
2019-03-14
Use TARGET_TAGS in Makefile
Nathaniel Graff
2019-03-13
Enable elf2hex in standalone projects
Nathaniel Graff
2019-03-12
Build program into SRC_DIR/CONFIGURATION/PROGRAM
Nathaniel Graff
2019-03-12
Build metal libs into install/lib/CONFIGURATION
Nathaniel Graff
2019-03-12
ELF output has .elf extension
Nathaniel Graff
2019-03-12
Support Debug/Release configurations
Nathaniel Graff
2019-03-07
Remove BSP checks from Makefile
Nathaniel Graff
2019-03-06
Add support for Segger J-Link
Nathaniel Graff
2019-03-05
Build scripts can consume RISCV_CMODEL
Nathaniel Graff
2019-03-05
Merge pull request #180 from sifive/print-size
Nathaniel Graff
2019-02-27
Optimize for size using gc-sections, function-sections, data-sections flags
Bunnaroath Sou
2019-02-22
Print ELF size after build
Nathaniel Graff
2019-02-04
Replace all mee with metal
Nathaniel Graff
2019-01-31
Add TARGET as a synonym for BOARD
Nathaniel Graff
2019-01-18
Add export of standalone project
Nathaniel Graff