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
208 stars 32 forks source link

Autorun from SD? #68

Closed EncomLab closed 3 weeks ago

EncomLab commented 4 weeks ago

The autorun from EEPROM is great - but I'm running out of room lol. https://github.com/BleuLlama/TinyBasicPlus has a SDcard autorun function that works similar to your autorun EEPROM except it auto loads and runs the program saved to SD as autorun.bas. Could we have a function like this?

slviajero commented 4 weeks ago

Already exists ;-). Create a file named autoexec.bas in the top level of the SD card. This should run on start.

On 19. Oct 2024, at 03:54, Encom Lab @.***> wrote:

The autorun from EEPROM is great - but I'm running out of room lol. https://github.com/BleuLlama/TinyBasicPlus https://github.com/BleuLlama/TinyBasicPlus has a SDcard autorun function that works similar to your autorun EEPROM except it auto loads and runs the program saved to SD as autorun.bas. Could we have a function like this?

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