- 19 Apr, 2016 1 commit
-
-
Paul Sokolovsky authored
-
- 17 Apr, 2016 5 commits
-
-
Damien George authored
-
Tobias Badertscher authored
-
Tobias Badertscher authored
-
Damien George authored
Original patch was authored by Tobias Badertscher / @tobbad, but it was reworked to split UART edits from USB edits.
-
Damien George authored
L4 does not have UART6, and has similar registers to the F7. Original patch was authored by Tobias Badertscher / @tobbad, but it was reworked to split UART edits from USB edits.
-
- 16 Apr, 2016 9 commits
-
-
Tobias Badertscher authored
-
Tobias Badertscher authored
-
Tobias Badertscher authored
-
Damien George authored
-
Tobias Badertscher authored
64-bit integer division brings a dependency on library functions. It is avoided here by dividing fck and baud by a common divisior. The error is the better (1/(2*0x300)) as with 64 bit division (1/(0x300)).
-
Tobias Badertscher authored
These files come from STM32Cube_FW_L4_V1.3.0, with Windows line endings converted to unix. Only basic HAL files are added. In addition the QSPI support is included to support later external QSPI flash as mass storage.
-
Tobias Badertscher authored
-
Damien George authored
-
Jan Čapek authored
- add template rule that converts a specified source file into a qstring file - add special rule for generating a central header that contains all extracted/autogenerated strings - defined by QSTR_DEFS_COLLECTED variable. Each platform appends a list of sources that may contain qstrings into a new build variable: SRC_QSTR. Any autogenerated prerequisities are should be appened to SRC_QSTR_AUTO_DEPS variable. - remove most qstrings from py/qstrdefs, keep only qstrings that contain special characters - these cannot be easily detected in the sources without additional annotations - remove most manual qstrdefs, use qstrdef autogen for: py, cc3200, stmhal, teensy, unix, windows, pic16bit: - remove all micropython generic qstrdefs except for the special strings that contain special characters (e.g. /,+,<,> etc.) - remove all port specific qstrdefs except for special strings - append sources for qstr generation in platform makefiles (SRC_QSTR)
-
- 14 Apr, 2016 1 commit
-
-
Paul Sokolovsky authored
These are *defined* per-port, but why redeclare them again and again.
-
- 13 Apr, 2016 3 commits
-
-
Damien George authored
-
Damien George authored
The config variable MICROPY_MODULE_FROZEN is now made of two separate parts: MICROPY_MODULE_FROZEN_STR and MICROPY_MODULE_FROZEN_MPY. This allows to have none, either or both of frozen strings and frozen mpy files (aka frozen bytecode).
-
Peter Hinch authored
Fixes issues #1912 and #1913. UART documentation is also updated.
-
- 12 Apr, 2016 4 commits
-
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
- 07 Apr, 2016 1 commit
-
-
Martin Fischer authored
SOF irqs are now standard for rx/tx USB transfers, so enable them for both FS and HS modes. Fixes #1944.
-
- 13 Mar, 2016 3 commits
-
-
Dave Hylands authored
Added definitions for SPI1, SPI2, and SPI3 Removed USB stuff (that could be removed) Updated BOARD name defintion
-
Dave Hylands authored
This makes the board match the name printed on the board (and agree with the documentation)
-
Dave Hylands authored
-
- 09 Mar, 2016 3 commits
-
-
Christopher Arndt authored
-
Ryan Shaw authored
-
Christopher Arndt authored
-
- 08 Mar, 2016 2 commits
-
-
Damien George authored
-
Damien George authored
tools/pydfu.py is now the recommended way of deploying a DFU file. Old behaviour of dfu-util can be obtained by passing USE_PYDFU=0 when invoking make. The main README.md file has been updated to reflect this change.
-
- 07 Mar, 2016 4 commits
-
-
Dave Hylands authored
-
Dave Hylands authored
-
Dave Hylands authored
-
Pavol Rusnak authored
To make it easier to spot differences.
-
- 03 Mar, 2016 1 commit
-
-
Paul Sokolovsky authored
-
- 28 Feb, 2016 2 commits
-
-
Paul Sokolovsky authored
Moved from stmhal.
-
Paul Sokolovsky authored
-
- 25 Feb, 2016 1 commit
-
-
Damien George authored
-