slviajero / tinybasic

A BASIC interpreter for Arduino, ESP, RP2040, STM32, Infineon XMC and POSIX with IoT and microcontroller features.
GNU General Public License v3.0
203 stars 31 forks source link

ARDUINO_TTGO_T7_V14_Mini32 definition #59

Closed souphead closed 10 months ago

souphead commented 10 months ago

ARDUINO_TTGO_T7_V14_Mini32 is used a few times in runtime.ccp but it doesn't seem to be defined anywhere. Causes problems with the definitions of vgawrite() and soundGenerator() .

slviajero commented 10 months ago

will check this soon, actually I didnt test the vga code, still too busy with the other platforms. Sent from my iPhoneOn Oct 17, 2023, at 3:02 AM, souphead @.***> wrote: ARDUINO_TTGO_T7_V14_Mini32 is used a few times in runtime.ccp but it doesn't seem to be defined anywhere. Causes problems with the definitions of vgawrite() and soundGenerator() .

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

slviajero commented 10 months ago

Fixed now, wrong runtime.h prototypes and dependency handling. Compiles now but not tested on hardware.

slviajero commented 10 months ago

Should be fixed now-

Am 17.10.2023 um 03:02 schrieb souphead @.***>:

ARDUINO_TTGO_T7_V14_Mini32 is used a few times in runtime.ccp but it doesn't seem to be defined anywhere. Causes problems with the definitions of vgawrite() and soundGenerator() .

— Reply to this email directly, view it on GitHub https://github.com/slviajero/tinybasic/issues/59, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACSY56HZ6GGQ5SHETSAZMRTX7XKKNAVCNFSM6AAAAAA6DANVIOVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE2DMMZTGM4DSNI. You are receiving this because you are subscribed to this thread.

souphead commented 10 months ago

Yes compiles and seems to run OK. I have a few other questions but I'll ask them in a separate issue.