3809 Commits (7f9d1d6ab923096582622b700bedb6a571518eac)
 

Author SHA1 Message Date
Damien George 7f9d1d6ab9 py: Overhaul and simplify printf/pfenv mechanism. 10 years ago
Paul Sokolovsky 56beb01724 objarray: Support assignment of bytes to bytearray slice. 10 years ago
Damien George 9a18e21066 acks: Add 2 names to the ACKNOWLEDGEMENTS file. 10 years ago
Daniel Campora 4c37489f4c cc3200: Correct the IP address byte order in the FTP server. 10 years ago
Daniel Campora f7a26472af cc3200: Add IPPROTO_SEC to be able to create secure sockets. 10 years ago
Damien George b1f68685ec stmhal: In USB HID driver, make polling interval configurable. 10 years ago
Daniel Campora 99f7184073 cc3200: Disable MICROPY_COMP_TRIPLE_TUPLE_ASSIGN. 10 years ago
Daniel Campora c69b4310c8 cc3200: Add WLAN.config_ip(). 10 years ago
Dave Hylands b21786947f py/formatfloat.c: Fix format of floating point numbers near 1.0. 10 years ago
Paul Sokolovsky 8b7faa31e1 objstr: split(None): Fix whitespace properly. 10 years ago
Damien George 6eb7530083 py: In emitinlinethumb, use qstr_data instead of qstr_str and strlen. 10 years ago
Damien George 55fe92bb8f py: Remove old debugging printf's in compile.c. 10 years ago
Damien George 7a6dbaa89b stmhal: Make LED object print LED(x) for consistency with constructor. 10 years ago
Damien George b1bbe966c4 py: Combine load_attr and store_attr type methods into one (attr). 10 years ago
Damien George d07ccc5a39 lib/fatfs: Space optimise the ff_wtoupper function. 10 years ago
Daniel Campora d278e49475 cc3200: Enable TRIPLE_TUPLE_ASSIGN and UBINASCII. 10 years ago
Daniel Campora 6e25d955f4 cc3200: Enable long filename support in FatFS. 10 years ago
Paul Sokolovsky d35ac956d1 input.c: Fix line-endings after recent changes. 10 years ago
Damien George 91bc32dc16 py: Provide typedefs for function types instead of writing them inline. 10 years ago
Damien George 4dea922610 py: Adjust some spaces in code style/format, purely for consistency. 10 years ago
stijn df1637c580 unix: Automatically fix incompatible readline build options. 10 years ago
stijn e50cff69bb py: Use a dummy type for referring to extern structs 10 years ago
stijn 36cc84a2a9 py: Fix msvc warning '*/ found outside of comment' 10 years ago
Damien George e97dddcdca docs: Document pyb.main function to set main script. 10 years ago
Damien George 9988618e0e py: Implement full func arg passing for native emitter. 10 years ago
Daniel Campora 18bd51707c cc3200: Enable the stdio UART for the LaunchXL only. 10 years ago
Daniel Campora c7acfc90b9 cc3200: Enable pull-ups for the STDIO UART pins. 10 years ago
Damien George c9aa1883ed py: Simplify bytecode prelude when encoding closed over variables. 10 years ago
Damien George 78772ada0d py: Implement calling functions with *args in native emitter. 10 years ago
Paul Sokolovsky 282ca09f8e py: Add MICROPY_PY_BUILTINS_REVERSED, disable for minimal ports. 10 years ago
Paul Sokolovsky e2d44e30c7 py: Add MICROPY_PY_BUILTINS_ENUMERATE, disable for minimal ports. 10 years ago
Paul Sokolovsky 96b60ed956 cc3200: Fix typo after previous refactor. 10 years ago
Paul Sokolovsky 2192824ad8 teensy: Fix function prototype. 10 years ago
Paul Sokolovsky 3a84c8b58d string0.c: Move from stmhal/ to lib/. 10 years ago
Damien George e5c4362a98 tests: Add some more tests to improve code coverage of corner cases. 10 years ago
Damien George 97abe22963 tests: Add tests to exercise lexer; and some more complex number tests. 10 years ago
Damien George 9dd3640464 tests: Add missing tests for builtins, and many other things. 10 years ago
Damien George 7e758b1cf8 stmhal, qemu-arm: Enable sys.maxsize attribute. 10 years ago
Daniel Campora b9d850227d cc3200: Add WLAN AP specific settings for each board. 10 years ago
Damien George 56606f3475 py: Implement delete for property and descriptors. 10 years ago
Damien George 0528c5a22a py: In str unicode, str_subscr will never be passed a bytes object. 10 years ago
Damien George 0f6424efda docs: Bump version to 1.4.1. 10 years ago
Damien George 40fc01f406 stmhal: Enable new str.splitlines() method. 10 years ago
Damien George 2801e6fad8 py: Some trivial cosmetic changes, for code style consistency. 10 years ago
Paul Sokolovsky 7f59b4b2ca objstr: Fix bugs introduced by inability to have shadow variables. 10 years ago
Paul Sokolovsky acf6aec71c objstr: Avoid variable shadowing. 10 years ago
Paul Sokolovsky 620058cc57 tests: Add test for str.splitlines(). 10 years ago
Paul Sokolovsky ac2f7a7f6a objstr: Add .splitlines() method. 10 years ago
Damien George 82f37bf0d1 tests: Add specific test for closures in native emitter. 10 years ago
Damien George fa5950eb00 py: Fix bug in native emitter when closing over an argument. 10 years ago