32 Commits (17d299b7bd24cb4e98dd3e714989a30bafa67ba1)

Author SHA1 Message Date
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
Damien George 8d09640b22 stmhal: Add documentation in comments, and script to generate HTML. 11 years ago
Damien George 350cb6bf20 stmhal: Fix bug with pin GPIO reading. 11 years ago
Damien George d689430e79 stmhal: Add SPI class. 11 years ago
Damien George 3d19137442 stmhal: Add pyb.Pin.init method to re-init GPIO pin mode. 11 years ago
Damien George a8f5d15fc6 stmhal: Update help and comments re gpio changing to Pin. 11 years ago
Damien George c66d86c5ce stmhal: Big cleanup; merge gpio into Pin; make names consistent. 11 years ago
Dave Hylands f14b92b9e1 REPl working on UART6 with STMHAL 11 years ago
Dave Hylands 51dabac096 Add pin mapping code. 11 years ago