summaryrefslogtreecommitdiff
path: root/hw/bsp
AgeCommit message (Collapse)Author
2020-01-07Merge branch 'master' into nuc121Ha Thach
2020-01-04add Nuvoton NUC121/NUC125/NUC126Peter Lawrence
2020-01-01Merge pull request #257 from gsnxp/rt1010fixHa Thach
fixed build issue with i.MXRT1010-EVK, corrected typo in examples/readme
2019-12-30fixed build issue with i.MXRT1010-EVK, corrected typo in examples/readmeGreg Steiert
2019-12-26merge dcd_samd51 & dcd_samd21 into dcd_samdhathach
2019-12-21Merge branch 'master' into port-samg55hathach
2019-12-12Merge pull request #234 from hathach/stm32f4-blackpillHa Thach
move VBUS sense out of dcd_synosys to bsp
2019-12-11close #204 define HSE_VALUE in _hal_conf instead of board.mkhathach
2019-12-11move VBUS sense out of dcd_synosys to bsphathach
2019-12-09implementing dcd_edpt_openhathach
2019-12-09clean up, switch and update submodule samd to circuitpython branchhathach
2019-11-27detect bus resethathach
2019-11-27clean uphathach
2019-11-26add uart sync supporthathach
2019-11-26fix samg55 with newlib missing end symbolhathach
2019-11-25updatehathach
2019-11-24usb hw init OKhathach
2019-11-24Merge branch 'master' into port-samg55hathach
2019-11-24Merge pull request #225 from xobs/fomu-offset-fixHa Thach
bsp: fomu: fix rom address for example programs
2019-11-24bsp: fomu: fix rom address for example programsSean Cross
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 <[email protected]>
2019-11-23added rt1010 board supporthathach
not tested on the actual hardware board though.
2019-11-23added rt1015 evk boardhathach
2019-11-23fix rt1010 rt1020 only has 1 usb controller, rt1050 rt1060 has 2hathach
2019-11-23added MIMX RT1052 Evaluation Kithathach
2019-11-22rename OPT_MCU_IMXRT10XX to OPT_MCU_MIMXRT10XXhathach
2019-11-22added iMX RT1060 EVK board supporthathach
board_text, cdc_msc, hid_composite all work
2019-11-22rename OPT_MCU_RT10XX to OPT_MCU_IMXRT10XXhathach
2019-11-22rename dcd lpc18_43 to transdimensionhathach
2019-11-22move nxp dcd ehci controller reset and modde into dcdhathach
rt1064 work with cdc msc example
2019-11-22clean uphathach
2019-11-22adding irq to rt1064evkhathach
2019-11-21moving irq to bsp for lpc17/40hathach
2019-11-21adding tud_isr/tuh_isr with lpc18/43hathach
2019-11-21rename lpc 17/18 irq to dcd_isr/hcd_isrhathach
2019-11-20rt1064evk led, button, uart all workhathach
2019-11-20move -flto to board.mkhathach
current board that doesn work with flto is spresense and mimxrt10xx (due to xip image_vector_table is optimized out).
2019-11-20adding support for NXP rt1064 evk board, boad test led + sw8 work.hathach
LTO is temporary disabled
2019-11-13fomu: bsp: don't call usb isr when usb is disabledSean Cross
When compiled without usb support, we don't want to call the USB ISR. Signed-off-by: Sean Cross <[email protected]>
2019-11-13fomu: bsp: remove unused messible functionsSean Cross
These functions are unused in the current implementation. Signed-off-by: Sean Cross <[email protected]>
2019-11-13valentyusb: rename from `foosn`Sean Cross
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 <[email protected]>
2019-11-13fomu: csr: sync csrSean Cross
Signed-off-by: Sean Cross <[email protected]>
2019-11-13fomu: crt0: minor text refactorSean Cross
Signed-off-by: Sean Cross <[email protected]>
2019-11-13fomu: csr: add version with next_ev registerSean Cross
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 <[email protected]>
2019-11-13fomu: semi-working commitSean Cross
Signed-off-by: Sean Cross <[email protected]>
2019-11-13bsp: fomu: updateSean Cross
Signed-off-by: Sean Cross <[email protected]>
2019-11-13bsp: fomu: fix linker script overlapSean Cross
The end of the data section was overlapping the start of the bss. Signed-off-by: Sean Cross <[email protected]>
2019-11-13fomu: initial commitSean Cross
Signed-off-by: Sean Cross <[email protected]>
2019-11-11update makefile for lpc boardshathach
2019-11-11update makefile for lpc mcuhathach
2019-11-11added and tested nRF52833DK (pca10100)hathach