3907 Commits (f54bdecff25121c741d7d3368f43a28123c88c30)
 

Author SHA1 Message Date
Daniel Campora f54bdecff2 cc3200: Implement Sleep.wake_reason() 10 years ago
Daniel Campora 71d482df47 cc3200: Clear the pending interrupt flag when disabling RTC callbacks. 10 years ago
Damien George a9afcb159a unix/modffi.c: get_buffer is allowed to return NULL if len=0. 10 years ago
stijn a62c106974 msvc: Allow overriding of build options with custom file 10 years ago
Daniel Campora 6f218d7472 cc3200: Move wlan_init0() to the boot section. 10 years ago
Daniel Campora d8713d78f5 cc3200: Correct Sleep module name. Must be 'Sleep', not 'sleep'. 10 years ago
Daniel Campora e282884e54 cc3200: When requesting safe boot, blink the led 3 times, not 4. 10 years ago
Daniel Campora dbb4aef5e3 cc3200: Make WLAN.isconnected() also work in AP mode. 10 years ago
Daniel Campora bf4576dc91 cc3200: Clean-up servers enable/disable algorithm. 10 years ago
Dave Hylands c3e37a0cde stmhal: Automatically re-enable IRQs on the USB REPL. 10 years ago
Damien George f27aa27a0c py/repl.c: Fix shadowing of local variable "i". 10 years ago
Damien George a1a2c411b2 py, readline: Add tab autocompletion for REPL. 10 years ago
Damien George b7a4f15b34 mp-readline: Save "prompt" string in readline state. 10 years ago
Damien George ad9daadf8a py: Fix attrtuple array length in print and creation. 10 years ago
Damien George 95f53461c2 py: Replace py-version.sh with makeversionhdr.py, written in Python. 10 years ago
Daniel Campora d11317bcab cc3200: Make WLAN scan results a list of attrtupple. 10 years ago
Daniel Campora 94792dd88f py: In attrtuple use the correct length value and index for 'fields'. 10 years ago
Daniel Campora 5225e29ce7 cc3200: Remove unneeded -lgcc in Makefile. 10 years ago
Daniel Campora f81684141e cc3200: Implement os.uname() to get details of the OS and hardware. 10 years ago
Daniel Campora 6fefd5d330 cc3200: Move telnet_process_credential with the other private functions. 10 years ago
Damien George 6bbbb1ab41 unix/modffi: Support passing float/double args. 10 years ago
Daniel Campora f1ed8c8a2e cc3200: Improve telnet_parse_input() in case of an incomplete option. 10 years ago
Matt Anderson 0458833072 cc3200: Make telnet login procedure work with Tera Term. 10 years ago
Daniel Campora abea1c38a9 lib/libc: Add memchr. We already have strchr, but memchr is useful too. 10 years ago
Daniel Campora 9fbc265eb8 cc3200: Add delays to allow the servers to start and stop properly. 10 years ago
Daniel Campora d34c4784a5 cc3200: Select NIC when the socket is created. 10 years ago
Dave Hylands fdcb3b7ebb stmhal: Actually disable unhandled timer interrupts. 10 years ago
Damien George 9472907ae1 py: Fix handling of negative numbers in struct.pack of q/Q. 10 years ago
Paul Sokolovsky ae2c81ff38 vm: On exiting except block, clear sys.exc_info() value. 10 years ago
Damien George 0f553fe10b py: Implement power op for long-long implementation of bignum. 10 years ago
Damien George 271d18eb08 py: Support conversion of bignum to bytes. 10 years ago
Daniel Campora 7c8b4c1a8b cc3200: Correct MAKE_SOCKADDR and UNPACK_SOCKADDR byte order. 10 years ago
Paul Sokolovsky 8b85d14b92 modsys: Add basic sys.exc_info() implementation. 10 years ago
Paul Sokolovsky cf5b6f6974 objfun: Fix to stackless mode after recent refactor. 10 years ago
Damien George 8c1d23a0e2 py: Modify bytecode "with" behaviour so it doesn't use any heap. 10 years ago
Damien George ede0f3ab3d py: Add optional code to check bytes constructor values are in range. 10 years ago
Dave Hylands fd787c5e4e stmhal: Reset the timer counter to zero after changing the auto reload. 10 years ago
Damien George 40d43ea88d tests: Add more tests for viper, including tests for ViperTypeError's. 10 years ago
Damien George 5e9810396f py/objint_mpz.c: Make int_from_uint actually return uint. 10 years ago
Damien George f66ee4dfd7 py/mpz.c: Fix bug with shl not truncating zero digits correctly. 10 years ago
Damien George 8f6aad2f48 py/emitnative.c: Fix stack adjustment when erroring on binary op. 10 years ago
Daniel Campora eaefc8b9d6 cc3200: Add WiPy specific information to README.md 10 years ago
Damien George 1f9e2188a6 tests: Add tests for attrtuple, and for more corner cases. 10 years ago
Damien George 956d765786 py: Fix printing of "inf" and "nan" floating point values. 10 years ago
stijn c52f1258a8 msvc: Update genhdr script to emit MicroPython version numbers 10 years ago
Damien George dea853d3a3 docs: Document pyb.stop, pyb.standby and pyb.RTC.wakeup. 10 years ago
Damien George 4735c45c51 py: Clean up some bits and pieces in parser, grammar. 10 years ago
Damien George fa90ab1407 py: Simplify grammar for stmt rule (this is also how CPython has it). 10 years ago
Damien George d8837cea6f stmhal: Implement os.uname() to get details of OS and hardware. 10 years ago
Damien George c3184aea63 py: Add sys.implementation, containing uPy name and version number. 10 years ago