Re: Current state of RISC-V BSP

2017-08-06 Thread Denis Obrezkov
2017-08-07 0:44 GMT+02:00 Hesham Almatary : > Hi Denis, > > Thanks for sharing the state of HiFive1 BSP. At this stage of GSoC, we > would want you to clean-up the code, write documentations/comments and > submit your code for review (probably to my GitHub repo). > Details/instructions how to use

Re: Current state of RISC-V BSP

2017-08-06 Thread Hesham Almatary
Hi Denis, Thanks for sharing the state of HiFive1 BSP. At this stage of GSoC, we would want you to clean-up the code, write documentations/comments and submit your code for review (probably to my GitHub repo). Details/instructions how to use your code (compile, build, run, etc) are also important.

Current state of RISC-V BSP

2017-08-06 Thread Denis Obrezkov
Hello all, currently I have some issues with optimization flags. First of all, the low ticker example doesn't work with any optimization flags. Secondly, the hello example is too big and doesn't fit into memory without optimization. And, in conclusion, scanf requires a clock driver, but as I said