issues
search
duskmoon314
/
k510-pac
Peripheral access API for K510 of Canaan generated from unofficial SVD file
Other
2
stars
0
forks
source link
Roadmap to v0.1.0
#1
Open
duskmoon314
opened
2 years ago
duskmoon314
commented
2 years ago
TODO
peripherals
[ ] Mailbox
[ ] SDMA
[ ] PDMA
[ ] IOMUX
[ ] RTC
[ ] FFT
[ ] SYSCTL
[ ] VAD
[x] UART
[ ] I2S
[ ] SPI
[x] WDT
(only address)
[x] GPIO
[ ] PWM
[ ] TIMER
[ ] Temperature Sensor
[ ] GNNE
[ ] Video
[ ] Display
[ ] Audio
[ ] CPU
[x] MTIMER
[x] PLIC_SW
[x] PLIC
[ ] L2C
[ ] DSP
[ ] OTP
[ ] PUF
[ ] AES
[ ] SHA
[ ] DDR
[ ] EMAC
[ ] USB
[ ] SD
duskmoon314
commented
2 years ago
Notes
WE_<field>
in
SYSCTL
There are lots of fields like
WE_8
which stands for
write enable for bit 8
in the
SYSCTL
. I think this is very annoying and confusing. So I'd like to change them to
WE_<field>
.
TODO
peripherals