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

MKR VIDOR 4000 Test #43

Closed devweblab closed 1 year ago

devweblab commented 1 year ago

Test on MKR VIDOR 4000 :) On this board it does not compile (same error for XIAO) because:

slviajero commented 1 year ago

That one I need to check carefully. The SAM and SAMD -D are a headache. Can you mail me the entire list of -D when the Arduino IDE compiles for the VIDOR.

The Arduino guys will so hate you running BASIC on their flagship ...

Am 24.12.2022 um 10:47 schrieb devweblab @.***>:

Test on MKR VIDOR 4000 :) On this board it does not compile (same error for XIAO) because:

ARDUINO_ARCH_SAMD is not defined RTCZero.h and ArduinoLowPower.h does not exist You can view, comment on, or merge this pull request online at:

https://github.com/slviajero/tinybasic/pull/43 https://github.com/slviajero/tinybasic/pull/43 Commit Summary

0bdf968 https://github.com/slviajero/tinybasic/pull/43/commits/0bdf968710ad965c9516aec05ec9f8e4e948dd46 Update hardware-arduino.h File Changes (1 file https://github.com/slviajero/tinybasic/pull/43/files) M TinybasicArduino/hardware-arduino.h https://github.com/slviajero/tinybasic/pull/43/files#diff-f81f47c86629545e16b492a41574982f0a68427c4e8cc8c773686bcc797d1def (6) Patch Links:

https://github.com/slviajero/tinybasic/pull/43.patch https://github.com/slviajero/tinybasic/pull/43.patch https://github.com/slviajero/tinybasic/pull/43.diff https://github.com/slviajero/tinybasic/pull/43.diff — Reply to this email directly, view it on GitHub https://github.com/slviajero/tinybasic/pull/43, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACSY56AWQG2U7GF7RQIZQC3WO3BENANCNFSM6AAAAAATILX6P4. You are receiving this because you are subscribed to this thread.

slviajero commented 1 year ago

Code not needed - it is just the RTCZero library that needs to be installed. Will add this to the documentation.