public:it:embedded

这是本文档旧的修订版!


Embedded

嵌入式 C 编译器 , IDE

jlink仿真器

    • 标准: 老的 ePAPR v1.1 → 新的The Devicetree Specification
    • node 命名规则:section 2.2.2 of the ePAPR
    • compatible 属性标示对应的驱动, 格式 compatibel=“<manufacturer>,<model>”,“<manu2>,<model2>”, 头一个表精确匹配,后续表兼容
    • reg 属性,格式 reg = <address1 length1 [address2 length2] [address3 length3] … >
    • 设备树设置基本与驱动紧密关联,可查看对应文档来看怎么写,比如 pinctrl, 然后,比如 pinctrl 里的 group 还得查看对应硬件驱动的说明文档
  • public/it/embedded.1670564523.txt.gz
  • 最后更改: 2022/12/09 13:42
  • oakfire