mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 01:53:48 +08:00
[modules] convert radio_control subsystems to modules
- calling init functions will be done later, it needs to be attached to the FBW part - add 'cond' attribute option to more nodes in module makefile section
This commit is contained in:
committed by
Felix Ruess
parent
312e366f4e
commit
bf3def687d
@@ -63,7 +63,8 @@ fun CDATA #REQUIRED>
|
||||
|
||||
<!ATTLIST makefile
|
||||
target CDATA #IMPLIED
|
||||
firmware CDATA #IMPLIED>
|
||||
firmware CDATA #IMPLIED
|
||||
cond CDATA #IMPLIED>
|
||||
|
||||
<!ATTLIST section
|
||||
name CDATA #REQUIRED
|
||||
@@ -95,11 +96,13 @@ value CDATA #REQUIRED>
|
||||
|
||||
<!ATTLIST file
|
||||
name CDATA #REQUIRED
|
||||
dir CDATA #IMPLIED>
|
||||
dir CDATA #IMPLIED
|
||||
cond CDATA #IMPLIED>
|
||||
|
||||
<!ATTLIST file_arch
|
||||
name CDATA #REQUIRED
|
||||
dir CDATA #IMPLIED>
|
||||
dir CDATA #IMPLIED
|
||||
cond CDATA #IMPLIED>
|
||||
|
||||
<!ATTLIST settings_file
|
||||
name CDATA #REQUIRED
|
||||
|
||||
Reference in New Issue
Block a user