From c0c5068683a3ea6c49cad80d739ef79b6f501951 Mon Sep 17 00:00:00 2001 From: stnolting Date: Fri, 3 Jan 2025 14:50:11 +0100 Subject: [PATCH] [docs] typo fixes --- docs/datasheet/software.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/datasheet/software.adoc b/docs/datasheet/software.adoc index befbd36d0..c4927f8e0 100644 --- a/docs/datasheet/software.adoc +++ b/docs/datasheet/software.adoc @@ -65,17 +65,16 @@ The NEORV32 HAL consists of the following files. | - | `neorv32.h` | Main NEORV32 library file | `neorv32_aux.c` | `neorv32_aux.h` | General auxiliary/helper function | `neorv32_cfs.c` | `neorv32_cfs.h` | <<_custom_functions_subsystem_cfs>> HAL -| `neorv32_crc.c` | `neorv32_crc.h` | <<_cyclic_redundancy_check_crc>> HAL +| `neorv32_clint.c` | `neorv32_clint.h` | <<_core_local_interruptor_clint>> HAL | `neorv32_cpu.c` | `neorv32_cpu.h` | <<_neorv32_central_processing_unit_cpu>> HAL | `neorv32_cpu_amo.c` | `neorv32_cpu_amo.h` | Emulation functions for the read-modify-write <<_zalrsc_isa_extension>> / `A` instructions | | `neorv32_cpu_csr.h` | <<_control_and_status_registers_csrs>> definitions | `neorv32_cpu_cfu.c` | `neorv32_cpu_cfu.h` | <<_custom_functions_unit_cfu>> HAL +| `neorv32_crc.c` | `neorv32_crc.h` | <<_cyclic_redundancy_check_crc>> HAL | `neorv32_dma.c` | `neorv32_dma.h` | <<_direct_memory_access_controller_dma>> HAL | `neorv32_gpio.c` | `neorv32_gpio.h` | <<_general_purpose_input_and_output_port_gpio>> HAL | `neorv32_gptmr.c` | `neorv32_gptmr.h` | <<_general_purpose_timer_gptmr>> HAL | - | `neorv32_intrinsics.h` | Macros for intrinsics and custom instructions -| - | `neorv32_legacy.h` | Legacy compatibility layer / wrappers (**do not use for new designs**) -| `neorv32_clint.c` | `neorv32_clint.h` | <<_core_local_interruptor_clint>> HAL | `neorv32_neoled.c` | `neorv32_neoled.h` | <<_smart_led_interface_neoled>> HAL | `neorv32_onewire.c` | `neorv32_onewire.h` | <<_one_wire_serial_interface_controller_onewire>> HAL | `neorv32_pwm.c` | `neorv32_pwm.h` | <<_pulse_width_modulation_controller_pwm>> HAL @@ -85,6 +84,7 @@ The NEORV32 HAL consists of the following files. | `neorv32_spi.c` | `neorv32_spi.h` | <<_serial_peripheral_interface_controller_spi>> HAL | `neorv32_sysinfo.c` | `neorv32_sysinfo.h` | <<_system_configuration_information_memory_sysinfo>> HAL | `neorv32_trng.c` | `neorv32_trng.h` | <<_true_random_number_generator_trng>> HAL +| `neorv32_twd.c` | `neorv32_twd.h` | <<_two_wire_serial_device_controller_twd>> HAL | `neorv32_twi.c` | `neorv32_twi.h` | <<_two_wire_serial_interface_controller_twi>> HAL | `neorv32_uart.c` | `neorv32_uart.h` | <<_primary_universal_asynchronous_receiver_and_transmitter_uart0>> and UART1 HAL | `neorv32_wdt.c` | `neorv32_wdt.h` | <<_watchdog_timer_wdt>> HAL