aboutsummaryrefslogtreecommitdiff
path: root/stmhal/Makefile
AgeCommit message (Expand)Author
2014-07-31stmhal: Change 0:/ and 1:/ to /flash and /sd; add CWD support.Damien George
2014-07-21Allow DFU_UTIL to be overridden from the environment.Dave Hylands
2014-06-20Added hexfile targetWindel Bouwman
2014-06-18bare-arm, stmhal, teensy: Duplicate -nostdlib to CFLAGSSven Wegener
2014-06-18bare-arm, stmhal: Fix --nostdlib to -nostdlibSven Wegener
2014-05-03Add device ID to deploy make target for stmhal.Craig Barnes
2014-05-03stmhal: Change names: flash to firmware, flashboard to deploy.Damien George
2014-05-03stmhal: Default build directory now includes board name.Damien George
2014-05-01Add flashboard target to the stmhal Makefile to run dfu-utilAndrew Scheller
2014-04-30stmhal: Reinstate CC3000 driver from old stm/ port.Damien George
2014-04-21stmhal: Rename USART to UART.Damien George
2014-04-21stmhal, SPI and I2C: Improvements to functionality and consistency.Damien George
2014-04-20stmhal: Add SPI class.Damien George
2014-04-18stmhal: Big cleanup; merge gpio into Pin; make names consistent.Damien George
2014-04-17build: Simplify build directory layout by putting all headers in genhdr.Damien George
2014-04-17Merge branch 'relocatable-build-dir' of github.com:lurch/micropython into lur...Damien George
2014-04-17stmhal: Clean up fatality indications; remove long-obsolete malloc0.c.Damien George
2014-04-17stmhal: Add more math functions.Damien George
2014-04-16build directory can now be renamedAndrew Scheller
2014-04-16Auto-generate the stmhal/pybcdc_inf header file from static filesAndrew Scheller
2014-04-10stmhal: Add stm module, which contains some constants for the MCU.Damien George
2014-04-07Replace some Makefile commands with variables in py/mkenv.mkAndrew Scheller
2014-04-02stmhal: Add timer module; move servo PWM from TIM2 to TIM5.Damien George
2014-03-30stmhal: Unify naming of HW config; make SD detect configurable.Damien George
2014-03-30stmhal: Implement selector for USB device mode; improve boot up.Damien George
2014-03-29stmhal: Factor out stdio and readline to separate files.Damien George
2014-03-25stmhal: Add I2C support; change accel driver to use new I2C.Damien George
2014-03-25Proper support for registering builtin modules in ROM.Damien George
2014-03-24stmhal - fixed up adc stuffDave Hylands
2014-03-24stmhal: Add DAC driver.Damien George
2014-03-24stmhal: Update help function.Damien George
2014-03-22stmhal: Add input() and pyb.input() functions.Damien George
2014-03-22stmhal: Add servo driver.Damien George
2014-03-22stmhal: Add time module with sleep function.Damien George
2014-03-22stmhal: Add os module with a few basic functions.Damien George
2014-03-22stmhal: Add PYBv10 config; add RNG support.Damien George
2014-03-22stmhal: USB CDC and MSC device work together.Damien George
2014-03-21stmhal: Add support for USB MSC device.Damien George
2014-03-20stmhal: Add accelerometer driver; fix bug with LFN.Damien George
2014-03-19stmhal: Add lcd.c to Makefile, and init LCD in main.Damien George
2014-03-17stmhal: Add fatfs support, working with flash and SD card.Damien George
2014-03-17stmhal: Add flash write support and flash storage driver.Damien George
2014-03-17stmhal: Add SD card support.Damien George
2014-03-15stmhal: Get RTC working.Damien George
2014-03-15stmhal: Get USB CDC REPL working.Damien George
2014-03-14stmhal - add pin mapping, gpio, exti, usrswDave Hylands
2014-03-14stmhal: Get USB enumerating a CDC device.Damien George
2014-03-13Cleanup systick for stmhalDave Hylands
2014-03-12REPl working on UART6 with STMHALDave Hylands
2014-03-12stmhal: Get SysTick and HSE working.Damien George