aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-18nrf: Disable FAT/VFS by default.Ayke van Laethem
2018-07-18nrf: Implement NVMC HAL.Ayke van Laethem
2018-07-18nrf/boards/arduino_primo: Add missing hal_rng config used by random mod.Glenn Ruben Bakke
2018-07-18nrf: Enable Link-time optimizationsAyke van Laethem
2018-07-18nrf: Add compile switch to disable VFS.Ayke van Laethem
2018-07-18nrf: Use --gc-sections to reduce code sizeAyke van Laethem
2018-07-18nrf: Add WT51822-S4AT board.Ayke van Laethem
2018-07-18nrf: Update Makefile and README.md after moving port to new directoryGlenn Ruben Bakke
2018-07-18nrf: Align help.c builtin help text to use correct type.Glenn Ruben Bakke
2018-07-18lib/utils: Expose pyb_set_repl_info function publicGlenn Ruben Bakke
2018-07-18nrf: Add new port to Nordic nRF5x MCUs.Daniel Tralamazza
2018-07-18docs/library/machine: Remove conditional docs for rng function.Damien George
2018-07-18docs/library/machine: Remove conditional docs for wake_reason function.Damien George
2018-07-18docs/library/machine.UART: Remove conditional docs for wipy port.Damien George
2018-07-18docs/library/pyb.DAC: Fix typo in markup to balance quotes.Damien George
2018-07-18docs/library: Remove "only" directive from all pyb module docs.Damien George
2018-07-18esp32/modnetwork: Add network.(W)LAN.ifconfig('dhcp') support.Eric Poulsen
2018-07-18stm32/mphalport: Make mp_hal_stdin_rx_chr/stdout_tx_strn weakly linked.Peter D. Gray
2018-07-17stm32/timer: Add tick_hz arg to Timer constructor and init method.Damien George
2018-07-17stm32/timer: Use enum for indexing keyword arg in pyb_timer_init_helper.Damien George
2018-07-17esp8266,esp32: Implement high-res timers using new tick_hz argument.Nicko van Someren
2018-07-16esp32/modesp32: Use MP_ROM_QSTR and MP_ROM_PTR in const locals dict.Damien George
2018-07-16esp32/modesp32: Add raw temperature reading to esp32 module.Jérôme Poulin
2018-07-14py/runtime: Use mp_obj_new_int_from_ll when return int is not small.Damien George
2018-07-14stm32/fatfs_port: Fix bug when MICROPY_HW_ENABLE_RTC not enabled.Peter D. Gray
2018-07-14esp32: Implement WLAN.status() return codes.Mitchell Currie
2018-07-12py/emitnative: Optimise for iteration asm code for non-debug build.Damien George
2018-07-11extmod/vfs_posix: Use DTTOIF if available to convert type in ilistdir.Damien George
2018-07-11unix/modos: Convert dir-type to stat-type for file type in ilistdir.Damien George
2018-07-10py/objgenerator: Implement __name__ with normal fun attr accessor code.Damien George
2018-07-10mpy-cross: Make build independent of extmod directory.Damien George
2018-07-10extmod/vfs_posix: Support ilistdir with no (or empty) argument.Damien George
2018-07-10docs/pyboard: For latex build, use smaller quickref jpg, and no gifs.Damien George
2018-07-09py/malloc: Give a compile warning if using finaliser without GC.Damien George
2018-07-09esp32/modnetwork: Add support for bssid parameter in WLAN.connect().Damien George
2018-07-09tools/mpy-tool.py: Put frozen bignum digit data in ROM, not in RAM.Damien George
2018-07-09tools/mpy-tool.py: Support freezing of floats in obj representation D.Damien George
2018-07-08py/obj.h: Give compile error if using obj repr D with single-prec float.Damien George
2018-07-08stm32: Support compiling with object representation D.Damien George
2018-07-08extmod: Fix to support compiling with object representation D.Damien George
2018-07-08lib/utils: Fix to support compiling with object representation D.Damien George
2018-07-08py/objmodule: Make mp_obj_module_get_globals an inline function.Damien George
2018-07-08py/objdict: Make mp_obj_dict_get_map an inline function.Damien George
2018-07-08stm32: Access dict map directly instead of using helper function.Damien George
2018-07-08cc3200/mods: Access dict map directly instead of using helper func.Damien George
2018-07-08py: Simplify some cases of accessing the map of module and type dict.Damien George
2018-07-05windows: Make printing of debugging info work out of the box.stijn
2018-07-05lib/utils/printf: Make DEBUG_printf implementation more accessible.stijn
2018-07-05drivers/sdcard: Do not release CS during the middle of read operations.Mateusz Kijowski
2018-07-04esp32: Reduce latency for handling of scheduled Python callbacks.Nicko van Someren