- 21 May, 2014 1 commit
-
-
Damien George authored
-
- 03 May, 2014 1 commit
-
-
Damien George authored
Blanket wide to all .c and .h files. Some files originating from ST are difficult to deal with (license wise) so it was left out of those. Also merged modpyb.h, modos.h, modstm.h and modtime.h in stmhal/.
-
- 03 Apr, 2014 1 commit
-
-
Damien George authored
Home/end work in picocom and screen (different codes in those 2 programs). Also, CTRL-A (for non-empty liny) and CTRL-E act as home/end.
-
- 30 Mar, 2014 1 commit
-
-
Damien George authored
Can now choose at boot up whether the USB device is CDC+MSC or CDC+HID. Choice is made by an option in boot.py, with default being CDC+MSC. HID+MSC is not currently supported, but should be easy to implement. Boot up now has ability to change the reset mode: hold down USR switch while booting and LEDs will count from 1 to 7 to indicate the boot mode. Release USR when correct mode is selected. Current modes are 1 (normal boot), 2 (safe mode), 3 (reset FS mode).
-
- 22 Mar, 2014 1 commit
-
-
Damien George authored
-
- 21 Mar, 2014 1 commit
-
-
Damien George authored
This gives a functioning, independent MSC device.
-
- 15 Mar, 2014 1 commit
-
-
Damien George authored
-
- 14 Mar, 2014 1 commit
-
-
Damien George authored
Enumerates CDC device over USB, but doesn't transmit/receive yet.
-
- 24 Feb, 2014 1 commit
-
-
Damien George authored
With this option selected, only HID on its own works, not VCP+HID.
-
- 16 Feb, 2014 1 commit
-
-
Damien George authored
Raw REPL mode is activated by CTRL-A, and allows you to more easily communicate with the pyboard over the serial channel. In particular, automated communication using, eg, pyserial on the PC side.
-
- 01 Feb, 2014 2 commits
-
-
Damien George authored
Using PendSV interrupt at lowest priority, code can now raise an exception during an interrupt by calling pendsv_nlr_jump. The exception will be raised when all interrupts are finished. This is used to trap ctrl-C from the USB VCP to break out of running Python code.
-
mux authored
-
- 26 Jan, 2014 1 commit
-
-
Damien George authored
-
- 23 Jan, 2014 1 commit
-
-
Damien George authored
-
- 22 Jan, 2014 1 commit
-
-
Damien George authored
-
- 13 Jan, 2014 1 commit
-
-
Damien George authored
See pyb_usart_global_debug variable. Also did some work on USB OTG, but nothing working yet.
-
- 06 Jan, 2014 2 commits
- 25 Oct, 2013 1 commit
-
-
Damien authored
-
- 23 Oct, 2013 1 commit
-
-
Damien authored
-
- 22 Oct, 2013 1 commit
-
-
Damien authored
-
- 21 Oct, 2013 2 commits
- 19 Oct, 2013 1 commit
-
-
Damien authored
-