mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-07-24 23:46:27 -04:00
fpga: remove the API for configuring the UART core
This removes the possibility to configure the bit rate, data bits and stop bits at runtime from the API. This reduces the usage of LCs with ~4%. It is still possible to configure the core before building. Update digest of application_fpga.bin.sha256
This commit is contained in:
parent
0445c8f993
commit
3d7a97ecbc
5 changed files with 17 additions and 95 deletions
|
@ -86,9 +86,6 @@
|
|||
#define TK1_MMIO_UDS_LAST 0xc200005c
|
||||
|
||||
#define TK1_MMIO_UART_BASE 0xc3000000
|
||||
#define TK1_MMIO_UART_BIT_RATE 0xc3000040
|
||||
#define TK1_MMIO_UART_DATA_BITS 0xc3000044
|
||||
#define TK1_MMIO_UART_STOP_BITS 0xc3000048
|
||||
#define TK1_MMIO_UART_RX_STATUS 0xc3000080
|
||||
#define TK1_MMIO_UART_RX_DATA 0xc3000084
|
||||
#define TK1_MMIO_UART_RX_BYTES 0xc3000088
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue