| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
feat(verilator): Support Verilator target build to shared library
|
|
Add msvc midl support
|
|
|
|
[toolchains(armclang)] fix target and cpu flags for MDK
|
|
Fix git clone failure
|
|
|
|
This reverts commit 74c55526d4c7b4c22ea37a61406969cbb6b148bd.
|
|
|
|
|
|
- Always set `--target=arm-arm-none-eabi` for compiler and assembler to match MDK's armclang requirements
- Add `-masm=auto` to asflags when using armclang assembler for better compatibility
- Unify ldflags cpu format to use `--cpu=<arch>` instead of space separator
- Fix incorrect architecture target handling reported in #6283
|
|
|
|
fix unknown package tips
|
|
|
|
|
|
|
|
Signed-off-by: wenjiu <[email protected]>
|
|
improve conan generator
|
|
|
|
|
|
|
|
|
|
To only return a package if one matches the required distance.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
toolchain(llvm): preliminary support for `cross` platform
|
|
|
|
|
|
toolchain(cross): use target-specific `objcopy`
|
|
|