Porting Kinetis MK64F

Discussion and questions about boards that can run MicroPython but don't have a dedicated forum.
Target audience: Everyone interested in running MicroPython on other hardware.
ubiq_01
Posts: 26
Joined: Mon Feb 08, 2016 1:45 pm
Location: Dresden, Germany

Re: Porting Kinetis MK64F

Post by ubiq_01 » Sun Oct 02, 2016 7:41 am

Hello Dave, hello Neil,

great to see your work!

As for both the K64F mbed board as well as the Teensy - I'm especially interested in the connectivity / TLS part.
- Do you have TLS support over Ethernet for the K64F included? I tested this with mbedtls and mbed on the K64F - so the MCU capabilities are actually there. https://github.com/ARMmbed/mbed-os-example-tls
- What connectivity do you envision for the Teensy? Something like an additional ESP8266 for WiFi etc. - but TLS done on the Teensy MCU?

best regards
Ralf

User avatar
neilh20
Posts: 37
Joined: Fri Sep 18, 2015 11:24 pm
Location: N California

Re: Porting Kinetis MK64F

Post by neilh20 » Thu Jan 12, 2017 8:55 pm

Hi Dave
Happy New year to you.
I've got my Teensy3.6 some months ago, and used them to bring up a version of USB Host FS that seems like it could be ported to an Teensy3.6 uP OTG. - https://forum.pjrc.com/threads/28173-Te ... ABLE/page4

Just wondering if uP/teensy3.6 has any legs can totter or where it might be ... :) ..
Cheers N

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: Porting Kinetis MK64F

Post by dhylands » Fri Jan 13, 2017 3:23 am

Hi Neil,

I have MicroPython running on the Teensy 3.5/3.6. See this thread:
forum.micropython.org/viewtopic.php?f=12&t=2274&p=16928

I haven't done usb host stuff, so that would be interesting.
I've got the following working: GPIO, ADC, timers, sdcard, usb-serial, UARTs.
I'm part way through RTC, and then I plan to add I2C and SPI.

Post Reply