summaryrefslogtreecommitdiff
path: root/ports/risc-v64/gnu/src/tx_timer_interrupt.S
AgeCommit message (Collapse)Author
2026-05-25Reverted ULONG to be 4 bytes long, fixing missaligment issue in the current ↵Christos Papadopoulos
port (#534) * Reverted RISCV-64 port * Fixed wrong load/store instructions used
2026-03-05Updated copyright headers and version number constants (#509)Frédéric Desbiens
* Updated version number constants * Removed revision history from all files * Added Eclipse ThreadX contributors' copyright header
2026-02-05Cleanup the macros in tx_port.h & comments in inc/*.SAkif Ejaz
- removed the trailing whitespaces Signed-off-by: Akif Ejaz <[email protected]>
2026-01-26few cleanupsAkif Ejaz
Signed-off-by: Akif Ejaz <[email protected]>
2026-01-26improve port robustness, portability, and CSR handlingAkif Ejaz
- removed tx_port.h dependency from .S files - replaced tx_timer_interrupt.c with tx_timer_interrupt.S - made some cleanups, formatting to better readability - removed macros (LOAD/STORE/REGBYTES) changed register nomenclature to use RISC-V ABI names (ra, sp, t0, etc.) - added readme_threadx.txt Signed-off-by: Akif Ejaz <[email protected]>