f4371e79b1
add Nuvoton NUC121/NUC125/NUC126
2020-01-04 10:31:55 -06:00
97c216bc04
Merge pull request #257 from gsnxp/rt1010fix
...
fixed build issue with i.MXRT1010-EVK, corrected typo in examples/readme
2020-01-01 13:35:36 +07:00
e06f4a3ffe
fixed build issue with i.MXRT1010-EVK, corrected typo in examples/readme
2019-12-30 09:11:52 -08:00
b5684c5c10
merge dcd_samd51 & dcd_samd21 into dcd_samd
2019-12-26 21:46:59 +07:00
94e70f9b01
Merge branch 'master' into port-samg55
2019-12-21 23:53:48 +07:00
0b540fa55d
Merge pull request #234 from hathach/stm32f4-blackpill
...
move VBUS sense out of dcd_synosys to bsp
2019-12-12 10:00:17 +07:00
88bdb12ee5
close #204 define HSE_VALUE in _hal_conf instead of board.mk
2019-12-11 15:19:51 +07:00
96a9eca6a0
move VBUS sense out of dcd_synosys to bsp
2019-12-11 14:03:36 +07:00
759fa76280
implementing dcd_edpt_open
2019-12-09 21:36:15 +07:00
208a77678c
clean up, switch and update submodule samd to circuitpython branch
2019-12-09 18:37:54 +07:00
bc21714c7e
detect bus reset
2019-11-27 14:49:19 +07:00
745f0b4521
clean up
2019-11-27 11:02:24 +07:00
4c9c13c767
add uart sync support
2019-11-26 18:21:46 +07:00
387384c0d9
fix samg55 with newlib missing end symbol
2019-11-26 17:39:51 +07:00
c691dc4cb2
update
2019-11-25 10:42:32 +07:00
58e8265964
usb hw init OK
2019-11-24 23:46:28 +07:00
24b2cea139
Merge branch 'master' into port-samg55
2019-11-24 21:22:42 +07:00
64b05a1d5f
Merge pull request #225 from xobs/fomu-offset-fix
...
bsp: fomu: fix rom address for example programs
2019-11-24 11:18:53 +07:00
a106c5114b
bsp: fomu: fix rom address for example programs
...
During development, the ROM address was at offset 0x2001a000
(due to the fact that the test program was located immediately
following the bitstream).
In normal Fomus, the ROM address is at offset 0x20040000, in order
to take into account additional bitstreams and bootloaders.
Correct the address to the offset in order to get examples working
with existing Fomus.
Signed-off-by: Sean Cross <sean@xobs.io >
2019-11-24 01:15:31 +00:00
778cff19c1
added rt1010 board support
...
not tested on the actual hardware board though.
2019-11-23 21:18:40 +07:00
a6b1289096
added rt1015 evk board
2019-11-23 01:09:39 +07:00
d991466a8e
fix rt1010 rt1020 only has 1 usb controller, rt1050 rt1060 has 2
2019-11-23 00:48:56 +07:00
4ecb07afc5
added MIMX RT1052 Evaluation Kit
2019-11-23 00:19:53 +07:00
38b14725f7
rename OPT_MCU_IMXRT10XX to OPT_MCU_MIMXRT10XX
2019-11-22 17:40:12 +07:00
d1d8ded43b
added iMX RT1060 EVK board support
...
board_text, cdc_msc, hid_composite all work
2019-11-22 17:36:04 +07:00
281e8cd9ec
rename OPT_MCU_RT10XX to OPT_MCU_IMXRT10XX
2019-11-22 15:42:46 +07:00
a02e723d09
rename dcd lpc18_43 to transdimension
2019-11-22 14:54:23 +07:00
a0b2561a2d
move nxp dcd ehci controller reset and modde into dcd
...
rt1064 work with cdc msc example
2019-11-22 14:20:10 +07:00
636c1475ba
clean up
2019-11-22 12:38:24 +07:00
627d9a2b33
adding irq to rt1064evk
2019-11-22 00:34:31 +07:00
f5d737aa7e
moving irq to bsp for lpc17/40
2019-11-21 23:19:38 +07:00
bbec47b647
adding tud_isr/tuh_isr with lpc18/43
2019-11-21 22:20:30 +07:00
043697ab95
rename lpc 17/18 irq to dcd_isr/hcd_isr
2019-11-21 16:08:08 +07:00
54d597b723
rt1064evk led, button, uart all work
2019-11-20 17:10:30 +07:00
f638594536
move -flto to board.mk
...
current board that doesn work with flto is spresense and mimxrt10xx (due
to xip image_vector_table is optimized out).
2019-11-20 16:06:40 +07:00
1aa3f085cb
adding support for NXP rt1064 evk board, boad test led + sw8 work.
...
LTO is temporary disabled
2019-11-20 15:30:39 +07:00
679821e917
fomu: bsp: don't call usb isr when usb is disabled
...
When compiled without usb support, we don't want to call the USB ISR.
Signed-off-by: Sean Cross <sean@xobs.io >
2019-11-13 11:10:37 -08:00
67267a9399
fomu: bsp: remove unused messible functions
...
These functions are unused in the current implementation.
Signed-off-by: Sean Cross <sean@xobs.io >
2019-11-13 11:08:56 -08:00
8c5f02960b
valentyusb: rename from foosn
...
While Fomu is produced by Foosn, the actual name of the hardware
block is `valentyusb`. Rename the module to match that.
Signed-off-by: Sean Cross <sean@xobs.io >
2019-11-13 09:08:47 -08:00
25d5628063
fomu: csr: sync csr
...
Signed-off-by: Sean Cross <sean@xobs.io >
2019-11-13 09:08:47 -08:00
f087cb1580
fomu: crt0: minor text refactor
...
Signed-off-by: Sean Cross <sean@xobs.io >
2019-11-13 09:08:47 -08:00
77cf0b5bfd
fomu: csr: add version with next_ev register
...
The Fomu bitstream now includes a `USB_NEXT_EV` register to
indicate which is the next logical event to process. Add this
register to the CSR definition.
Signed-off-by: Sean Cross <sean@xobs.io >
2019-11-13 09:08:47 -08:00
83bca4a74f
fomu: semi-working commit
...
Signed-off-by: Sean Cross <sean@xobs.io >
2019-11-13 09:08:01 -08:00
ef07427e06
bsp: fomu: update
...
Signed-off-by: Sean Cross <sean@xobs.io >
2019-11-13 09:03:13 -08:00
ba889eeb9e
bsp: fomu: fix linker script overlap
...
The end of the data section was overlapping the start of the bss.
Signed-off-by: Sean Cross <sean@xobs.io >
2019-11-13 09:03:12 -08:00
f152bed4b4
fomu: initial commit
...
Signed-off-by: Sean Cross <sean@xobs.io >
2019-11-13 09:03:12 -08:00
cd96b3de86
update makefile for lpc boards
2019-11-11 11:51:51 +07:00
1684cb06b7
update makefile for lpc mcu
2019-11-11 11:24:10 +07:00
d65bc34bfe
added and tested nRF52833DK (pca10100)
2019-11-11 00:11:49 +07:00
4008f0d1e6
update dcd nrf5x to be indepent from nrf_usbd.h
...
fix build error with nrfx 2.0
2019-11-11 00:01:12 +07:00