255 Commits (ad1bac63f714550bc6e2b0a718ee155288254b7a)

Author SHA1 Message Date
Damien George 15d18069c5 py: Remove old "run time" functions that were 1 liners. 11 years ago
Damien George df6567e634 Merge map.h into obj.h. 11 years ago
Damien George d17926db71 Rename rt_* to mp_*. 11 years ago
Damien George 9b196cddab Remove mp_obj_type_t.methods entry and use .locals_dict instead. 11 years ago
Damien George c12b2213c1 Change mp_method_t.name from const char * to qstr. 11 years ago
Damien George caac542b23 Proper support for registering builtin modules in ROM. 11 years ago
mux 89d45248ee Add mp_obj_module_register 11 years ago
Damien George 90834b956d stm/stmhal: Change gammaf to tgammaf. 11 years ago
Damien George 8138205bea stm/stmhal: Add more math stubs. 11 years ago
mux 5b6008ddb9 Implement __aeabi_f2d and __aeabi_d2f 11 years ago
Damien George c070ff24a9 Disable some math functions until they work correctly. 11 years ago
Damien George 280e7208d8 Add vstr_ins and vstr_cut_out; improve stmhal readline. 11 years ago
Damien George 849a0dda86 stm: Add some floating-point math functions. 11 years ago
Damien George 8bfec2b538 Rename formatfloat file; remove MICROPY_ENABLE_FLOAT from mpconfigport.h. 11 years ago
Dave Hylands ca5a241e48 Add proper floating point printing support. 11 years ago
Damien George 5322ec0962 stm: Add DMA support to Audio object. 11 years ago
Damien George c3d35c6ac7 stm: Put pyb module in ROM. 11 years ago
Damien George 01d50d0d58 stm: Wrap some functions in MICROPY_ENABLE_FLOAT. 11 years ago
Damien George 0c36da0b59 Implement ROMable modules. Add math module. 11 years ago
Damien George 360b25ab0f stm: Add udelay (delay in microseconds). 11 years ago
Damien George cd000645f8 stm: Improve DAC (audio) bindings. 11 years ago
mux 6882dbd9f8 Implement machine_sqrt using VSQRT 11 years ago
Dave Hylands 1fcbb966bd Remove param from python API of ext_register 11 years ago
Damien George 98fb8935bc stm: Reinstate code to handle CC3000 EXTI (commented out for now). 11 years ago
Damien George f8a4fbbb79 stm: Open header file in text mode (in make-pins). 11 years ago
Dave Hylands 34f66023d4 Update LED configuration 11 years ago
Dave Hylands c3813ff50d Print an error if a non-valid BOARD is specified. 11 years ago
Dave Hylands 49b5533000 Fix floating point printing of negative numbers in the range (0, -1.0) 11 years ago
Damien George 2ee55c312d stm: Add option to pyb_usb_dev_init() to use USB HID interface. 11 years ago
Dave Hylands ee31f71d39 Add EXTI support 11 years ago
Damien George 790eed6f93 stm: Make pendsv_nlr_jump work when debugging is enabled. 11 years ago
Damien George ee462489f1 stm: Add USART enum for pyboard skin labels. 11 years ago
mux 1e2cf746d4 Add Configurable LFN support to FatFS 11 years ago
Damien George 438c88dd2f Add arbitrary precision integer support. 11 years ago
Damien George 2e87c62cf6 stm: Update PYBOARD4 pin mapping. 11 years ago
Damien George 302646625b stm: Add RTC start-up info, and uPy bindings. 11 years ago
Dave Hylands 51dabac096 Add pin mapping code. 11 years ago
Damien George 46239413d0 stm: Implement mp_import_stat. 11 years ago
Paul Sokolovsky 4aee119f94 stm: Initialize sys.path with ["0:/", "0:/src", "0:/lib"]. 11 years ago
mux d0ffda91cc Fix usart_obj_tx_char 11 years ago
Dave Hylands 90928f1194 Fix build for netduino and stm32f4disc 11 years ago
Damien George 402dc31aa7 stm: Factor out GPIO code to its own file. Add functions to set GPIO mode. 11 years ago
Damien George 2abbae3419 stm: Rename mma -> accel. 11 years ago
Damien George 754a8dd827 stm: Put REPL functions in own file; add raw REPL mode. 11 years ago
Paul Sokolovsky 44739e280e Make DEBUG_printf() a proper function, implementation is port-dependent. 11 years ago
Damien George 8bb11171da stm: Only define __packed if not already defined. 11 years ago
Damien George c5966128c7 Implement proper exception type hierarchy. 11 years ago
Damien George a71c83a1d1 Change mp_obj_type_t.name from const char * to qstr. 11 years ago
Damien George 70d7a83c74 stm: If SD card inserted on hard reset, it is the medium for USB MSD. 11 years ago
Damien George 099a9cb575 Remove mp_obj_new_exception_msg_1_arg and _2_arg. 11 years ago