Docs: Add date to title page, and rebuild PDF with recent CSR changes
This commit is contained in:
parent
259a402e28
commit
cd69fcdbbc
|
@ -0,0 +1 @@
|
||||||
|
rev.adoc
|
|
@ -1,6 +1,7 @@
|
||||||
.PHONY: all clean view
|
.PHONY: all clean view
|
||||||
|
|
||||||
all:
|
all:
|
||||||
|
@echo ":revdate: Updated: `date +%Y-%b-%d`" > rev.adoc
|
||||||
asciidoctor-pdf hazard3.adoc
|
asciidoctor-pdf hazard3.adoc
|
||||||
|
|
||||||
view: all
|
view: all
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
|
|
||||||
:times: ×
|
:times: ×
|
||||||
|
|
||||||
|
include::rev.adoc[]
|
||||||
= Hazard3
|
= Hazard3
|
||||||
|
|
||||||
include::sections/introduction.adoc[]
|
include::sections/introduction.adoc[]
|
||||||
|
|
19973
doc/hazard3.pdf
19973
doc/hazard3.pdf
File diff suppressed because it is too large
Load Diff
|
@ -649,7 +649,7 @@ no_more_irqs:
|
||||||
|
|
||||||
=== Custom Memory Protection CSRs
|
=== Custom Memory Protection CSRs
|
||||||
|
|
||||||
==== mpmpcfgm0
|
==== pmpcfgm0
|
||||||
|
|
||||||
Address: 0xbd0
|
Address: 0xbd0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue