aboutsummaryrefslogtreecommitdiff
path: root/stmhal
AgeCommit message (Expand)Author
2014-06-29stmhal: pyb.adc: Clarify that buffer with elements of any size can be used.Paul Sokolovsky
2014-06-28stmhal: Include mpconfig.h before all other includes.Paul Sokolovsky
2014-06-28unix, stmhal: Add option for STR_UNICODE to mpconfigport.h.Damien George
2014-06-27py: Move stack_ctrl_init() to mp_init().Paul Sokolovsky
2014-06-27Change MCU name config micromux
2014-06-27Merge pull request #703 from iabdalkader/micro_namesPaul Sokolovsky
2014-06-27stmhal: Use stackctrl framework.Paul Sokolovsky
2014-06-25Use mp_const_none to initialize mapper and map_dictDave Hylands
2014-06-21Add NORETURN to __fatal_errormux
2014-06-21Fix asser_func warning/errormux
2014-06-20Merge pull request #707 from eblot/master-v1.1.1-build-fixesPaul Sokolovsky
2014-06-20Added hexfile targetWindel Bouwman
2014-06-19Prefix ARRAY_SIZE with micropython prefix MP_Emmanuel Blot
2014-06-19Add MICROPY_HW_MICRO_NAME to boards configmux
2014-06-18bare-arm, stmhal, teensy: Duplicate -nostdlib to CFLAGSSven Wegener
2014-06-18bare-arm, stmhal: Fix --nostdlib to -nostdlibSven Wegener
2014-06-17Merge pull request #698 from dhylands/adc-fixDamien George
2014-06-17stmhal: Toggle LED using ODR ^= pin_mask.Damien George
2014-06-16Fix problem with ADC reads and multiple channelsDave Hylands
2014-06-15Updated teensy to build.Dave Hylands
2014-06-15stmhal: Add Python function to set UART for REPL.Damien George
2014-06-15stmhal: Fix type signatures on functions that take variable args.Damien George
2014-06-15stmhal: Fix file print methods to use print instead of printf.Damien George
2014-06-15stmhal: Update and improve LCD driver.Damien George
2014-06-14Make __assert_func weakmux
2014-06-14Add __assert_func only if DEBUG=1mux
2014-06-14Add __assert_funcmux
2014-06-11stmhal, file: Seek to end of file if opened in 'a' mode.Damien George
2014-06-11stmhal, file: Implement a,x,+ open modes, seek and tell.Damien George
2014-06-08stmhal: Fix pyb.bootloader so it works for gcc-4.9.0.Damien George
2014-06-08Provide definition of alloca() in mpconfigport.h.Damien George
2014-06-03Merge branch 'master' of https://github.com/micropython/micropythonbvernoux
2014-06-03Cleanup/removed specific stuff specific to HydraBus (except board).bvernoux
2014-06-02Add missing commas to stm32f4xx-af.csvDave Hylands
2014-06-02micropython port for HydraBusbvernoux
2014-06-01stmhal: Document pyb.Accel() constructor, that it takes time to start.Damien George
2014-06-01Rename bultins config variables to MICROPY_PY_BUILTINS_*.Damien George
2014-05-30Add a comma to make the .csv look proper in githubDave Hylands
2014-05-25Change const byte* to const char* where sensible.Damien George
2014-05-24Add SystemExit exception and use it in unix/ and stmhal/ ports.Damien George
2014-05-24Rename configuration variables controling Python features.Damien George
2014-05-21Tidy up some configuration options.Damien George
2014-05-21py: Rename MP_OBJ_NOT_SUPPORTED to MP_OBJ_NULL.Damien George
2014-05-21stmhal: Stop USB before entering DFU by software.Damien George
2014-05-19py: Implement proper separation between io.FileIO and io.TextIOWrapper.Paul Sokolovsky
2014-05-19stmhal: Fix DAC documentation: need to convert float to int for buf.Damien George
2014-05-19stmhal: Fix write_timed function for DAC(2).Damien George
2014-05-19stmhal: Make pyb.bootloader take no arguments.Damien George
2014-05-18stmhal: Remap system flash and adjust addressesSven Wegener
2014-05-18stmhal: Activate bootloader with pyb.bootloader()Sven Wegener