- 09 Apr, 2016 1 commit
-
-
Paul Sokolovsky authored
-
- 08 Apr, 2016 5 commits
-
-
Paul Sokolovsky authored
-
pohmelie authored
After this you need only one path for build (path/to/djgpp/bin). Original patch made by @dhylands
-
Tom Sparks authored
Addresses issue #1972.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
- 07 Apr, 2016 6 commits
-
-
Paul Sokolovsky authored
The docs are still heavily biased towards WiPy, so will need a lot of exclusions.
-
Paul Sokolovsky authored
-
Martin Fischer authored
SOF irqs are now standard for rx/tx USB transfers, so enable them for both FS and HS modes. Fixes #1944.
-
Damien George authored
Addresses issue #1965.
-
Damien George authored
-
Damien George authored
Because different emitters need to handle with-cleanup in different ways.
-
- 06 Apr, 2016 3 commits
-
-
Damien George authored
Adds 2k to the code size.
-
Paul Sokolovsky authored
-
Damien George authored
Currently UART(0) and UART(1) are exposed and only uart.write works.
-
- 05 Apr, 2016 6 commits
-
-
Paul Sokolovsky authored
-
Damien George authored
Use esp.osdebug(None) to disable, or esp.osdebug(uart_id) to send output to a UART.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
- 04 Apr, 2016 4 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
mp_fun_kw_t takes mp_map_t* (and not const mp_map_t*) to ease passing this arg to mp_map_lookup(), which may modify its arg, depending on flags.
-
- 03 Apr, 2016 8 commits
-
-
pohmelie authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
With gap between segments minimized, there's not much padding to flash, so no big speed overhead.
-
Paul Sokolovsky authored
With .rodata being in FlashROM now, gap can be much smaller now. InstRAM can be max 32K, and with segment headers, that already makes it more than 32K. Then there's some .data still, and the next Flash page boundary is 0x9000. That figure should be more or less future-proof. TODO: Refactor makeimg to take FlashROM segment offset from file name.
-
- 02 Apr, 2016 7 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Needed for frozen scripts, and for future growth of binary.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
This is helpful when running on deeply embedded targets, but may be "security risk". Caveat emptor.
-