2719 Commits (4d91723587b27c5a1da7e759e3f761a16b35d4bd)
 

Author SHA1 Message Date
Damien George c4ee39dd63 tools, gendoc: Output small descr about module TOC. 10 years ago
Paul Sokolovsky 5f930337bc objarray: Implement equality testing between arrays and other buffers. 10 years ago
Paul Sokolovsky 7133d91773 py: mp_buffer_info_t::buf may be valid, but NULL for empty objects. 10 years ago
Paul Sokolovsky 5f47ebbf82 moductypes: Remove debug inclusion of stdio.h . 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 590b2abdfc tools, gendoc: Put module TOC/index in module/ directory. 10 years ago
Damien George ea439e59d9 stmhal: Start of documentation for modos and modtime. 10 years ago
Damien George ef7a066c9c tools, gendoc: Allow constants at module level; gen module index. 10 years ago
Damien George 4162271181 Merge branch 'dhylands-pin-af' 10 years ago
Damien George b92e7533d3 tests, pyb: Update pin test. 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
Damien George 5b7c0c437b stmhal: Comment out unused functions. 10 years ago
Damien George 196773505a Merge branch 'pin-af' of https://github.com/dhylands/micropython into dhylands-pin-af 10 years ago
Damien George a1d3ee376c py: Fix bug where GC finaliser table was not completely zeroed out. 10 years ago
Dave Hylands 6f418fc1b0 Add support for selecting pin alternate functions from python. 10 years ago
Damien George 5d9b816449 py: Fix bug in mpn_shl (multi-prec int shift left). 10 years ago
Damien George 3ef911345c stmhal: Update STM32Cube F4 HAL driver to V1.3.0. 10 years ago
Damien George 8a11d693cf stmhal: Ability to stat /flash and /sd. 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 7cc20e7e99 stmhal: Wrap DAC module and os.urandom in relevant #if's. 10 years ago
Damien George 56da07dcfa stmhal, math: Define _M_LN2 if not already defined. 10 years ago
Damien George dd07023cb7 travis: Build stmhal/ST32F4DISC and teensy in Travis tests. 10 years ago
Damien George 6c70511835 Merge pull request #789 from dhylands/fix-teensy-2014-08-04 10 years ago
Dave Hylands 0538a203e5 Follow rename of readline_init to readline_init0 on teensy 10 years ago
Damien George 2e3e8b2f69 Merge branch 'master' of github.com:micropython/micropython 10 years ago
Damien George ccacdf44b6 stmhal: Clean up reset/soft-reset code; fix bug init'ing VCP exc. 10 years ago
Damien George 8dbbbbc793 Put call to qstr_init and mp_init_emergency_exc_buf in mp_init. 10 years ago
Damien George aa6228eaf5 Merge pull request #786 from dhylands/fix-teensy-2014-08-03 10 years ago
Dave Hylands ecb5792f88 Updated teensys usb.c and switched to using usb.h from stmhal. 10 years ago
Damien George 8362bffb2e stmhal: Document behaviour of usb_vcp_recv_byte. 10 years ago
Damien George ce23f67d9e Merge pull request #784 from dhylands/fix-teensy-2014-08-02 10 years ago
Dave Hylands e40c72210f Fix teensy to work with the latest tree. 10 years ago
Damien George 2e41646eb7 stmhal: Add more documentation for USB_VCP. 10 years ago
Damien George 87bbb388db stmhal: Add documentation for LCD; update docs for USB_VCP. 10 years ago
Damien George 71bed1a9a7 stmhal: Add preliminary driver for ST32F4DISC accelerometer. 10 years ago
Damien George 8464be15ed Merge pull request #781 from dhylands/fix-disc 10 years ago
Dave Hylands f8f963a14a Fix modos.c to compile for the STM32F4Discovery board (which doesn't have an sdcard) 10 years ago
Damien George 65dd7bc13d stmhal: Change 0:/ and 1:/ to /flash and /sd; add CWD support. 10 years ago
Damien George 5aac6aa445 README: Add USB VID/PID to dfu-util command. 10 years ago
Damien George 4747becc64 py: Improve encoding scheme for line-number to bytecode map. 10 years ago
Damien George 8cc2018d47 Merge branch 'master' of https://github.com/micropython/micropython 10 years ago
Damien George c9aa58e638 py: Improve handling of long-int overflow. 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 fa1ecda3fd stmhal, accel: Increase start-up times to 30ms; add extra 30ms delay. 10 years ago
Damien George 3c4db9f91c stmhal: Add USB_VCP class/object, for direct USB VCP control. 10 years ago
Damien George 5f27a7e811 py: Add mp_obj_str_builder_end_with_len. 10 years ago
Damien George 94fbe9711a py: Change lexer stream API to return bytes not chars. 10 years ago