Search found 4 matches

by Vogtinator
Sat Dec 27, 2014 5:48 pm
Forum: Hardware Projects
Topic: Micropython ported to the TI nspire calcs
Replies: 13
Views: 18671

Re: Micropython ported to the TI nspire calcs

Looks good, does it also work for imports or just for fopen and friends? It'll work for anything file related, including import. Great, I'll make some tests. SymPy doesn't work with µPy ootb, so I'll have to test using something else, probably micropython-lib at first. But for it to work your uPy i...
by Vogtinator
Thu Dec 25, 2014 12:00 pm
Forum: Hardware Projects
Topic: Micropython ported to the TI nspire calcs
Replies: 13
Views: 18671

Re: Micropython ported to the TI nspire calcs

Looks good, does it also work for imports or just for fopen and friends?
by Vogtinator
Sun Dec 21, 2014 8:52 pm
Forum: Hardware Projects
Topic: Micropython ported to the TI nspire calcs
Replies: 13
Views: 18671

Re: Micropython ported to the TI nspire calcs

Really cool! Did you have to touch underlying Nucleus RTOS to do the port, or Nspire OS wraps it completely into own API? It's actually a third layer :P TI tries to lock down the calcs further everytime they release a new OS, Ndless is basically a jailbreak with its own API. Is there any way to use...
by Vogtinator
Fri Dec 19, 2014 7:53 pm
Forum: Hardware Projects
Topic: Micropython ported to the TI nspire calcs
Replies: 13
Views: 18671

Micropython ported to the TI nspire calcs

Hi, Quite a while ago (I didn't know that this forum exists, otherwise I'd have posted here earlier) I started working on a port of µP to the TI-Nspire series of calculators using ndless . Initiated by tiplanet.org , a mostly french calculator community focusing on education and programming, I imple...