| Age | Commit message (Collapse) | Author |
|
|
|
Mostly just a global search and replace. Except rt_is_true which
becomes mp_obj_is_true.
Still would like to tidy up some of the names, but this will do for now.
|
|
Minor cleanup.
|
|
Revamp usrsw to use new exti code.
Add user switch callback function.
|
|
This also fixes up the IRQ for the PYBOARD4 USERSW
although I was unable to test that functionality.
|
|
|
|
|
|
* Add some generic feature macros to mpconfigport
* Move pin and port definitions from usrsw.c to mpconfigport
|
|
|
|
Can now have null bytes in strings. Can define ROM qstrs per port using
qstrdefsport.h
|
|
|
|
* Add a TARGET definition to Makefile (default PYBOARD).
* Add support for discovery LEDs in led module.
* Add support for discovery user switch in usersw
* Add EXTI interrupt handler for discovery user switch on (PA0).
* Parameterize led and usrsw modules pins and port.
* Issue #83
|
|
|
|
* Move user switch code from main.c into a separate module (usrsw)
* Add usrsw.c to Makefile
|