2443 Commits (86d3898e709f32bef9e44dd558e7ea5569398011)
 

Author SHA1 Message Date
Emmanuel Blot bf3366a48b Add missing “assert.h” file header inclusion from “nlr.h” 11 years ago
Damien George b0851e5949 Merge pull request #700 from swegener/for-upstream 11 years ago
Sven Wegener c3cabf4e33 bare-arm, stmhal, teensy: Duplicate -nostdlib to CFLAGS 11 years ago
Sven Wegener afc67c6dc5 bare-arm, stmhal: Fix --nostdlib to -nostdlib 11 years ago
stijn 9acb5e4cf0 gc: Turn off debugging info again 11 years ago
stijn def10cecd1 gc: Keep debug statements at beginning of scope where possible 11 years ago
Damien George 720f55cc4b Merge pull request #698 from dhylands/adc-fix 11 years ago
Damien George bcb3ab451b stmhal: Toggle LED using ODR ^= pin_mask. 11 years ago
Dave Hylands 535b88133c Fix problem with ADC reads and multiple channels 11 years ago
stijn bbcea3f62b gc: More verbose debugging 11 years ago
Damien George 2547928148 stmhal: Add Python function to set UART for REPL. 11 years ago
Damien George c0711cbefa stmhal: Fix type signatures on functions that take variable args. 11 years ago
Damien George e79c6696c5 stmhal: Fix file print methods to use print instead of printf. 11 years ago
Damien George 34ab8dd6dd stmhal: Update and improve LCD driver. 11 years ago
Paul Sokolovsky 0294661da5 parsenum: Signedness issues. 11 years ago
Damien George 812025bd83 Merge pull request #693 from iabdalkader/assert 11 years ago
mux 5f6f47a688 Make __assert_func weak 11 years ago
mux 00db5c81e1 Add __assert_func only if DEBUG=1 11 years ago
mux 34e7b67d3c Add __assert_func 11 years ago
Paul Sokolovsky e3cfc0d33d objstr: Refactor to work with char pointers instead of indexes. 11 years ago
Paul Sokolovsky 7ddbd1bee7 unicode: Add trivial implementation of unichar_charlen(). 11 years ago
Paul Sokolovsky b0bb458810 unicode: String API is const byte*. 11 years ago
Paul Sokolovsky 2ec38a17d4 objstr: Be 8-bit clean even for repr(). 11 years ago
Damien George e9036c295c Merge branch 'stinos-gc-pointers' 11 years ago
Damien George c037694957 py, gc: Revert ret_ptr to void*, casting to byte* for memset. 11 years ago
Damien George 63b2237323 Merge branch 'gc-pointers' of github.com:stinos/micropython into stinos-gc-pointers 11 years ago
Paul Sokolovsky e22cddbe2a stream: Use mp_obj_is_true() for EOF testing. 11 years ago
stijn f33385f56d gc: Use byte* pointers instead of void* for pointer arithmetic 11 years ago
Damien George 8340c48389 py: Revert change of include, "" back to <> for mpconfigport.h. 11 years ago
Paul Sokolovsky fbdf2f1d63 py: Rename builtin "io" to "_io". 11 years ago
Damien George 8a0801ad24 py: Make 3 functions static. 11 years ago
Damien George 73c98d8709 py: Fix static defn in qstr; include mpconfigport.h with "" (not <>). 11 years ago
Paul Sokolovsky 0c0f446840 objfun: Remove no longer used mp_obj_fun_prepare_simple_args(). 11 years ago
Paul Sokolovsky f4bf065dac tests: Add testcases for "complicated" args to generator functions. 11 years ago
Paul Sokolovsky 5f4a667ea4 objgenerator: Finish refactor to use mp_setup_code_state(). 11 years ago
Paul Sokolovsky f77d0c5bb3 objgenerator: First iteration of refactor to use mp_setup_code_state(). 11 years ago
Paul Sokolovsky 49df795d1d objfun: Factor out mp_setup_code_state() function to set up code_state object. 11 years ago
Damien George 820896746c stmhal, file: Seek to end of file if opened in 'a' mode. 11 years ago
Damien George b7572ad11b stmhal, file: Implement a,x,+ open modes, seek and tell. 11 years ago
Damien George 58cbb4d661 py: Implement __contains__ special method. 11 years ago
Paul Sokolovsky 62f7ba7a81 Merge pull request #675 from Rosuav/seq_simplify 11 years ago
Chris Angelico 1f44e118f0 Remove unnecessary bounds check from mp_seq_get_fast_slice_indexes. 11 years ago
Paul Sokolovsky 195de3247b objtype: Fix passing of class param to inherited classmethods. 11 years ago
Paul Sokolovsky 639863d36e objtype: Optimize stack usage mp_obj_class_lookup(). 11 years ago
Damien George 57b4dfa9c9 stmhal: Fix pyb.bootloader so it works for gcc-4.9.0. 11 years ago
Damien George 26a95ae1e7 windows: Move include of malloc.h outside #ifdef msvc. 11 years ago
Damien George 4297fed1c3 tests: Run 'micropython' tests on pyboard. 11 years ago
Damien George 70c289a7a6 Merge branch 'marcusva-alloca' 11 years ago
Damien George 4480cb3711 Provide definition of alloca() in mpconfigport.h. 11 years ago
Damien George df896eceef Merge branch 'alloca' of github.com:marcusva/micropython into marcusva-alloca 11 years ago