Search found 53 matches

by Tetraeder
Fri Jun 24, 2016 1:53 pm
Forum: Other Boards
Topic: Porting to msp432
Replies: 28
Views: 28524

Re: Porting to msp432

@boniface
Input works fine....have found one solution. I push my changings to your repo, okay?
by Tetraeder
Mon Jun 20, 2016 11:04 am
Forum: Other Boards
Topic: Porting to msp432
Replies: 28
Views: 28524

Re: Porting to msp432

@boniface
Hi my board is arrived :)
I compiled successfully your repo in a Ubuntu 16 VM.
Did you use the MSP430 flasher http://www.ti.com/tool/msp430-flasher ?
by Tetraeder
Thu Jun 16, 2016 6:48 am
Forum: Other Boards
Topic: RedBear at Kickstarter
Replies: 7
Views: 7971

Re: RedBear at Kickstarter

FYI - https://github.com/redbear/Duo there is MicroPython linked in README.
by Tetraeder
Thu Jun 09, 2016 11:15 am
Forum: Other Boards
Topic: Porting to msp432
Replies: 28
Views: 28524

Re: Porting to msp432

Hello I'm still interested. My board is not yet arrived :(
Do you have a repo?
by Tetraeder
Fri Apr 29, 2016 5:51 am
Forum: Announcements and News
Topic: MicroPython is included in upcoming Fedora releases
Replies: 3
Views: 27628

Re: MicroPython is included in upcoming Fedora releases

Very nice!!! Will it be possible then control hardware, in future? Or it is already? I ask because I like the idea to use MicroPython on a Target(e.g. RaspberryPi) where Linux/Android running. And I have the possibility to import Hardware-Libs to control peripheral like Pin/UART/ADC. Bad idea? Is it...
by Tetraeder
Wed Apr 27, 2016 12:20 pm
Forum: Other Boards
Topic: Porting to msp432
Replies: 28
Views: 28524

Re: Porting to msp432

Nice, Have you look in the "OutOfBox"-Software from http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSP-EXP432P401R/latest/index_FDS.html Package: MSP-EXP432P401R_Software_Examples_linux.tar.gz In directory: /Firmware/Source/OutOfBox_MSP432P401R/driverlib Maybe useful...? Do you have fo...
by Tetraeder
Wed Apr 27, 2016 11:53 am
Forum: Other Boards
Topic: MicroPython on i.MX6
Replies: 20
Views: 16355

Re: MicroPython on i.MX6

Thanks a lot pfalcon,
not so easy as I thought.

The download of SDK has required a registration.
So I do not publish the code.
by Tetraeder
Tue Apr 26, 2016 12:59 pm
Forum: Other Boards
Topic: Porting to msp432
Replies: 28
Views: 28524

Re: Porting to msp432

Hi,
I'm in.
Do you have this board https://store.ti.com/msp-exp432p401r.aspx ?
by Tetraeder
Mon Apr 25, 2016 2:14 pm
Forum: Other Boards
Topic: MicroPython on i.MX6
Replies: 20
Views: 16355

Re: MicroPython on i.MX6

Hi, the USB CDC support is done. Next will be MSD. I have found the the LICENSE of the NXP/Freescale SDK, which I use. Can anyone tell me if I can publish uPy port with the NXP/Freescale code? Only what I have to do is to check the disclaimer in each file, right? Following the LICENSE: Redistributio...
by Tetraeder
Thu Mar 03, 2016 6:23 am
Forum: Other Boards
Topic: MicroPython on i.MX6
Replies: 20
Views: 16355

Re: MicroPython on i.MX6

Hi Honza,

not found much time to work on.
Currently working on CDC (USB).

I would publish the code but I do not know if I could publish the code of NXP (Freescale) on Github? Because I use the driver package from NXP.