253 Commits (4d659f566f094a42057023dcc82a3ca8810c5ba6)

Author SHA1 Message Date
Damien George 38d3430320 stmhal: Add more escape seqs; add debugging output for escape seq. 11 years ago
Paul Sokolovsky cdffa32699 stmhal readline: Parse XTERM Home/End key codes. 11 years ago
Dave Hylands bf7d690e36 Add the git version to the banner 11 years ago
Damien George 3996611c1b stmhal: Add home/end cursor support in readline. 11 years ago
Damien George 57ad7aa66b stmhal: On soft reset, if in raw REPL mode, don't run main.py. 11 years ago
Damien George d8b47d3e02 stmhal: Fix raw REPL so that it passes through more ASCII chars. 11 years ago
Damien George 769b23a9c6 stmhal: Add powf, logf, log2f, log10f. 11 years ago
Damien George aba9f51fef stmhal: #undef log2f if it's defined. 11 years ago
Paul Sokolovsky 1d4d9ddd9e stmhal: Reimplement file support using stream protocol API. 11 years ago
Damien George e90eefc84b stmhal: Fix servo object; add fpclassify to math functions. 11 years ago
Damien George a12be917a4 stmhal: Add timer module; move servo PWM from TIM2 to TIM5. 11 years ago
Damien George 69dee59ce4 stmhal: Add backspace key to readline (along with delete key). 11 years ago
Dave Hylands 18d21d1abd Fix pyb.Led(n) code to work properly. 11 years ago
Dave Hylands baf6f14deb Enhance str.format support 11 years ago
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 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 64563e39b3 stmhal: Add CDC+HID USB device. 11 years ago
Damien George f4417a1f95 stmhal: Add Windows .inf file for USB CDC device. 11 years ago
Damien George c9fd6645b0 stmhal: Factor out stdio and readline to separate files. 11 years ago
Damien George 3e1a5c10c5 py: Rename old const type objects to mp_type_* for consistency. 11 years ago
Damien George bcc9298e5b stmhal: Add TODO's to exti.c; fix delay in lcd.c. 11 years ago
Damien George eed6f26bed stmhal: Use rt_check_nargs to check number of arguments. 11 years ago
Damien George 174bca7b5a stmhal: Remove ExtiMeta object and clean up class constants. 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 38f0c607b0 stmhal: Change Usart creation function to class make_new. 11 years ago
Damien George 3021632501 stmhal: Shuffle around some init functions in main(). 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 f0729b19ad Fix netduino to build 11 years ago
Damien George da5e269e51 stmhal: Make pyb.ADC the ADC class (not a function). 11 years ago
Dave Hylands 1403298a65 stmhal - fixed up adc stuff 11 years ago
Damien George 6609d636d0 stmhal: Add comment to DAC driver for function to implement. 11 years ago
Damien George b13492f8ad stmhal: Add DAC driver. 11 years ago
Damien George f704e7f20e stmhal: Improve REPL CTRL commands. 11 years ago
Damien George 2f8beb8d88 stmhal: Fix bug with USB CDC transmit buffer wrap around. 11 years ago
Damien George 0e9d96f18f stmhal: Make Led, Servo and Accel their class, not a function. 11 years ago
Damien George 5fd2ebbbdd stmhal: Update help function. 11 years ago
Damien George f357a19202 stmhal: Fix issues with USB CDC init and receive. 11 years ago
Damien George 9050b2ee33 stmhal: Improved interface to accelerometer. 11 years ago
Damien George 6fc5449343 stmhal: Remove servo LED debugging. 11 years ago
Damien George 90834b956d stm/stmhal: Change gammaf to tgammaf. 11 years ago
Damien George 506589a4b7 stmhal: Change flash MSD from fixed to removable drive. 11 years ago
Damien George 5a16658b21 stmhal: Copy changes to math.c from stm port. 11 years ago
Damien George 965e2bafea stmhal: Improve LED intensity get/set method. 11 years ago
Damien George 5e756c9860 stmhal: Rename servo_TIM2_Handle -> TIM2_Handle. 11 years ago
Damien George 908a670dfc stmhal: Add intensity method for blue LED. 11 years ago