2840 Commits (d66e48662bd35192b97cc93ae68574ff7d91c8ae)
 

Author SHA1 Message Date
Damien George d66e48662b py: Add store r8 and store r16 ops to asm_x86 and asm_x64. 10 years ago
Damien George 851f15f34c py: In asmthumb, clean up unit/int types and ite ops. 10 years ago
Damien George 860805aae7 unix: Remove unnecessary #defines from config. 10 years ago
Damien George 41249e17c3 stmhal, fatfs: Use stdlib for string fns; make all private fns static. 10 years ago
Damien George 3a2795e200 stmhal: Add label to internal flash drive on creation. 10 years ago
Damien George f042d7a4d7 stmhal: Fix edge case for timer PWM of 100%. 10 years ago
Damien George 853708738e Merge pull request #881 from dhylands/elapsed 10 years ago
Damien George 6e2051377f Merge pull request #880 from dhylands/irq-align 10 years ago
Damien George 305c4d49be Merge pull request #878 from bvernoux/master 10 years ago
Damien George bf683e6b32 Merge pull request #877 from dhylands/timer-overflow 10 years ago
Dave Hylands a21f56b2d5 Added pyb.elapsed_millis and pyb.elapsed_micros 10 years ago
Dave Hylands ada691e704 teensy: Enable 8-byte stack alignment for IRQ Handlers. 10 years ago
bvernoux f6f248b464 Fix error: unknown type name 'size_t' 10 years ago
Dave Hylands 39296b40d4 Fix timer overflow code. 10 years ago
Damien George f90b59e610 stmhal, modcc3k: Add ioctl to cc3k sockets so select works. 10 years ago
Damien George 133b083b89 py: Clean up nlr*.S to make it easier to read; fix clang .bss error. 10 years ago
Damien George b766e79510 stmhal: Initial implementation of cc3k module and driver. 10 years ago
Damien George f996d8854f drivers, cc3k: Move cc3000 driver from stmhal to drivers directory. 10 years ago
Damien George 55a5b80793 docs: Make images and youtube video links work for LCD and AMP docs. 10 years ago
Damien George cde0ca21bf py: Simplify JSON str printing (while still conforming to JSON spec). 10 years ago
Damien George d19c256656 docs: Imported tutorials from previous documentation system. 10 years ago
Damien George 6162bea5b2 docs: Initial commit of Sphinx documentation framework. 10 years ago
blmorris 4f449120e1 Change allows tests/unix/ffi_float.py to pass on OSX 10 years ago
Damien George 2234c3f23d tests: Add test for exception matching of a tuple of exceptions. 10 years ago
Damien George 4bcd04bcad py: Tidy up exception matching; allow matching of tuple of exceptions. 10 years ago
Damien George 16ef60fba6 Updated CODECONVENTIONS to clarify use of integer types. 10 years ago
Damien George b0261341d3 py: For malloc and vstr functions, use size_t exclusively for int type. 10 years ago
Damien George ac04a8a56a stmhal: Enable 8-byte stack alignment for IRQ handlers. 10 years ago
Damien George e8ea0724da stmhal, timer: Factor code to compute PWM percent; improve 32bit case. 10 years ago
Damien George 3fafe730d3 Merge pull request #868 from dhylands/fix-teensy-float 10 years ago
Dave Hylands 53d5fa641f Add pulse_width_percent to teensy. 10 years ago
Damien George 52b5d76a6b py: Free non-interned strings in the parser when not needed. 10 years ago
Damien George d6230f62c7 py: Make native emitter handle multi-compare and not/is not/not in ops. 10 years ago
Damien George 96e20c600f tests: Fix uctypes tests to run on 64bit arch; enable more native tests. 10 years ago
Damien George 5a5555e385 Merge pull request #869 from stinos/windows-up 10 years ago
Damien George 9f53275042 Merge pull request #871 from blmorris/osx_build_fix 10 years ago
blmorris fa6567a39f Clean up logical flow for setting LDFLAGS to build for Linux and OSX 10 years ago
Damien George eaaebf3291 stmhal: Initialise stack pointer correctly. 10 years ago
blmorris 8afb9b3863 Incorporate change in assignment logic suggested by dhylands 10 years ago
blmorris 1fae787493 Fix unix/Makefile to build on OSX 10 years ago
stijn 8c41920a90 windows: Enable input(), sys.maxsize(), ujson module, emergency exception buf, os module 10 years ago
Damien George 2c180f7ccc extmod, ujson: Add test and comment for loads. 10 years ago
Damien George df1e92ba3a extmod, ujson: Add \uxxxx parsing in json strings. 10 years ago
Damien George fa2f1f72e0 extmod, ujson: Slight reduction in code size. 10 years ago
Damien George 89e4657c69 extmod: Add loads to ujson module. 10 years ago
Damien George c95359ecc6 Merge branch 'dhylands-timer-pwm2' 10 years ago
Damien George 0e58c5810d stmhal: Add pulse_width_ratio to timer channel object. 10 years ago
Dave Hylands becbc87fd7 Add Timer support (PWM, OC, IC) for stmhal and teensy 10 years ago
Damien George 2842945e76 stmhal: Fix bugs in documentation so it compiles. 10 years ago
Damien George 8bb44f69f2 lib: Add basic README. 10 years ago