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:
Daniel Jobson 2024-11-11 14:15:54 +01:00
parent 0445c8f993
commit 3d7a97ecbc
No known key found for this signature in database
GPG key ID: 3707A9DBF4BB8F1A
5 changed files with 17 additions and 95 deletions

View file

@ -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