Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4919

General • Re: PT52-Lua The Modern Retro computer

$
0
0
I'm still picking away at the testing rebuild code reworking the code into libraries.

Code:

PICO_SDK_PATH is /tmp/sdk2.1.0Target board (PICO_BOARD) is 'vga_board'.Using board configuration from /tmp/testbed/board/vga_board.hPico Platform (PICO_PLATFORM) is 'rp2350-arm-s'.Build type is ReleaseNot including rp2_common/pico_malloc because SKIP_PICO_MALLOC defined.TinyUSB available at /tmp/sdk2.1.0/lib/tinyusb/src/portable/raspberrypi/rp2040; enabling build support for USB.BTstack available at /tmp/sdk2.1.0/lib/btstackcyw43-driver available at /tmp/sdk2.1.0/lib/cyw43-driverlwIP available at /tmp/sdk2.1.0/lib/lwipmbedtls available at /tmp/sdk2.1.0/lib/mbedtls== [ PT52 Loading Libraries ] ==-- UMM_MALLOC MEMORY ALLOCATOR-- Using RP2350, 16 byte blocks are required-- PT52 Video driver-- * CGA MODE-- Femto 0.2-4-g2e3966c-- * Build As PICO Library-- PT Shell-- * Fatfs support enabled-- Configuring done-- Generating done-- Build files have been written to: /tmp/testbed/RP2350_Build

Code:

 > helpPT52 SHELLversion 0.1.0Type program names and arguments, and hit enter.The following are built in:help                                    exit                                    cls                                     mem                                     ver                                     reboot                                  set                                     unset                                    >  memSystem Reports Approximately 448464 bytes free >
This is a very striped down version. The VGA out is working but everything is running through the USB UART at the moment. USB Host mode isn't built in yet. Easier to debug with the serial link for now. No SD card support and no programs are loading. It's a bit of a challenge to sort out the code into libraries well worth the effort in my opinion makes things more modular make things easier to maintain and upgrade. once I have the entire project building again I'll push a new branch not sure how to organise things just now as far as git goes anyways.

Hope everyone is having/had nice holidays.

Statistics: Posted by DarkElvenAngel — Sat Dec 28, 2024 2:13 am



Viewing all articles
Browse latest Browse all 4919

Trending Articles