|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
| App | Description |
|---|---|
display_pal_animation | Reference example for libs/ra8_display_pal: six horizontal RGB565 colour bars scrolling vertically, one step per frame, through the PAL's public API only – there is no call to ra8_glcdc_ anywhere in ... |
lcd_color_cycle | The first working GLCDC bring-up on the EK-RA8D2's 7-inch 1024x600 parallel TFT (Renesas "Parallel Graphics Expansion Board 1"), and the canonical reference for it. It cycles the GLCDC ... |
lcd_draw_x | Draws a yellow X corner to corner on a dark-blue RGB565 framebuffer in SRAM and composites it through GLCDC graphics layer 1 over the BG plane, on the same 7-inch parallel TFT as lcd_color_cycle. ... |
threadx_usbx_cdc_demo | ThreadX + USBX CDC ACM echo on the board's on-board USB-FS receptacle (J11), running through the project's USBX device-controller bridge onto the hand-written ra8_usb driver (HUM Ch 36 "USBFS"). The ... |
tz_secure_only_usb_fs | USB-FS device-mode CDC ACM echo running entirely in the Secure world: no TrustZone partition and no NSC veneers. The device enumerates as a virtual serial port and echoes every byte sent on bulk-OUT ... |
tz_secure_only_usb_hs | USB-HS device-mode CDC ACM echo running entirely in the Secure world: no TrustZone partition and no NSC veneers. The device enumerates as a virtual serial port and echoes every byte sent on bulk-OUT ... |
usb_cdc_echo | ThreadX + USBX CDC ACM echo on the board's on-board USB-FS receptacle (J11), through the project's USBX device-controller bridge onto the hand-written ra8_usb driver (HUM Ch 36 "USBFS"). USBX's ... |
usb_hid_device | USBX HID device demo. The board enumerates on USB-FS as a three-button boot-protocol mouse – the canonical descriptor from USB HID 1.11 sec E.10 – and pushes a four-pixel cursor jiggle to the host ... |
usb_host_file_ops | Native USB host-mode file-operations exerciser. Plug a thumb drive into either jack – the firmware alternates between the USB-HS port (J7) and the USB-FS port every retry cycle until a drive answers ... |
usb_msc_device | USB Mass Storage smoke test on USB-FS. The board enumerates as a removable drive backed by a blank RAM disk with no filesystem on it, so the host formats it; the USBX device storage class serves the ... |
usb_msc_mram | Plug the board's USB-FS port into any computer and the chip's on-board MRAM shows up as a file. The board enumerates as a mass-storage device whose single LUN is a synthesized read-only FAT16 volume: ... |
usb_msc_mram_hs | usb_msc_mram on the USB-HS port (J7): the same synthesized read-only FAT16 view of the chip's on-board MRAM, at high speed. What differs is the HS device framework – Device Qualifier descriptor, ... |