4884 Commits (0077958ad0d278c87620ee8ead9a9aea80f1663d)
 

Author SHA1 Message Date
Dave Hylands 6edffd0df5 stmhal: Add dma support for sdcard. 9 years ago
Dave Hylands b677f03407 stmhal: Turn off DMA clocks when idle for 100 msec 9 years ago
Dave Hylands 9f5486c7e2 stmhal: Put IRQs into priority order. 9 years ago
Damien George 056abbcf31 stmhal: Fix unused variables when HW_CLK_LAST_FREQ not defined. 9 years ago
T S 86aa16bea6 stmhal: Implement delayed RTC initialization with LSI fallback. 9 years ago
Damien George 4dea24e105 docs: Bump version to 1.5.1. 9 years ago
Paul Sokolovsky 4892e4c5fc lib/utils/printf: Use more conservative check for MICROPY_DEBUG_STDERR. 9 years ago
Damien George 9a56912ad1 py/compile: Do proper checking of * and ** in function definition. 9 years ago
Damien George 0e3f29cc99 py: Check that second argument to hasattr is actually a string. 9 years ago
Damien George a8aa1998ce extmod/modure: Use correct integer type for n_args argument. 9 years ago
Damien George 44e6e348d6 py/emitglue: Implement persistent saving and loading of const objects. 9 years ago
Damien George 39a8deb95f py/emitglue: Add feature-flag header to .mpy to detect bytecode compat. 9 years ago
Paul Sokolovsky 9f10d3fb63 unix/main: Get rid of perror() which uses stdio. 9 years ago
Paul Sokolovsky 4120f32292 tests/int_big_*: Add more tests for result normalization. 9 years ago
Paul Sokolovsky b3be4710aa py/mpz: Normalize (remove leading zeros) xor operation result. 9 years ago
Paul Sokolovsky b56c635d64 tests/int_big_xor: Test that xor result is normalized. 9 years ago
Paul Sokolovsky 3d6240ba1b py/formatfloat: Handle calculation of integer digit for %f format properly. 9 years ago
Paul Sokolovsky 3c4c069802 py/formatfloat: Workaround (fix?) incorrect rounding for %f format. 9 years ago
Paul Sokolovsky b64e0575fd tests/float/string_format: Add testcase for incorrect rounding for %f. 9 years ago
Paul Sokolovsky 9aaccd4735 py/formatfloat: Convert to fully portable implementation. 9 years ago
Paul Sokolovsky 1818da2ef3 lib/utils/printf: Fix issue with putchar define for some ports. 9 years ago
Paul Sokolovsky 8ee43e24f3 lib/utils/printf: Add extra prototypes. 9 years ago
Paul Sokolovsky c3280d83e7 unix: Use printf() implementation in terms of mp_printf(). 9 years ago
Paul Sokolovsky ede1f547e7 unix/modsocket: Use snprintf(), as defined by lib/utils/printf.c. 9 years ago
Paul Sokolovsky 295ea12411 py/emitglue: Host definition of mp_verbose_flag. 9 years ago
Paul Sokolovsky 72bd172b30 py/modsys: Consistently use indented #if's. 9 years ago
Paul Sokolovsky 3ba61656bd unix/modsocket: Implement sockaddr() function to decode raw socket address. 9 years ago
Paul Sokolovsky 2ae7ced721 unix/modsocket: Removed dangling references to sockaddr_in_type. 9 years ago
Paul Sokolovsky acb743da64 unix/modffi: Mark 'O' type specifier as implemented. 9 years ago
Damien George 83229d3ffe py: Use MP_OBJ_NULL instead of NULL when appropriate. 9 years ago
Damien George 54df549b5f unix/moduselect: Initialise variable so can compile in non-debug mode. 9 years ago
Damien George b5b1f2c527 py/emitglue: Add mp_raw_code_load_mem to load raw-code from memory. 9 years ago
Damien George f148727b78 py/emitglue: Only compile raw-code fatfs loader when on thumb2 platform. 9 years ago
Damien George d4dba88236 py/compile: Add mp_compile_to_raw_code() to return raw code object. 9 years ago
Igor Gatis f5c554dfe3 py: Added Cygwin support to py/nlrx86.S. 9 years ago
Damien George 593faf14c4 py/map: Store key/value in earliest possible slot in hash table. 9 years ago
danicampora db0a5aed39 cc3200: Bump version to 1.1.1. 9 years ago
danicampora efc4da4be9 cc3200/README.md: Correct cc3200's update file name. 9 years ago
Chris Liechti 426f326d35 docs/wipy: Make wifi/wlan naming consistent with tutorial.rst. 9 years ago
Jason Hildebrand 9142179f81 docs/wipy: Add warning about losing wlan connection when changing mode. 9 years ago
Gary Ashton-Jones 7080e9632c cc3200/appsign.sh: Use md5 if running under Darwin. 9 years ago
Noah 00960133c2 docs: Update docs for WiPy wlan.connect(). 9 years ago
Dave Hylands f3308daa6f docs/wipy: Fixed some typos in the WiPy's tutorials. 9 years ago
Damien George 994ff738c8 py/mpstate: Make mp_pending_exception volatile. 9 years ago
Damien George a24eafacc9 py/modmath: Make log2, log10 and hyperbolic funcs be SPECIAL_FUNCTIONS. 9 years ago
Damien George 2c83894257 py: Implement default and star args for lambdas. 9 years ago
Damien George cbd9ae5256 py/compile: Don't unnecessarily save state when compiling param list. 9 years ago
danicampora e4404fbef0 cc3200: Unmount all user file systems after a soft reset. 9 years ago
Paul Sokolovsky 65971f5160 unix: Add "uselect" module, with poll() function. 9 years ago
Paul Sokolovsky 79c4ec1102 unix/input: Switch to POSIX I/O for history reading/writing. 9 years ago