Jiaxun Yang
Jiaxun Yang
Hi, thanks for your work! However, please don’t rename executable name, that will break existing package users. Thanks
That's much better, thanks. Will merge after some tests.
Sorry but I had to revert this change as it broke existing behaviour, ryzenadj(cli) must be linked statically against libryzenadj.
Sorry for the hassle, this is required for many applications bundled ryzenadj without libryzenadj.dll. Will squash some of your comments to keep git history clean. I'm actually thinking about migrate...
JTAG on `vexriscv_smp` is indeed broken, @Dolu1990 do you have any clue? ``` litex_sim --cpu-type=vexriscv_smp --with-rvc --with-privileged-debug --hardware-breakpoints 4 --jtag-tap --with-jtagremote ``` Resulted ``` Info : Initializing remote_bitbang driver Info...
Thanks for tracking it down, can you try this? ``` diff --git a/litex/soc/software/bios/linker.ld b/litex/soc/software/bios/linker.ld index 66f8b9aff882..c4679ac4ab10 100644 --- a/litex/soc/software/bios/linker.ld +++ b/litex/soc/software/bios/linker.ld @@ -18,6 +18,8 @@ SECTIONS KEEP(*(.text.isr)) *(.text .stub .text.*...
Can reproduce the issue on alibaba_vu13p, that’s wired.
Makes sense, will delay it, thanks both!
+1, this improved iOS PWA experience a lot.
@kylon, thanks, that's awesome! I was trying to implement a string based API but yours stand out. Maybe `ryzenadj_get` family should be typed?