Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
RTT/ | 11-Mar-2024 | - | 3,257 | 1,625 | ||
Syscalls/ | 11-Mar-2024 | - | 452 | 118 | ||
template/ | 11-Mar-2024 | - | 430 | 242 | ||
License.txt | D | 11-Mar-2024 | 1.3 KiB | 35 | 26 | |
README.txt | D | 11-Mar-2024 | 1.3 KiB | 24 | 21 | |
driver_rtt_LPC54628.cmake | D | 11-Mar-2024 | 486 | 17 | 12 | |
driver_rtt_LPC55S06.cmake | D | 11-Mar-2024 | 428 | 16 | 11 | |
driver_rtt_LPC55S16.cmake | D | 11-Mar-2024 | 428 | 16 | 11 | |
driver_rtt_LPC55S28.cmake | D | 11-Mar-2024 | 428 | 16 | 11 | |
driver_rtt_LPC55S69_cm33_core0.cmake | D | 11-Mar-2024 | 428 | 16 | 11 | |
driver_rtt_MIMXRT1011.cmake | D | 11-Mar-2024 | 486 | 17 | 12 | |
driver_rtt_MIMXRT1015.cmake | D | 11-Mar-2024 | 486 | 17 | 12 | |
driver_rtt_MIMXRT1021.cmake | D | 11-Mar-2024 | 486 | 17 | 12 | |
driver_rtt_MIMXRT1024.cmake | D | 11-Mar-2024 | 486 | 17 | 12 | |
driver_rtt_MIMXRT1042.cmake | D | 11-Mar-2024 | 486 | 17 | 12 | |
driver_rtt_MIMXRT1052.cmake | D | 11-Mar-2024 | 486 | 17 | 12 | |
driver_rtt_MIMXRT1062.cmake | D | 11-Mar-2024 | 486 | 17 | 12 | |
driver_rtt_MIMXRT1064.cmake | D | 11-Mar-2024 | 486 | 17 | 12 |
README.txt
1README.txt for the SEGGER RTT Implementation Pack. 2 3MDK-ARM specifics: 4https://wiki.segger.com/Keil_MDK-ARM#RTT_in_uVision 5 6Included files: 7=============== 8Root Directory 9 - Examples 10 - Main_RTT_InputEchoApp.c - Sample application which echoes input on Channel 0. 11 - Main_RTT_MenuApp.c - Sample application to demonstrate RTT bi-directional functionality. 12 - Main_RTT_PrintfTest.c - Sample application to test RTT small printf implementation. 13 - Main_RTT_SpeedTestApp.c - Sample application for measuring RTT performance. embOS needed. 14 - RTT 15 - SEGGER_RTT.c - The RTT implementation. 16 - SEGGER_RTT.h - Header for RTT implementation. 17 - SEGGER_RTT_Conf.h - Pre-processor configuration for the RTT implementation. 18 - SEGGER_RTT_Printf.c - Simple implementation of printf to write formatted strings via RTT. 19 - Syscalls 20 - RTT_Syscalls_GCC.c - Low-level syscalls to retarget printf() to RTT with GCC / Newlib. 21 - RTT_Syscalls_IAR.c - Low-level syscalls to retarget printf() to RTT with IAR compiler. 22 - RTT_Syscalls_KEIL.c - Low-level syscalls to retarget printf() to RTT with KEIL/uVision compiler. 23 - RTT_Syscalls_SES.c - Low-level syscalls to retarget printf() to RTT with SEGGER Embedded Studio. 24