110 Commits (de2a2e296ba1cb60a333fc52fef39d260e5ad4e5)

Author SHA1 Message Date
Damien George bcf041f1a3 stmhal: Add wiznet5k module, to control WIZnet ethernet adaptor. 10 years ago
Damien George 8707ea3421 lib: Add lib and libm, moving current files from stmhal. 10 years ago
Dave Hylands 9480138f0c Add save/restore_irq 10 years ago
Dave Hylands 3d945559d4 Added python script to map AF to a pin name 10 years ago
Dave Hylands 3688414d9d Put some code into the first 16K of flash 10 years ago
Damien George 244476e3e6 stmhal: For non-debug compile, enable CC/LD opt to remove dead code. 10 years ago
Damien George 284efa89ae stmhal/teensy: Use _ instead of - in source file names. 10 years ago
Dave Hylands 6f418fc1b0 Add support for selecting pin alternate functions from python. 10 years ago
Damien George 3ef911345c stmhal: Update STM32Cube F4 HAL driver to V1.3.0. 10 years ago
Damien George 65dd7bc13d stmhal: Change 0:/ and 1:/ to /flash and /sd; add CWD support. 10 years ago
Dave Hylands a2e7a1315d Allow DFU_UTIL to be overridden from the environment. 10 years ago
Windel Bouwman b6af4c8104 Added hexfile target 11 years ago
Sven Wegener c3cabf4e33 bare-arm, stmhal, teensy: Duplicate -nostdlib to CFLAGS 11 years ago
Sven Wegener afc67c6dc5 bare-arm, stmhal: Fix --nostdlib to -nostdlib 11 years ago
bvernoux c3c353d7f1 Cleanup/removed specific stuff specific to HydraBus (except board). 11 years ago
bvernoux 569aa90137 micropython port for HydraBus 11 years ago
Craig Barnes c9f9e547d6 Add device ID to deploy make target for stmhal. 11 years ago
Damien George aad1204b8e stmhal: Change names: flash to firmware, flashboard to deploy. 11 years ago
Damien George 51315614e1 stmhal: Default build directory now includes board name. 11 years ago
Andrew Scheller ed9d8d6354 Add flashboard target to the stmhal Makefile to run dfu-util 11 years ago
Damien George 4ae52d454c stmhal: Reinstate CC3000 driver from old stm/ port. 11 years ago
Damien George 7533700393 stmhal: Rename USART to UART. 11 years ago
Damien George eb8bdf4df3 stmhal, SPI and I2C: Improvements to functionality and consistency. 11 years ago
Damien George d689430e79 stmhal: Add SPI class. 11 years ago
Damien George c66d86c5ce stmhal: Big cleanup; merge gpio into Pin; make names consistent. 11 years ago
Damien George d553be5982 build: Simplify build directory layout by putting all headers in genhdr. 11 years ago
Damien George fb06bfc11c stmhal: Clean up fatality indications; remove long-obsolete malloc0.c. 11 years ago
Damien George 89831d0289 stmhal: Add more math functions. 11 years ago
Andrew Scheller 70a7d7a943 build directory can now be renamed 11 years ago
Andrew Scheller 1452221aca Auto-generate the stmhal/pybcdc_inf header file from static files 11 years ago
Damien George 3f4898456b stmhal: Add stm module, which contains some constants for the MCU. 11 years ago
Andrew Scheller 902d9552c5 Replace some Makefile commands with variables in py/mkenv.mk 11 years ago
Damien George a12be917a4 stmhal: Add timer module; move servo PWM from TIM2 to TIM5. 11 years ago
Damien George 09d207785c stmhal: Unify naming of HW config; make SD detect configurable. 11 years ago
Damien George 038df43183 stmhal: Implement selector for USB device mode; improve boot up. 11 years ago
Damien George c9fd6645b0 stmhal: Factor out stdio and readline to separate files. 11 years ago
Damien George 6cfda3084d stmhal: Add I2C support; change accel driver to use new I2C. 11 years ago
Damien George caac542b23 Proper support for registering builtin modules in ROM. 11 years ago
Dave Hylands 1403298a65 stmhal - fixed up adc stuff 11 years ago
Damien George b13492f8ad stmhal: Add DAC driver. 11 years ago
Damien George 5fd2ebbbdd stmhal: Update help function. 11 years ago
Damien George 02fa035800 stmhal: Add input() and pyb.input() functions. 11 years ago
Damien George 626f6b8133 stmhal: Add servo driver. 11 years ago
Damien George d311655655 stmhal: Add time module with sleep function. 11 years ago
Damien George ad7b84a7b9 stmhal: Add os module with a few basic functions. 11 years ago
Damien George 684164a8cf stmhal: Add PYBv10 config; add RNG support. 11 years ago
Damien George fb25c2d95f stmhal: USB CDC and MSC device work together. 11 years ago
Damien George 8913c04831 stmhal: Add support for USB MSC device. 11 years ago
Damien George f78d9b1a72 stmhal: Add accelerometer driver; fix bug with LFN. 11 years ago
Damien George 494600bc99 stmhal: Add lcd.c to Makefile, and init LCD in main. 11 years ago