-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule reflex-generator
updated
14 files
+0 −119 | build_docs.py | |
+16 −7 | interface/Device.tt | |
+1 −1 | interface/Harp.Generators.csproj | |
+4 −0 | interface/Interface.tt | |
+45 −0 | main.py | |
+78 −1 | reflexgenerator/generator/__init__.py | |
+4 −1 | reflexgenerator/generator/xref.py | |
+16 −2 | reflexgenerator/sources/__init__.py | |
+21 −21 | schema/common.yml | |
+1 −1 | schema/device.json | |
+2 −2 | schema/example.yml | |
+1 −1 | schema/ios.json | |
+6 −1 | schema/registers.json | |
+0 −137 | yaml_gen.ipynb |