2024-09-28 14:37:24 +08:00
2024-09-28 14:24:04 +08:00
2024-09-28 14:24:04 +08:00
2024-09-28 14:24:04 +08:00
2024-10-23 09:59:28 +08:00
2024-09-28 14:24:04 +08:00
2024-09-28 14:24:04 +08:00
2024-09-28 17:15:05 +08:00
2024-09-28 14:24:04 +08:00
2024-09-28 14:24:04 +08:00
2024-09-28 14:24:04 +08:00
2024-09-28 14:24:04 +08:00
2024-09-28 14:24:04 +08:00
2024-10-23 09:59:28 +08:00
2024-09-28 14:24:04 +08:00
2024-09-28 14:24:04 +08:00
2024-09-28 14:24:04 +08:00
2024-10-23 09:59:28 +08:00


2024.10.14
    c_cpp_properties.json 中
        "intelliSenseMode": "linux-gcc-x86",时 sizeof(long)==4
        "intelliSenseMode": "linux-gcc-x64",时 sizeof(long)==8
    代码分析可以识别数组对齐 #pragma pack(1) 注释这个之后 sizeof 的结构体会按未1字节对齐的来计算
2024.10.22
    c_cpp_properties.json 中指定了编译器路径之后 如果此编译器不在path路径中
    则会出现类似找不到 stdarg.h 的问题
    指定了 riscv 的编译器之后 clear_csr write_csr 宏可以正常找到
Description
kunlun代码
Readme 33 MiB
Languages
C 98.4%
Makefile 0.6%
Shell 0.5%
Python 0.2%
Assembly 0.2%