4175 Commits (abfd4da287456f5e15b24251333dbdca934b2975)
 

Author SHA1 Message Date
Damien George abfd4da287 docs: Add link from pyboard asm tutorial to asm reference. 10 years ago
Damien George 59fba2d6ea py: Remove mp_load_const_bytes and instead load precreated bytes object. 10 years ago
Damien George ed570e4b2a py: Remove mp_load_const_str and replace uses with inlined version. 10 years ago
Paul Sokolovsky 484adac0bb tools: Update upip to 0.5.4. 10 years ago
Garrett Berg f64e080d9a CODECONVENTIONS.md: add documentation on putting comments in code. 10 years ago
Damien George e44c1d3ace tests: Split out json float tests to separate files. 10 years ago
Daniel Campora 186b355b28 tests: Add support for the WiPy in run-tests script. 10 years ago
Damien George 0d3e309ebc docs: Add link in references index to Thumb2 assembler docs. 10 years ago
Damien George 2110dc5a6d docs: Add reference for Thumb2 inline assembler. 10 years ago
Damien George aef3846c13 docs: Add "reference" directory for putting docs about the language. 10 years ago
Daniel Campora 4af5424242 tests: Adapt misc/features.py tests for ports without floating point. 10 years ago
blmorris c5175526dd stmhal/dma.c: Modify dma_init() to accept init struct as an argument 10 years ago
Damien George 3299f687f5 CODECONVENTIONS.md: Mention macro and enum names. 10 years ago
stijn 9c7d183a94 CODECONVENTIONS.md: Add function/variable/argument naming convention 10 years ago
Daniel Campora d02f671737 cc3200: Add deploy target and improve robustness of update-wipy.py. 10 years ago
Daniel Campora d709622bd2 tests: Adapt basics/memoryerror.py for ports with lower heap sizes. 10 years ago
Daniel Campora e64afde073 cc3200: Create tools folder and add update-wipy.py script. 10 years ago
Damien George 2a1090a637 py: Clarify comment in parsenum.c about ValueError vs SyntaxError. 10 years ago
Daniel Campora 228c68a9cd py: Change exception type to ValueError when error reporting is terse. 10 years ago
Damien George 6e1dfb0d1a stmhal: Reorganise code for parsing keyword args in I2C methods. 10 years ago
Damien George de8b585ab7 esp8266: Make pyb.RTC a type, and pyb.RTC() constructs an RTC object. 10 years ago
Damien George c4b592d379 bare-arm, minimal, qemu-arm: Make do_str() take parse-input-kind as arg. 10 years ago
Paul Sokolovsky fe99ea9aab README: Add quick information about builtin upip package manager. 10 years ago
Damien George 7f19a39a3b py: Cast argument for printf to int, to be compatible with more ports. 10 years ago
Paul Sokolovsky a06c38b486 tests: Add testcase for open(..., "a"). 10 years ago
Ari Suutari 63b9e598a3 unix: Add O_WRONLY | O_CREAT to open call when opening file for append ("a"). 10 years ago
Bill Owens 60ccb41fac esp8266: Move status() from esp module to network 10 years ago
Damien George 06593fb0f2 py: Use a wrapper to explicitly check self argument of builtin methods. 10 years ago
Paul Sokolovsky a193ced7fa esp8266: README: Typo fix. 10 years ago
Damien George c8870b7c69 py: Make showbc decode UNPACK_EX, and use correct range for unop/binop. 10 years ago
Paul Sokolovsky b6a08208e1 esp8266: Explicit warning that port is experimental and subject to change. 10 years ago
Paul Sokolovsky fb4b800820 README: Mention esp8266 port. 10 years ago
Radomir Dopieralski 0cba23716d ESP8266: Update the README.md to reflect what works 10 years ago
Paul Sokolovsky b85bf25e97 CODECONVENTIONS.md: 16-bit ports exist now. 10 years ago
Paul Sokolovsky 2474c2ae94 CODECONVENTIONS.md: Header files no longer follow Plan 9 conventions. 10 years ago
Daniel Campora 92d95cc9d3 cc3200: Remove --specs=nano.specs linker flag. 10 years ago
Bill Owens 7c61249ae6 esp8266: Updated documentation for scan() and moved to network 10 years ago
Bill Owens 686516f90a esp8266: Move scan from esp module to network 10 years ago
Daniel Campora ea2cc2b907 docs: Add more documentation for the CC3200 in the pyb module. 10 years ago
Daniel Campora cdfa11f550 cc3200: In Timer.callback() only use value param if in edge count mode. 10 years ago
Damien George e78a8c94b6 docs: Bump version to 1.4.4. 10 years ago
Damien George f6518a7bd5 tests: Check that machine module exists and print SKIP if it doesn't. 10 years ago
Damien George d59ca4efdb tools/pyboard.py: Change logic for when raw ">" prompt is parsed. 10 years ago
Bill Owens 3ce212e0a6 esp8266: Changed esp_scan to keep the current WiFi operating mode but throw an exception if WiFi is in AP only mode 10 years ago
Damien George e9ce00d874 py: Implement divmod for mpz bignum. 10 years ago
Damien George c5029bcbf3 py: Add MP_BINARY_OP_DIVMOD to simplify and consolidate divmod builtin. 10 years ago
Damien George 6f49520042 py: Implement second arg for math.log (optional value for base). 10 years ago
Radomir Dopieralski 05c6fbcae6 esp8266: Fix the documentation for esp.connect() and esp.disconnect() 10 years ago
Paul Sokolovsky dd0e24f4b0 pip-micropython: Add deprecation notice, but still leave for reference. 10 years ago
Paul Sokolovsky 32eb4b9055 esp8266: Move connect/disconnect from "esp" module to network. 10 years ago