aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-11docs/library: Add missing cross-ref links for classes in pyb module.Mike Causer
2017-10-11py/modbuiltins: Use existing utf8_get_char helper in builtin ord func.Damien George
2017-10-10atmel-samd: Add support for internal filesystems. (#311)Scott Shawcroft
2017-10-10py/formatfloat: Use standard isinf, isnan funcs instead of custom ones.Damien George
2017-10-10py/formatfloat: Don't print the negative sign of a NaN value.Damien George
2017-10-10lib/libm: Remove implementation of log2f, use MP_NEED_LOG2 instead.Damien George
2017-10-10py/modmath: Convert log2 macro into a function.Damien George
2017-10-10py/modmath: Add full checks for math domain errors.Damien George
2017-10-10docs/esp8266/quickref: Add quickref info for RTC class.Mike Causer
2017-10-10docs/pyboard/tutorial: Update now that yellow LED also supports PWM.Mike Causer
2017-10-10docs/pyboard/quickref: Add info for Switch, RTC, CAN, Accel classes.Mike Causer
2017-10-10py/bc: Update opcode_format_table to match the bytecode.Damien George
2017-10-09docs/library/network: Clarify usage of "bssid" arg in connect() method.Damien George
2017-10-09esp8266/modnetwork: Add "bssid" keyword arg to WLAN.connect() method.Damien George
2017-10-08ports/nrf: Add WT51822-S4AT board.Ayke van Laethem
2017-10-09examples: hwconfig_console: Add .on()/.off() methods.Paul Sokolovsky
2017-10-08Freeze libraries needed by adafruit_circuitplayground library into firmware.Dan Halbert
2017-10-08Update pwm.rstAlex Vasylenko
2017-10-08tools/pyboard: Update docstring for additional device support.Paul Sokolovsky
2017-10-07zephyr: Switch to interrupt-driven pull-style console.Paul Sokolovsky
2017-10-07tests/run-tests: Close device under test using "finally".Paul Sokolovsky
2017-10-07zephyr: Use CONFIG_NET_APP_SETTINGS to setup initial network addresses.Paul Sokolovsky
2017-10-06stm32/boards: Fix typos in stm32f767_af.csv table.Damien George
2017-10-06drivers/display/ssd1306: Make poweron() work the same with SSD1306_SPI.Damien George
2017-10-06drivers/display/ssd1306: Implement SSD1306_I2C poweron method.Tiago Queiroz
2017-10-05tools/pyboard: Use repr() when quoting data in error messages.Paul Sokolovsky
2017-10-05tests/extmod: Add test for '-' in character class in regex.Damien George
2017-10-05stm32/modnwwiznet5k: Get the IP address of an established socket.Li Weiwei
2017-10-05py/persistentcode: Bump .mpy version number to version 3.Damien George
2017-10-05py/objtype: Clean up unary- and binary-op enum-to-qstr mapping tables.Damien George
2017-10-05py: Clean up unary and binary enum list to keep groups together.Damien George
2017-10-04ports/nrf: Update Makefile and README.md after moving port to new directoryGlenn Ruben Bakke
2017-10-04ports/nrf: Align help.c builtin help text to use correct type after upmerge w...Glenn Ruben Bakke
2017-10-04ports/nrf: Moving nrf51/52 port to new ports directoryGlenn Ruben Bakke
2017-10-04ports/nrf: Upmerging port with upstream masterGlenn Ruben Bakke
2017-10-04nrf: Aligning with upstream the use of nlr_raise(mp_obj_new_exception_msg(&mp...Glenn Ruben Bakke
2017-10-04 nrf/modules/random: Backport of microbit random number generator moduleglennrub
2017-10-04nrf/hal/rng: Adding HAL driver for accessing RNG peripheralglennrub
2017-10-04nrf/boards: Adding Arduino Primo board support (#88)glennrub
2017-10-04nrf: Add support for floating point on nrf52 targets.Glenn Ruben Bakke
2017-10-04lib/libm: Fix tanhf so that it correctly handles +/- infinity args.Damien George
2017-10-04py/mpprint: Only check for null string printing when NDEBUG not defined.Damien George
2017-10-04py/objstr: Make empty bytes object have a null-terminating byte.Damien George
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-10-04py/objtype: Change type of enum-to-qstr table to uint16_t to save space.Damien George
2017-10-04docs/esp8266/tutorial: Update neopixel with example of using 4 bbp.Gabe
2017-10-03Add a `gamepad` module for handling buttons in the background. (#295)Radomir Dopieralski
2017-10-03Do not allow a *io object to be used after deinit().Dan Halbert
2017-10-03Add board file for the hacked Trinket M0 Haxpress (#303)Radomir Dopieralski
2017-10-04py/{mkenv.mk,mkrules.mk}: Append .exe for Windows executable files.chrismas9