- May 06, 2016
-
-
Dave Hylands authored
-
- May 05, 2016
-
-
Paul Sokolovsky authored
This constant is no longer part of hardware API (replaced with just None), and is a default, so not needed in calls.
-
Damien George authored
-
Tobias Badertscher authored
-
Damien George authored
-
Tobias Badertscher authored
Also raise an exception for machine.freq and machine.deepsleep on this MCU, since they are not yet implemented.
-
Tobias Badertscher authored
-
Tobias Badertscher authored
-
Tobias Badertscher authored
The main thing is to change the DMA code in a way that the structure DMA_Stream_TypeDef (which is similar to DMA_Channel_TypeDef on stm32l4) is no longer used outside of dma.c, as this structure only exists for the F4 series. Therefore I introduced a new structure (dma_descr_t) which handles all DMA specific stuff for configuration. Further the periphery (spi, i2c, sdcard, dac) does not need to know the internals of the dma.
-
- May 04, 2016
-
-
Damien George authored
-
- May 03, 2016
-
-
Damien George authored
-
Damien George authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
At http://micropython.org/webrepl .
-
Paul Sokolovsky authored
-
Damien George authored
-
Paul Sokolovsky authored
.time() returns seconds since MicroPython epoch (2000-01-01 00:00UTC), .settime() sends current system time, assuming UTC timezone.
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
Fixes issue #2023.
-
Damien George authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Damien George authored
-
- May 02, 2016
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Querying/setting MAC address is pretty adhoc operation to belong to .config() instead of taking a whole method on its own.
-
Paul Sokolovsky authored
Instead of extracting 4th element, extact last. Much easier to remember!
-
Paul Sokolovsky authored
Instead of extracting 4th element, extact last. Much easier to remember!
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Useful for testing fragmentation issues in OS heap. E.g. freemem() may report large amount, but is it possible to actually allocate block of a given size? Issue malloc() (followed by free()) to find out.
-
Paul Sokolovsky authored
Return number of free inernal WiFi buffers.
-
Paul Sokolovsky authored
Returning free number of various WiFi driver packet buffers.
-