circuitpython/stmhal
Damien George 87e423b866 stmhal: Remove obsolete #defines from mpconfigport.h.
Either not needed anymore, or defined in the board/_hal_conf.h file.
2014-03-15 09:28:08 +00:00
..
boards stmhal - add pin mapping, gpio, exti, usrsw 2014-03-14 23:41:28 -07:00
cmsis Initial checkin with STM HAL 2014-03-11 23:55:41 -07:00
fatfs Initial checkin with STM HAL 2014-03-11 23:55:41 -07:00
hal stmhal - More systick cleanup. Fix HAL_Delay 2014-03-13 16:17:01 -07:00
usbdev stmhal: Get USB enumerating a CDC device. 2014-03-14 00:30:37 +00:00
usbhost Initial checkin with STM HAL 2014-03-11 23:55:41 -07:00
Makefile stmhal - add pin mapping, gpio, exti, usrsw 2014-03-14 23:41:28 -07:00
exti.c stmhal - add pin mapping, gpio, exti, usrsw 2014-03-14 23:41:28 -07:00
exti.h stmhal - add pin mapping, gpio, exti, usrsw 2014-03-14 23:41:28 -07:00
gccollect.c REPl working on UART6 with STMHAL 2014-03-12 18:15:55 -07:00
gccollect.h REPl working on UART6 with STMHAL 2014-03-12 18:15:55 -07:00
gchelper.s REPl working on UART6 with STMHAL 2014-03-12 18:15:55 -07:00
gpio.c stmhal - add pin mapping, gpio, exti, usrsw 2014-03-14 23:41:28 -07:00
gpio.h stmhal - add pin mapping, gpio, exti, usrsw 2014-03-14 23:41:28 -07:00
import.c REPl working on UART6 with STMHAL 2014-03-12 18:15:55 -07:00
led.c stmhal - add led support. Add netduino_plus_2 support 2014-03-14 09:48:49 -07:00
led.h stmhal - add led support. Add netduino_plus_2 support 2014-03-14 09:48:49 -07:00
lexerfatfs.c REPl working on UART6 with STMHAL 2014-03-12 18:15:55 -07:00
lexerfatfs.h REPl working on UART6 with STMHAL 2014-03-12 18:15:55 -07:00
main.c stmhal - add pin mapping, gpio, exti, usrsw 2014-03-14 23:41:28 -07:00
malloc0.c REPl working on UART6 with STMHAL 2014-03-12 18:15:55 -07:00
math.c REPl working on UART6 with STMHAL 2014-03-12 18:15:55 -07:00
mpconfigport.h stmhal: Remove obsolete #defines from mpconfigport.h. 2014-03-15 09:28:08 +00:00
pendsv.c stmhal: Get USB enumerating a CDC device. 2014-03-14 00:30:37 +00:00
pendsv.h stmhal: Get USB enumerating a CDC device. 2014-03-14 00:30:37 +00:00
pin.c REPl working on UART6 with STMHAL 2014-03-12 18:15:55 -07:00
pin.h REPl working on UART6 with STMHAL 2014-03-12 18:15:55 -07:00
pin_map.c stmhal - add pin mapping, gpio, exti, usrsw 2014-03-14 23:41:28 -07:00
pin_named_pins.c stmhal - add pin mapping, gpio, exti, usrsw 2014-03-14 23:41:28 -07:00
printf.c REPl working on UART6 with STMHAL 2014-03-12 18:15:55 -07:00
pybmodule.c stmhal - add pin mapping, gpio, exti, usrsw 2014-03-14 23:41:28 -07:00
pybmodule.h REPl working on UART6 with STMHAL 2014-03-12 18:15:55 -07:00
pyexec.c stmhal - More systick cleanup. Fix HAL_Delay 2014-03-13 16:17:01 -07:00
pyexec.h REPl working on UART6 with STMHAL 2014-03-12 18:15:55 -07:00
qstrdefsport.h REPl working on UART6 with STMHAL 2014-03-12 18:15:55 -07:00
startup_stm32f40xx.s Initial checkin with STM HAL 2014-03-11 23:55:41 -07:00
std.h Initial checkin with STM HAL 2014-03-11 23:55:41 -07:00
stm32f4xx_hal_msp.c stmhal: Get SysTick and HSE working. 2014-03-12 21:59:33 +00:00
stm32f4xx_it.c stmhal - add pin mapping, gpio, exti, usrsw 2014-03-14 23:41:28 -07:00
stm32f4xx_it.h stmhal: Get USB enumerating a CDC device. 2014-03-14 00:30:37 +00:00
stm32f405.ld Initial checkin with STM HAL 2014-03-11 23:55:41 -07:00
string0.c REPl working on UART6 with STMHAL 2014-03-12 18:15:55 -07:00
system_stm32f4xx.c stmhal - add led support. Add netduino_plus_2 support 2014-03-14 09:48:49 -07:00
systick.c stmhal - More systick cleanup. Fix HAL_Delay 2014-03-13 16:17:01 -07:00
systick.h stmhal - More systick cleanup. Fix HAL_Delay 2014-03-13 16:17:01 -07:00
usart.c REPl working on UART6 with STMHAL 2014-03-12 18:15:55 -07:00
usart.h REPl working on UART6 with STMHAL 2014-03-12 18:15:55 -07:00
usb.c stmhal: Get USB enumerating a CDC device. 2014-03-14 00:30:37 +00:00
usb.h stmhal: Get USB enumerating a CDC device. 2014-03-14 00:30:37 +00:00
usbd_cdc_interface.c stmhal: Get USB enumerating a CDC device. 2014-03-14 00:30:37 +00:00
usbd_cdc_interface.h stmhal: Get USB enumerating a CDC device. 2014-03-14 00:30:37 +00:00
usbd_conf.c stmhal - add led support. Add netduino_plus_2 support 2014-03-14 09:48:49 -07:00
usbd_conf.h stmhal: Get USB enumerating a CDC device. 2014-03-14 00:30:37 +00:00
usbd_desc.c stmhal: Get USB enumerating a CDC device. 2014-03-14 00:30:37 +00:00
usbd_desc.h stmhal: Get USB enumerating a CDC device. 2014-03-14 00:30:37 +00:00
usrsw.c stmhal - add pin mapping, gpio, exti, usrsw 2014-03-14 23:41:28 -07:00
usrsw.h stmhal - add pin mapping, gpio, exti, usrsw 2014-03-14 23:41:28 -07:00