| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-25 | Merge pull request #227 from hathach/develop | Ha Thach | |
| add CONTRIBUTORS.md | |||
| 2019-11-25 | logo design | hathach | |
| 2019-11-25 | add the most important contributor | hathach | |
| 2019-11-25 | lower case for arturo | hathach | |
| 2019-11-25 | update | hathach | |
| 2019-11-25 | update readme | hathach | |
| 2019-11-25 | add the most important file of the project: CONTRIBUTORS.md | 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-24 | Merge branch 'develop' | hathach | |
| 2019-11-24 | more doc | hathach | |
| 2019-11-23 | update doc, RT1011 verified to work, thanks to @arturo182 | hathach | |
| 2019-11-23 | Merge pull request #224 from hathach/develop | Ha Thach | |
| added rt1010 board support | |||
| 2019-11-23 | added rt1010 board support | hathach | |
| not tested on the actual hardware board though. | |||
| 2019-11-23 | Merge pull request #223 from hathach/develop | Ha Thach | |
| Added board RT1050 EVKB, RT1020 EVK, RT1015 EVK | |||
| 2019-11-23 | doc update | hathach | |
| 2019-11-23 | added rt1015 evk board | hathach | |
| 2019-11-23 | doc update | 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 | Merge pull request #222 from hathach/develop | Ha Thach | |
| add RT1060 evk board support | |||
| 2019-11-22 | update doc for RT1060 evk | 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 | Merge pull request #221 from hathach/develop | Ha Thach | |
| doc update | |||
| 2019-11-22 | doc update | hathach | |
| 2019-11-22 | Merge pull request #220 from hathach/develop | Ha Thach | |
| Port NXP iMX RT10XX | |||
| 2019-11-22 | rename dcd lpc18_43 to transdimension | hathach | |
| 2019-11-22 | rename dcd_lpc18_43 to dcd_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 | config clean up | hathach | |
| 2019-11-22 | clean up | hathach | |
| 2019-11-22 | able to compile dcd 18/43 with rt1064 | hathach | |
| 2019-11-22 | more clean up | hathach | |
| 2019-11-22 | more clean up | hathach | |
| 2019-11-22 | more constant rename clean up | hathach | |
| 2019-11-22 | refactor dcd_lpc18_43, making it capatible with rt10xx | hathach | |
| 2019-11-22 | clean up dcd lpc18_43 | hathach | |
| drop supporting both device mode on both ports. | |||
| 2019-11-22 | move dcd_lpc18_43.h into .c file | hathach | |
| 2019-11-22 | adding irq to rt1064evk | hathach | |
| 2019-11-22 | fix segger host example | 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 | update build all script to build a specific | hathach | |
| 2019-11-21 | rename lpc 17/18 irq to dcd_isr/hcd_isr | hathach | |
| 2019-11-20 | Merge pull request #219 from xobs/fix-eptri-ep-clear | hathach | |
| eptri: clear proper endpoint when opening IN port | |||
| 2019-11-20 | rt1064evk led, button, uart all work | hathach | |
| 2019-11-20 | eptri: clear proper endpoint when opening IN port | Sean Cross | |
| When opening a USB port, we ensure the buffer is NULL and has a length of 0. Due to a mistake in specifying the endpoint type, we never actually cleared the value when opening an IN endpoint. This patch fixes the comparison when opening an IN endpoint. This fixes issue #218. Signed-off-by: Sean Cross <[email protected]> | |||
| 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). | |||
