| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-01-07 | Merge branch 'master' into nuc121 | Ha Thach | |
| 2020-01-04 | add Nuvoton NUC121/NUC125/NUC126 | Peter Lawrence | |
| 2020-01-01 | Merge pull request #257 from gsnxp/rt1010fix | Ha Thach | |
| fixed build issue with i.MXRT1010-EVK, corrected typo in examples/readme | |||
| 2019-12-30 | fixed build issue with i.MXRT1010-EVK, corrected typo in examples/readme | Greg Steiert | |
| 2019-12-26 | merge dcd_samd51 & dcd_samd21 into dcd_samd | hathach | |
| 2019-12-21 | Merge branch 'master' into port-samg55 | hathach | |
| 2019-12-12 | Merge pull request #234 from hathach/stm32f4-blackpill | Ha Thach | |
| move VBUS sense out of dcd_synosys to bsp | |||
| 2019-12-11 | close #204 define HSE_VALUE in _hal_conf instead of board.mk | hathach | |
| 2019-12-11 | move VBUS sense out of dcd_synosys to bsp | hathach | |
| 2019-12-09 | implementing dcd_edpt_open | hathach | |
| 2019-12-09 | clean up, switch and update submodule samd to circuitpython branch | hathach | |
| 2019-11-27 | detect bus reset | hathach | |
| 2019-11-27 | clean up | hathach | |
| 2019-11-26 | add uart sync support | hathach | |
| 2019-11-26 | fix samg55 with newlib missing end symbol | hathach | |
| 2019-11-25 | update | hathach | |
| 2019-11-24 | usb hw init OK | hathach | |
| 2019-11-24 | Merge branch 'master' into port-samg55 | hathach | |
| 2019-11-24 | Merge pull request #225 from xobs/fomu-offset-fix | Ha Thach | |
| bsp: fomu: fix rom address for example programs | |||
| 2019-11-24 | bsp: fomu: fix rom address for example programs | Sean 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-23 | added rt1010 board support | hathach | |
| not tested on the actual hardware board though. | |||
| 2019-11-23 | added rt1015 evk board | hathach | |
| 2019-11-23 | fix rt1010 rt1020 only has 1 usb controller, rt1050 rt1060 has 2 | hathach | |
| 2019-11-23 | added MIMX RT1052 Evaluation Kit | hathach | |
| 2019-11-22 | rename OPT_MCU_IMXRT10XX to OPT_MCU_MIMXRT10XX | hathach | |
| 2019-11-22 | added iMX RT1060 EVK board support | hathach | |
| board_text, cdc_msc, hid_composite all work | |||
| 2019-11-22 | rename OPT_MCU_RT10XX to OPT_MCU_IMXRT10XX | hathach | |
| 2019-11-22 | rename dcd lpc18_43 to transdimension | hathach | |
| 2019-11-22 | move nxp dcd ehci controller reset and modde into dcd | hathach | |
| rt1064 work with cdc msc example | |||
| 2019-11-22 | clean up | hathach | |
| 2019-11-22 | adding irq to rt1064evk | hathach | |
| 2019-11-21 | moving irq to bsp for lpc17/40 | hathach | |
| 2019-11-21 | adding tud_isr/tuh_isr with lpc18/43 | hathach | |
| 2019-11-21 | rename lpc 17/18 irq to dcd_isr/hcd_isr | hathach | |
| 2019-11-20 | rt1064evk led, button, uart all work | hathach | |
| 2019-11-20 | move -flto to board.mk | hathach | |
| current board that doesn work with flto is spresense and mimxrt10xx (due to xip image_vector_table is optimized out). | |||
| 2019-11-20 | adding support for NXP rt1064 evk board, boad test led + sw8 work. | hathach | |
| LTO is temporary disabled | |||
| 2019-11-13 | fomu: bsp: don't call usb isr when usb is disabled | Sean Cross | |
| When compiled without usb support, we don't want to call the USB ISR. Signed-off-by: Sean Cross <[email protected]> | |||
| 2019-11-13 | fomu: bsp: remove unused messible functions | Sean Cross | |
| These functions are unused in the current implementation. Signed-off-by: Sean Cross <[email protected]> | |||
| 2019-11-13 | valentyusb: 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-13 | fomu: csr: sync csr | Sean Cross | |
| Signed-off-by: Sean Cross <[email protected]> | |||
| 2019-11-13 | fomu: crt0: minor text refactor | Sean Cross | |
| Signed-off-by: Sean Cross <[email protected]> | |||
| 2019-11-13 | fomu: csr: add version with next_ev register | Sean 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-13 | fomu: semi-working commit | Sean Cross | |
| Signed-off-by: Sean Cross <[email protected]> | |||
| 2019-11-13 | bsp: fomu: update | Sean Cross | |
| Signed-off-by: Sean Cross <[email protected]> | |||
| 2019-11-13 | bsp: fomu: fix linker script overlap | Sean Cross | |
| The end of the data section was overlapping the start of the bss. Signed-off-by: Sean Cross <[email protected]> | |||
| 2019-11-13 | fomu: initial commit | Sean Cross | |
| Signed-off-by: Sean Cross <[email protected]> | |||
| 2019-11-11 | update makefile for lpc boards | hathach | |
| 2019-11-11 | update makefile for lpc mcu | hathach | |
| 2019-11-11 | added and tested nRF52833DK (pca10100) | hathach | |
