hello_mxtask: Added vfs for gdb_monitor.

This commit is contained in:
Michael Müller
2022-07-21 13:17:35 +02:00
parent 06fd884ef4
commit a921845e36

View File

@@ -49,12 +49,22 @@ append config {
</route>
<config>
<target name="hello_mxtask"/>
<config>
<vfs> <dir name="dev">
<log/>
<inline name="rtc">2022-07-20 14:30</inline>
<terminal raw="yes"/>
</dir>
<dir name="pipe"> <pipe/> </dir> </vfs>
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc" pipe="pipe"/>
</config>
</target>
<vfs> <dir name="dev">
<log/>
<inline name="rtc">2022-07-20 14:30</inline>
<terminal raw="yes"/>
</dir>
<dir name="pipe"> <pipe/> </dir> </vfs>
<terminal raw="yes"/>
</dir>
<dir name="pipe"> <pipe/> </dir> </vfs>
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc" pipe="pipe"/>
</config>
</start>