Commit cb1bd83
authored
Add missing XML deserializers to filter list (#15)
In MicroPython we have no support for XML deserialization. The patching
script therefore drops all deserialization functions when converting
from python SDK. In the current version the patching script misses some
deserialization functions, resulting in MicroPython containing them. We
add these missing function to the filter list.1 parent 2671720 commit cb1bd83
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1212 | 1212 | | |
1213 | 1213 | | |
1214 | 1214 | | |
| 1215 | + | |
| 1216 | + | |
| 1217 | + | |
| 1218 | + | |
| 1219 | + | |
1215 | 1220 | | |
1216 | 1221 | | |
1217 | 1222 | | |
1218 | 1223 | | |
1219 | 1224 | | |
1220 | 1225 | | |
1221 | 1226 | | |
| 1227 | + | |
1222 | 1228 | | |
1223 | 1229 | | |
1224 | 1230 | | |
| |||
0 commit comments