11325 Commits (b909e8b2dd007d8e7d61547768518b29bb4f833c)
 

Author SHA1 Message Date
Thomas Friebel f4726735cf extmod/modbluetooth: Implement config getter for BLE rxbuf size. 5 years ago
David Lechner 3bd2ae1a36 unix/mpthreadport: Use SIGRTMIN+5 instead of SIGUSR1 for thread-GC. 5 years ago
Damien George ce39c958ef py: Factor out definition of mp_float_union_t to one location. 5 years ago
Damien George ac8383a95d nrf: Use MICROPY_HW_ENABLE_RNG instead of MICROPY_PY_RANDOM_HW_RNG. 5 years ago
Damien George 6ad3bb1e12 nrf: Remove custom "random" module and use extmod version instead. 5 years ago
cccc 4f3e5ea934 nrf/drivers/bluetooth: Fix variable initialisation error with older gcc. 5 years ago
David Lechner 4af79e7694 unix/Makefile: Allow to install all variants of the executable. 5 years ago
David Lechner c5f4268c99 unix/variants/standard: Fix role of PREFIX when used to install. 5 years ago
Peter Hinch d2f22ea953 drivers/nrf24l01: Change pipe addrs in test to match Arduino addrs. 5 years ago
Damien George baf11f237b unix/Makefile: Remove old variant targets that are no longer needed. 5 years ago
Thorsten von Eicken be92aacba3 docs/develop: Detail how to add symbols to mp_fun_table for native mods. 5 years ago
David Lechner f020eac6a8 py/obj.h: Remove TODO idea comment about truncated mp_map_t. 5 years ago
Damien George ad7213d3c3 py: Add mp_raise_msg_varg helper and use it where appropriate. 5 years ago
Damien George 97eca38c4f py: Add mp_raise_type helper macro and use it where appropriate. 5 years ago
Damien George 7679e3be96 py/objmodule.h: Remove obsolete mp_builtin_module_weak_links_map decl. 5 years ago
Damien George 5a755ac30a esp32/modsocket: Convert EADDRINUSE error code from lwip return value. 5 years ago
stijn 5f91933e54 windows: Improve default search path. 5 years ago
stijn 8b6e6008c7 unix/main: Use OS-dependent path separator when searching path. 5 years ago
Damien George 580fd636c0 nrf/drivers: Use mp_raise_msg where appropriate, and shorten exc msgs. 5 years ago
Damien George 6a3ca96fe5 tests/basics: Add test for equality between tuple and namedtuple. 5 years ago
Damien George 27465e6b24 tests/basics: Add tests for equality between bool and int/float/complex. 5 years ago
Damien George 9ec1caf42e py: Expand type equality flags to 3 separate ones, fix bool/namedtuple. 5 years ago
Yonatan Goldschmidt 0852acfc74 tests/run-tests: Auto-skip extmod/ticks_diff, extmod/time_ms_us tests. 5 years ago
Peter Hinch 88cbfd791a docs/library: Fix framebuf monochrome 1-bit modes, swapping HLSB/HMSB. 5 years ago
Damien George ce40abcf21 stm32/usbd_cdc_interface: Remove "interrupt_char != -1" check. 5 years ago
Damien George 046ae80bdf unix, windows: Use mp_keyboard_interrupt instead of custom code. 5 years ago
Damien George abe2caf6df py/scheduler: Move clearing of kbd traceback to mp_keyboard_interrupt. 5 years ago
Damien George f4641b2378 esp32/uart: Use core-provided mp_keyboard_interrupt, placed in IRAM. 5 years ago
Damien George 8d0421c3cf esp8266: Put mp_keyboard_interrupt in IRAM. 5 years ago
Damien George 8fb5c8fdd5 py/scheduler: Allow a port to specify attrs for mp_keyboard_interrupt. 5 years ago
Damien George eaf30c516a tests/unix: Add coverage tests for kbd-intr and scheduler. 5 years ago
Damien George 9efb36bfa6 py/scheduler: Move mp_keyboard_interrupt from lib/utils to py core. 5 years ago
Damien George 5a91cd9ff3 lib/utils/pyexec: Handle pending exceptions after disabling kbd intrs. 5 years ago
Damien George 98a3911c43 py/scheduler: Add "raise_exc" argument to mp_handle_pending. 5 years ago
Maureen Helm 7a5752a748 zephyr: Enable littlefs. 5 years ago
Maureen Helm 86a66960f9 zephyr: Implement block device protocol via zephyr flash map api. 5 years ago
Maureen Helm 2d7ec8e704 zephyr: Enable fatfs. 5 years ago
Maureen Helm a0440b01ea zephyr: Enable virtual file system and uos module. 5 years ago
Maureen Helm cc19cf2549 zephyr: Implement block device protocol via zephyr disk access api. 5 years ago
Petr Viktorin dbed8f576d tests/basics: Move test for "return" outside function to own file. 5 years ago
Petr Viktorin e6c9800645 py/compile: Allow 'return' outside function in minimal builds. 5 years ago
Damien George d6a1e45caa stm32/usbd_conf: Allow boards to configure USB HS ULPI NXT/DIR pins. 5 years ago
Damien George 69b415f745 tests: Move CPy diff test to real test now that subclass equality works. 5 years ago
Andrew Leech ff9a61b5a8 stm32/sdram: Expose the result of sdram startup test in stm32_main. 5 years ago
odewdney b51a2c266a lib/utils: Change default value of pyexec_mode_kind to 0 to put in bss. 5 years ago
Jim Mussared 0645478475 esp32/Makefile: Reorder includes to build with latest toolchain. 5 years ago
David Lechner 74106757ac tests/cpydiff: Add os module environ differences. 5 years ago
David Lechner 4a97f7aaf3 tests/cmdline: Add test for MICROPYINSPECT environment variable. 5 years ago
David Lechner f1b6e6bb15 unix/modos: Implement putenv and unsetenv to complement getenv. 5 years ago
David Lechner 83439e38fc unix/main: Add command-line -h option for printing help text. 5 years ago