48 Commits (74c710187c77ebd5ab8c5a44b07087f2c2ca786e)

Author SHA1 Message Date
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
Damien George b92d3e1fde stmhal: Add fatfs support, working with flash and SD card. 11 years ago
Damien George 9e5ea4d768 stmhal: Add flash write support and flash storage driver. 11 years ago
Damien George fb431bf556 stmhal: Add SD card support. 11 years ago
Damien George 8b96af6907 stmhal: Get RTC working. 11 years ago
Damien George e285511a23 stmhal: Get USB CDC REPL working. 11 years ago
Dave Hylands ca5444e6cd stmhal - add pin mapping, gpio, exti, usrsw 11 years ago
Damien George b30c02afa0 stmhal: Get USB enumerating a CDC device. 11 years ago
Dave Hylands ef39f2d9ca Cleanup systick for stmhal 11 years ago
Dave Hylands f14b92b9e1 REPl working on UART6 with STMHAL 11 years ago
Damien George 4ef1dbcbf6 stmhal: Get SysTick and HSE working. 11 years ago
Dave Hylands dd38d90724 Initial checkin with STM HAL 11 years ago
Damien George c3d35c6ac7 stm: Put pyb module in ROM. 11 years ago