6 Commits (1b79484ee3bfdb7cbd68a17effe60407580398c2)

Author SHA1 Message Date
Damien George 6e30f96b0b ports: Convert legacy uppercase macro names to lowercase. 6 years ago
Damien George e1ae9939ac stm32: Support compiling with object representation D. 6 years ago
Damien George 3503f9626a stm32: Access dict map directly instead of using helper function. 6 years ago
Damien George 3eb0694b97 stm32: Update HAL macro and constant names to use newer versions. 7 years ago
Damien George a3dc1b1957 all: Remove inclusion of internal py header files. 7 years ago
Damien George 01dd7804b8 ports: Make new ports/ sub-directory and move all ports there. 7 years ago
Damien George 71c9cfb028 all: Convert remaining "mp_uint_t n_args" to "size_t n_args". 7 years ago
Javier Candeira 35a1fea90b all: Raise exceptions via mp_raise_XXX 7 years ago
Alexander Steffen 55f33240f3 all: Use the name MicroPython consistently in comments 7 years ago
Damien George 4abe3731e3 stmhal: Add initial implementation of Pin.irq() method. 8 years ago
Damien George 2bf5a947b2 stmhal: Make error messages more consistent across peripherals. 8 years ago
Paul Sokolovsky bcf31a3908 esp8266, stmhal, zephyr: Rename machine.Pin high/low methods to on/off. 8 years ago
Damien George 0986675451 stmhal: Convert all module and method tables to use MP_ROM macros. 8 years ago
Damien George 9156c8b460 stmhal: Enable parsing of all Pin constructor args by machine.Signal. 8 years ago
Damien George e24e03b415 stmhal/pin: Add C-level pin ioctl method. 8 years ago
Paul Sokolovsky eac22e29a5 all: Consistently update signatures of .make_new and .call methods. 8 years ago
Damien George d49d81b167 stmhal: Refactor pin usage to use mp_hal_pin API. 8 years ago
Dave Hylands a589fa3e0b stmhal: Update pin print to print new constants 8 years ago
Damien George 5b3f0b7f39 py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*. 9 years ago
Damien George 731f359292 all: Add py/mphal.h and use it in all ports. 9 years ago
Damien George 2f96b1982a stmhal: Bring Pin class close to new machine module specification. 9 years ago
Paul Sokolovsky 1b586f3a73 py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. 9 years ago
Damien George 0851751615 stmhal: Factor GPIO clock enable logic into mp_hal_gpio_clock_enable. 9 years ago
Dave Hylands 92d4b51ad5 stmhal: Add STM32F7DISC and associated changes. 9 years ago
blmorris 4c45921349 stmhal: Use new %q format to print qstr's in a few more places. 10 years ago
Damien George 7f9d1d6ab9 py: Overhaul and simplify printf/pfenv mechanism. 10 years ago
Damien George 3b51b3e90f stmhal: Collect all root pointers together in 1 place. 10 years ago
Damien George b68d98d61c teensy: Prefix includes with py/; remove need for -I../py. 10 years ago
Damien George 2cf6dfa280 stmhal: Prefix includes with py/; remove need for -I../py. 10 years ago
Dave Hylands becbc87fd7 Add Timer support (PWM, OC, IC) for stmhal and teensy 10 years ago
Damien George ecc88e949c Change some parts of the core API to use mp_uint_t instead of uint/int. 10 years ago
Damien George 2c4e67e32d stmhal, pin: Update documentation. 10 years ago
Dave Hylands 3d945559d4 Added python script to map AF to a pin name 10 years ago
Damien George 2605df3346 stmhal, pin: Save 140 bytes ROM by simplifying pin_print function. 10 years ago
Damien George 04019e365f stmhal, pin: Simplify default value for alternate function init. 10 years ago
Damien George ea439e59d9 stmhal: Start of documentation for modos and modtime. 10 years ago
Damien George 284efa89ae stmhal/teensy: Use _ instead of - in source file names. 10 years ago
Damien George 4b67463be1 stmhal: Fix documentation; remove ability to specify af by str. 10 years ago
Dave Hylands 6f418fc1b0 Add support for selecting pin alternate functions from python. 10 years ago
Damien George 2fe2a05f9f stmhal: Put #if guards around all GPIOx_CLK_ENABLE's. 10 years ago
Damien George 95ea4f0c95 stmhal: Enable relevant GPIO clock when Pin obj is init'd. 10 years ago
Damien George ccacdf44b6 stmhal: Clean up reset/soft-reset code; fix bug init'ing VCP exc. 10 years ago
Damien George bb4c6f35c6 py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself. 10 years ago
Damien George 40f3c02682 Rename machine_(u)int_t to mp_(u)int_t. 11 years ago
Dave Hylands f170735b73 Use mp_const_none to initialize mapper and map_dict 11 years ago
Dave Hylands 4f1b7fec9f Updated teensy to build. 11 years ago
Damien George 04b9147e15 Add license header to (almost) all files. 11 years ago
Damien George baa2afbb58 stmhal: Fix typos in class documentation. 11 years ago
Paul Sokolovsky 9b71b16a94 unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it. 11 years ago
Dave Hylands e911cfdb22 Fix pin initialization when a mode argument is provided 11 years ago