63 Commits (2b2cb7b7f4f467b67082f79053118df78f48e66e)

Author SHA1 Message Date
Damien George 3257d3543b stm: Remove unnecessary #includes; small other changes. 11 years ago
mux 638179fb9c Move RTC to Separate Module 11 years ago
Damien George b5d13c309f stm: Fix USART3 init. Small edits to Makefile and other things. 11 years ago
Damien George 2c30256382 stm: Clean up main.c; disable libgcc by default. 11 years ago
Damien George d51cfd155c stm: Put HSE_VALUE and other defines in mpconfigport.h. 11 years ago
Damien George eb380d7261 stm: Put TARGET in mpconfigport.h; support PYBv4. 11 years ago
Damien George 55baff4c9b Revamp qstrs: they now include length and hash. 11 years ago
mux 4578ced209 Add OSC_VALUE to Makefile 11 years ago
Damien George b2ebb161d4 stm: Upgrade ST peripheral library from 1.1.0 to 1.3.0. 11 years ago
Damien George 1277753812 stm: Upgrade to latest CMSIS libraries. 11 years ago
Damien George 0367ad6214 stm: Include libgcc for __aeabi_d2f and __aeabi_f2d functions. 11 years ago
mux 3591285091 Implement initial ADC support 11 years ago
Damien George 328708eb25 stm: Re-instate C debugging USART port (disabled by default). 11 years ago
mux e78e2dd305 Fix Makefile typo 11 years ago
mux 74269f86b9 Add DEBUG flag to Makefile 11 years ago
Dave Hylands 4646801181 Make build output quieter. 11 years ago
Dave Hylands c1db58799d Update stm/Makeile to use OBJCOPY and SIZE macros 11 years ago
Damien George 9193f89296 Move lexerstr to main py directory (everyone uses it). 11 years ago
Dave Hylands 9b7b947b01 Updated teensy to use common code from stm directory. 11 years ago
John R. Lenton 9c83ec0eda Merge remote-tracking branch 'upstream/master' into dict_feats 11 years ago
Damien George d3ebe4829d Factor and simplify Makefile's and mpconfig, part 2. 11 years ago
mux 50d5420deb Add Initial Support for STM32F4DISCOVERY Board 11 years ago
mux de7fcc0c06 Move user switch code into a separate module 11 years ago
Damien George 71c5181a8d Convert Python types to proper Python type hierarchy. 11 years ago
Paul Sokolovsky 5830fae26f Don't error out if build/ directory already exists. 11 years ago
Paul Sokolovsky 1c6de11f77 Add basic implementation of slice object. 11 years ago
Paul Sokolovsky b372bfca21 Rename default config file to mpconfig.h, and port's to mpconfigport.h. 11 years ago
Damien George 66028ab6dc Basic implementation of import. 11 years ago
mux 1a1ba4d555 Change dfu.py to be Python 2/3 compatible 11 years ago
Damien George aae7847508 Change old use of module creation to new proper use. 11 years ago
Damien George 2870862601 Add module object, to be used eventually for import. 11 years ago
Paul Sokolovsky e1151e463d Use rm -rf to remove build dir, so it doesn't error out if dir doesn't exist. 11 years ago
Damien George 8cc96a35e5 Put unicode functions in unicode.c, and tidy their names. 11 years ago
Damien George 212c296c0b Make unix-cpy cross platform; remove dependency of asmx64 on mpconfig. 11 years ago
Hagen Kaye 07590c2739 changes to Makefile and main.c to add i2c.c 11 years ago
Damien d99b05282d Change object representation from 1 big union to individual structs. 11 years ago
Damien e2880aa2fd Fix a few compiler warnings. 11 years ago
Damien f0d0940638 Add tools/dfu.py, and use it in stm/Makefile. 11 years ago
Damien 8c3da5c2c5 stm: flush storage cache immediately; improve user interface. 11 years ago
Damien 065f8a5e0e stm: initial commit of working CC3000 driver, based on Adafruit. 11 years ago
Damien d3e59feb6b stm: reorder things in Makefile. 11 years ago
Damien 5c13dbf6ee STM: add RNG support. 11 years ago
Damien bd8e110207 Add to STM code timer functionality to call Python on interrupt. 11 years ago
Damien 1c62d04e2e Add DAC, and simple audio driver to STM code. 11 years ago
Damien 4c51cbdc0b Add proper FPU compile flags; disable Python float support. 11 years ago
Damien c1764e997c Add syscfg and SPI libraries from STM. 11 years ago
Damien 8f7491a109 Add USART support, connected to stdio for REPL. 11 years ago
Damien 8128941e6c Add support for RTC, used as a calendar. 11 years ago
Damien 58a1b4c6cf Add USB HID support. Runs as an alternative to VCP+MSC. 11 years ago
Damien 7ee80bac8e Add support for SD card (not working). 11 years ago