127 Commits (2b46da234c8fc39f2df5d09ea0c7dc5e05f6635e)

Author SHA1 Message Date
Damien George f04329e93b lib/libm: Add acosh, asinh, atanh, tan; get working with stmhal. 10 years ago
Damien George 29a1ec1bd6 stmhal: Overhaul network drivers; has generic network protocol in C. 10 years ago
Damien George 57c70d6073 stmhal: Move RTC HAL init functions to rtc.c, where they belong. 10 years ago
Damien George 1559a97810 py: Add builtin round function. 10 years ago
stijn 4e54c876a7 Add -Wpointer-arith flag to prevent problems with pointer arithmetic on void* 10 years ago
Damien George 185cb0d943 stmhal: Use OSError with POSIX error code for HAL errors. 10 years ago
Dave Hylands 842210f53a Add pydfu.py to the micropython tree. Use dfu_util bgy default 10 years ago
Damien George 50062587c7 stmhal: Oops: rename mod files in Makefile. 10 years ago
Damien George 9b6617ea8b stmhal: Add pyb.stop() and pyb.standby() functions. 10 years ago
Damien George fec70ad369 stmhal: Remove long-obsolete pybwlan.[ch] files from old CC3k driver. 10 years ago
Damien George 3550de4ebe stmhal: Add basic CAN bus support. 10 years ago
Damien George de37775a26 stmhal: Enable patch_program in cc3k driver, with key. 10 years ago
Damien George 3a1c4c5bc6 stmhal: Add network and usocket module. 10 years ago
Damien George b766e79510 stmhal: Initial implementation of cc3k module and driver. 10 years ago
Damien George 8594ce2280 py: Implement divmod, % and proper // for floating point. 10 years ago
Damien George 20beff9ae3 py and libm: Add asinf,acosf; print higher precision for float. 10 years ago
Damien George 6c9c7bc75a stmhal: Implement generic select.select and select.poll. 10 years ago
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