dhylands
Well-known member
Hi,
This question is probably directed to Paul.
I've been working on MicroPython, and, if possible, I'd like to checkin some of the .c and .h files from the hardware/teensy/cores/teensy3 directory in the MicroPython repository.
Right now, the list of files that I need is:
Arduino.h
HardwareSerial.h
analog.c
avr_functions.h
core_pins.h
mk20dx128.c
mk20dx128.h
pins_arduino.h
pins_teensy.c
usb_desc.c
usb_desc.h
usb_dev.c
usb_dev.h
usb_mem.c
usb_mem.h
usb_names.h
usb_serial.c
usb_serial.h
yield.c
The MicroPython code is released under an MIT license. I'd like to find out what license these files are released under. If need be, I can include a speciific license file in the directory containing the core files.
Currently, in order to build MicroPython for teensy 3.1, the user needs to install Arduino 1.0.5, install TeensyDuino and then point to the arduino tree with teensduino installed.
This question is probably directed to Paul.
I've been working on MicroPython, and, if possible, I'd like to checkin some of the .c and .h files from the hardware/teensy/cores/teensy3 directory in the MicroPython repository.
Right now, the list of files that I need is:
Arduino.h
HardwareSerial.h
analog.c
avr_functions.h
core_pins.h
mk20dx128.c
mk20dx128.h
pins_arduino.h
pins_teensy.c
usb_desc.c
usb_desc.h
usb_dev.c
usb_dev.h
usb_mem.c
usb_mem.h
usb_names.h
usb_serial.c
usb_serial.h
yield.c
The MicroPython code is released under an MIT license. I'd like to find out what license these files are released under. If need be, I can include a speciific license file in the directory containing the core files.
Currently, in order to build MicroPython for teensy 3.1, the user needs to install Arduino 1.0.5, install TeensyDuino and then point to the arduino tree with teensduino installed.