3383 Commits (17d299b7bd24cb4e98dd3e714989a30bafa67ba1)
 

Author SHA1 Message Date
Damien George 451a087075 py: Fix printing of size_t entity; fix qemu-arm for changes to lexer. 10 years ago
Damien George 759cc9bcc8 unix-cpy: Fix build due to change in lexer API. 10 years ago
Damien George a4c52c5a3d py: Optimise lexer by exposing lexer type. 10 years ago
Paul Sokolovsky 41c07d5b80 docs: uzlib: Typo fix. 10 years ago
Paul Sokolovsky adf4c4cea8 docs: Add quick docs for uzlib. 10 years ago
Damien George c0b3d4540b docs: Update network docs to reflect changes to code. 10 years ago
Damien George 29a1ec1bd6 stmhal: Overhaul network drivers; has generic network protocol in C. 10 years ago
Damien George d8f239263d drivers, wiznet5k: Add socket_reset; fix orderly shutdown in recv. 10 years ago
Damien George 32ef3a3517 py: Allow bytes/bytearray/array to be init'd by buffer protocol objects. 10 years ago
Paul Sokolovsky 3a5352b483 docs: Add skeleton docs for ure module. 10 years ago
Damien George cd97a43f8d py, vm: Make unum a local variable for each opcode that uses it. 10 years ago
Damien George 57c70d6073 stmhal: Move RTC HAL init functions to rtc.c, where they belong. 10 years ago
Damien George 578ea6d4a5 docs: Add links to LCD and AMP skin schematics. 10 years ago
Paul Sokolovsky d8fd3103fa docs: Add quick docs for ubinascii. 10 years ago
Paul Sokolovsky d96a916405 docs: Add quick docs for uhashlib. 10 years ago
Paul Sokolovsky 7f0699eedf docs: Sort "micro-library" module list alphabetically. 10 years ago
Paul Sokolovsky 6e8ff9cd68 modmicropython: Move mem_info() and qstr_info() functions from unix port. 10 years ago
Damien George 17c5ce3727 tools: Make pyboard.py have infinite timeout when running script. 10 years ago
Damien George 1960475ed7 stmhal: Make pyb.[u]delay use systick with IRQs, busy loop otherwise. 10 years ago
Damien George c7ca01ad96 py: Generalise and reduce code size of array +, += and .extend(). 10 years ago
Henrik Sölver d8c2b2a1c4 Update documentation for the CAN class 10 years ago
Damien George b2e731177e py: Implement +, += and .extend for bytearray and array objs. 10 years ago
Damien George 19fb1b4dd7 stmhal: Add USB_VCP.setinterrupt method, to disable CTRL-C. 10 years ago
Damien George b395220ef0 esp8266: Add README.md. 10 years ago
Damien George 7288403b9b tests: Split out float test from builtin_round.py. 10 years ago
Damien George 3b603f29ec Use MP_DEFINE_CONST_DICT macro to define module dicts. 10 years ago
Damien George e636279fe0 esp8266: Move more rodata to irom section. 10 years ago
Paul Sokolovsky bfdc205934 modubinascii: Add, with hexlify() implementation. 10 years ago
Damien George d96e6b14c9 esp8266: Make default ESP_SDK variable work correctly. 10 years ago
Damien George 722fab7c2a docs: Bump version to 1.3.7. 10 years ago
inaugurator 9aae41121b Update uheapq.rst 10 years ago
Damien George fbea810043 esp8266: Change bignum from mpz to longlong; move some rodata to iram. 10 years ago
Damien George 5f10065718 esp8266: Provide sensible default ESP_SDK; deploy 2 the images together. 10 years ago
Paul Sokolovsky 1bbc389d67 esp8266: Allow to override serial port. 10 years ago
Damien George 075d597464 esp8266: New port of Micro Python to ESP8266 wifi module. 10 years ago
Damien George 2399aa03b8 py: Add NLR support for xtensa CPU. 10 years ago
Damien George 92f1ed8f40 stmhal: Enable uhashlib module; add heapq, hashlib weak links. 10 years ago
Paul Sokolovsky df732bb01b pfenv_printf: Properly implement %p format specifier. 10 years ago
Paul Sokolovsky 1eca32836d builtin: Reimplement __repl_print__() in terms of print(). 10 years ago
Paul Sokolovsky e5dbe1e283 map: Add empty fixed map. 10 years ago
Damien George 317cf18486 stmhal: Remove unnecessary HAL_Delay in readline loop. 10 years ago
Damien George 5cbc9e0db0 stmhal: Reduce coupling between USB driver and readline. 10 years ago
Damien George 6f5eb84c19 py: #if guard str_make_new when not needed. 10 years ago
Henrik Sölver acb92c186c Adding CAN filter management 10 years ago
Damien George 20d239cb28 stmhal: Enable DAC on STM32F4DISC. 10 years ago
Paul Sokolovsky 4a1c80c293 tests: Add test for hashlib.sha256 . 10 years ago
Paul Sokolovsky a944183b35 moduhashlib: Integrate sha256 implementation. 10 years ago
Paul Sokolovsky 63e02e8cc0 moduhashlib: Add sha256 implementation from "crypto-algorithms" project. 10 years ago
Paul Sokolovsky f4b19c873f moduhashlib: Initial module skeleton. 10 years ago
Damien George df242facdc drivers, cc3000: Cleaning up, make local functions static. 10 years ago