15 Commits (6c67fbc280625c59fff7cdf93f16d5e2ad0bad8a)

Author SHA1 Message Date
robert-hh 74e8db0ed1 mimxrt: Refactor the reading of the machine id. 3 years ago
robert-hh bbe25f4704 mimxrt: Support selection of PHY type and address. 3 years ago
robert-hh 7d7d29dbe2 mimxrt: Fix mp_hal_quiet_timing_enter()/exit() so timer still runs. 3 years ago
robert-hh 9f6604eb27 mimxrt: Enable the platform module. 3 years ago
robert-hh 99221cd118 mimxrt: Fix cycle counter for time.ticks_cpu() and machine.bitstream(). 3 years ago
robert-hh 1866ed7e2e mimxrt/eth: Add LAN support and integrate the network module. 3 years ago
robert-hh 61b7c098b9 mimxrt/machine_bitstream: Add bitstream function to machine module. 3 years ago
robert-hh 8edc3aacdd mimxrt/modutime: Extend the time module. 3 years ago
robert-hh bbdc98f72e mimxrt: Enable many Python and some extmod features. 4 years ago
robert-hh dfd4324eb1 mimxrt: Add flash storage support with VFS and littlefs filesystem. 4 years ago
robert-hh c732b80f05 mimxrt: Extend the Pin module for SoftI2C, SoftSPI support. 4 years ago
Philipp Ebensberger ff5d39529c mimxrt: Implement machine.Pin class. 4 years ago
Damien George 7408ca1d78 mimxrt: Improve ticks and sleep functions using GPT. 4 years ago
Philipp Ebensberger 02cc4462b7 mimxrt: Add initial impl of machine.LED class, and basic pin support. 5 years ago
Jim Mussared f46782dde9 mimxrt: Add new, minimal port to NXP i.MX RT series CPUs. 5 years ago
Damien George 69661f3343 all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
Damien George 5f9bd11527 samd: Add new port to Microchip SAMDxx microcontrollers. 5 years ago
Damien George 8d1275ec0f lib/utils/gchelper: Add gchelper.h header file for assembler functions. 6 years ago
Damien George 01dd7804b8 ports: Make new ports/ sub-directory and move all ports there. 7 years ago
Alexander Steffen 55f33240f3 all: Use the name MicroPython consistently in comments 7 years ago
Alexander Steffen 299bc62586 all: Unify header guard usage. 7 years ago
Damien George 4ebdb1f2b2 py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros. 8 years ago
Daniel Campora c92e6a45eb cc3200: Rename pyb module to machine. 9 years ago
Daniel Campora dffa9f6da6 cc3200: New SD and RTC API plus os and time modules' extensions. 9 years ago
danicampora 8785645a95 cc3200: Add cc3200 port of MicroPython. 10 years ago
stijn f45a83d7fc mingw: Fix compilation issues 11 years ago
stijn 5ed284a15e windows: Add modtime implementation 11 years ago
Damien George 04b9147e15 Add license header to (almost) all files. 11 years ago
Damien George 3021632501 stmhal: Shuffle around some init functions in main(). 11 years ago
Damien George 6cfda3084d stmhal: Add I2C support; change accel driver to use new I2C. 11 years ago
Damien George 0e9d96f18f stmhal: Make Led, Servo and Accel their class, not a function. 11 years ago
Damien George 9050b2ee33 stmhal: Improved interface to accelerometer. 11 years ago
Damien George f78d9b1a72 stmhal: Add accelerometer driver; fix bug with LFN. 11 years ago
Damien George 2abbae3419 stm: Rename mma -> accel. 11 years ago