570 Commits (fa1edff006ced6f2e4b4ba4f899809c0d2a63de0)

Author SHA1 Message Date
Dave Hylands 2bf044442e Add support for pyb.micros() by using the systick timer. 10 years ago
Damien George e5cbb70328 stmhal: Make enable_irq and disable_irq inline functions. 10 years ago
Dave Hylands 9480138f0c Add save/restore_irq 10 years ago
Damien George 2c4e67e32d stmhal, pin: Update documentation. 10 years ago
Dave Hylands 3d945559d4 Added python script to map AF to a pin name 10 years ago
Damien George 8ba832456e stmhal, modtime: Small changes, reduced code size by around 80 bytes. 10 years ago
Dave Hylands 6678595e7e Add time.mktime and enhance time.localtime (for stmhal) 10 years ago
Damien George 3c658a4e75 py: Fix bug where GC collected native/viper/asm function data. 10 years ago
Dave Hylands 3688414d9d Put some code into the first 16K of flash 10 years ago
Damien George b63be37be1 stmhal: In safe mode, still mount SD card and present as MSD over USB. 10 years ago
Damien George b0accc8571 stmhal: Fix printing of pin name in error message. 10 years ago
Damien George 244476e3e6 stmhal: For non-debug compile, enable CC/LD opt to remove dead code. 10 years ago
Damien George bf133f7737 stmhal: Resolve question in comment about timer clock. 10 years ago
Damien George 1ddd844815 extmod: Finish rename of zlib to zlibd; enable zlibd on stmhal. 10 years ago
Damien George 105e32f1a5 stmhal: Enable moductypes by default. 10 years ago
Damien George 101d87da6a stmhal: Working STM32F4DISC accelerometer, via Python script. 10 years ago
Damien George 30dd23aa7f doc: Document gc, sys, math, cmath. 10 years ago
Damien George 0c64c634ca stmhal: Add sys.platform string to PYBv1.0 (it's "pyboard"). 10 years ago
Damien George 2605df3346 stmhal, pin: Save 140 bytes ROM by simplifying pin_print function. 10 years ago
Damien George 04019e365f stmhal, pin: Simplify default value for alternate function init. 10 years ago
Damien George ea439e59d9 stmhal: Start of documentation for modos and modtime. 10 years ago
Damien George 284efa89ae stmhal/teensy: Use _ instead of - in source file names. 10 years ago
Damien George 4b67463be1 stmhal: Fix documentation; remove ability to specify af by str. 10 years ago
Damien George 5b7c0c437b stmhal: Comment out unused functions. 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 8a11d693cf stmhal: Ability to stat /flash and /sd. 10 years ago
Damien George 2fe2a05f9f stmhal: Put #if guards around all GPIOx_CLK_ENABLE's. 10 years ago
Damien George 95ea4f0c95 stmhal: Enable relevant GPIO clock when Pin obj is init'd. 10 years ago
Damien George 7cc20e7e99 stmhal: Wrap DAC module and os.urandom in relevant #if's. 10 years ago
Damien George 56da07dcfa stmhal, math: Define _M_LN2 if not already defined. 10 years ago
Damien George ccacdf44b6 stmhal: Clean up reset/soft-reset code; fix bug init'ing VCP exc. 10 years ago
Damien George 8dbbbbc793 Put call to qstr_init and mp_init_emergency_exc_buf in mp_init. 10 years ago
Damien George 8362bffb2e stmhal: Document behaviour of usb_vcp_recv_byte. 10 years ago
Damien George 2e41646eb7 stmhal: Add more documentation for USB_VCP. 10 years ago
Damien George 87bbb388db stmhal: Add documentation for LCD; update docs for USB_VCP. 10 years ago
Damien George 71bed1a9a7 stmhal: Add preliminary driver for ST32F4DISC accelerometer. 10 years ago
Dave Hylands f8f963a14a Fix modos.c to compile for the STM32F4Discovery board (which doesn't have an sdcard) 10 years ago
Damien George 65dd7bc13d stmhal: Change 0:/ and 1:/ to /flash and /sd; add CWD support. 10 years ago
Damien George bb4c6f35c6 py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself. 10 years ago
Damien George fa1ecda3fd stmhal, accel: Increase start-up times to 30ms; add extra 30ms delay. 10 years ago
Damien George 3c4db9f91c stmhal: Add USB_VCP class/object, for direct USB VCP control. 10 years ago
Damien George 94fbe9711a py: Change lexer stream API to return bytes not chars. 10 years ago
Damien George adf0f2ae1a py: Change stream protocol API: fns return uint; is_text for text. 10 years ago
Dave Hylands 5b7fd20fea Add support for storing args during an exception raised by an irq. 11 years ago
blmorris 7a03b5f56a remove Myriad2 board config files from master 10 years ago
blmorris 86f0b31bcf Change boolean 'use_16bit_addr' to int 'addr_size', can be either 8 or 16 bits, default value is 8 10 years ago
Dave Hylands a2e7a1315d Allow DFU_UTIL to be overridden from the environment. 10 years ago
Damien George 951ed9d02f stmhal: Fix REPL printing by cooking output sent to stdout_obj. 10 years ago
Damien George 1163cb9cb5 stmhal: Change calls to pfenv_printf to pfenv_vprintf. 10 years ago