1494 Commits (f62cc41fac007f38b661e09d638385241084a540)

Author SHA1 Message Date
stijn f62cc41fac windows/msvc: Fix warnings regarding function declarations. 5 years ago
Maureen Helm 76a5b3a97a zephyr: Update machine.Pin class to use new zephyr gpio api. 5 years ago
Damien George 40255aff23 stm32/mboot: Remove unnecessary test for led being 1 in led_state. 5 years ago
Andrew Leech 9dd470b768 stm32/mboot: Update LED0 state from systick handler. 5 years ago
Andrew Leech f7130a99b6 stm32/mboot: Protect against invalid address flash writes. 5 years ago
Andrew Leech b41d08cf15 stm32/mboot: Update dfu state/status flags to better match standard. 5 years ago
Andrew Leech 03b1ed80e7 stm32/mboot: Allow overriding led_init and led_state in board folder. 5 years ago
Jim Mussared 9715905b18 esp32/README.md: Update build instructions for newer toolchain. 5 years ago
Jim Mussared 0cd13081df esp8266/README.md: Add docker build instructions. 5 years ago
Damien George 8d34344dce esp8266/modmachine: Implement machine.soft_reset(). 5 years ago
Damien George 2cdf1d25f5 unix: Remove custom file implementation to use extmod's VFS POSIX one. 5 years ago
Damien George ad9a0ec8ab all: Convert exceptions to use mp_raise_XXX helpers in remaining places. 5 years ago
Damien George eae495a714 stm32/main: Fix bug mounting 3rd SD partition. 5 years ago
Maureen Helm 110a610f70 zephyr: Execute main.py file if it exists. 5 years ago
Maureen Helm 78c7e4a859 zephyr: Enable usb mass storage class on mimxrt1050_evk. 5 years ago
Maureen Helm 5feb54afbb zephyr: Mount a file system during init. 5 years ago
Damien George 359213fbe1 unix/Makefile: Detect and pass thru mpy-cross flags when running tests. 5 years ago
Andrew Leech 86bfabec11 py/modmicropython: Add heap_locked function to test state of heap. 5 years ago
Jim Mussared 7eea0d8b6c mimxrt: Add MIMXRT1010 board. 5 years ago
Jim Mussared f46782dde9 mimxrt: Add new, minimal port to NXP i.MX RT series CPUs. 5 years ago
Jim Mussared 211032a5c9 samd: Fix to build with latest tinyusb. 5 years ago
Damien George ed848553b4 extmod/vfs: Factor out vfs mount-and-chdir helper from stm32. 5 years ago
Thomas Friebel bd746a4630 esp32: Deinitialize Bluetooth on soft reset. 5 years ago
Damien George a017576706 esp8266/machine_pin: Disable ets_loop_iter during hard IRQ handler. 5 years ago
Damien George e965363b6b stm32: Refactor Bluetooth HCI RX to be independent of transport layer. 5 years ago
Damien George 0674917bc5 extmod/btstack: Implement advertising. 5 years ago
Damien George 51f8591097 stm32/boards/PYBD: Allow building with BTstack (via make command line). 5 years ago
Damien George 0e95815bfb stm32: Add bindings for BTstack implementation. 5 years ago
Damien George 894c550c86 stm32: Refactor bluetooth stack/hci/driver bindings. 5 years ago
Damien George c44d52f33e extmod/modbluetooth_nimble: Move nimble specific code, factor nimble.mk. 5 years ago
Damien George 44aa5b2200 stm32/modnetwork: Remove redundant call to nimble_poll in lwip poll. 5 years ago
Damien George 3e0b46b9af unix/file: Don't raise OSError(EINVAL) on sys.stdin/out/err.flush(). 5 years ago
Damien George 69661f3343 all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
Damien George 3f39d18c2b all: Add *FORMAT-OFF* in various places. 5 years ago
Damien George 73670ef281 unix/unix_mphal: Adjust #if in mp_hal_stdin_rx_chr to improve format. 5 years ago
hahmadi b169904254 stm32/mpconfigport.h: Add option to have custom help text. 5 years ago
Damien George 410757f4f4 unix/mphalport.h: Fix build when MICROPY_USE_READLINE=0. 5 years ago
Jim Mussared a9ce8dfdaa esp32: Move to IDF 4.0 release version. 5 years ago
David Lechner 4adcaa4423 unix/mpthreadport: Fix Mac build by using SIGUSR1 if SIGRTMIN not avail. 5 years ago
Andrew Leech 3fe83e4318 stm32/sdram: Fix compile issue from unused sdram startup test flag. 5 years ago
David Lechner 3bd2ae1a36 unix/mpthreadport: Use SIGRTMIN+5 instead of SIGUSR1 for thread-GC. 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
Damien George baf11f237b unix/Makefile: Remove old variant targets that are no longer needed. 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 5a755ac30a esp32/modsocket: Convert EADDRINUSE error code from lwip return value. 5 years ago