summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-13bsp: fomu: updateSean Cross
Signed-off-by: Sean Cross <[email protected]>
2019-11-13docs: porting: remove invalid information and fix typoSean Cross
It is no longer the case that boards need to be added to this file. Signed-off-by: Sean Cross <[email protected]>
2019-11-13portable: fomu: get msc to enumerateSean 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: wip supportSean Cross
Signed-off-by: Sean Cross <[email protected]>
2019-11-13fomu: initial commitSean Cross
Signed-off-by: Sean Cross <[email protected]>
2019-11-11update nxp_driver submodule for imx rt familieshathach
2019-11-11Merge pull request #215 from hathach/develophathach
rename lpc_driver to nxp_driver
2019-11-11update makefile for lpc boardshathach
2019-11-11re-add submodule nxp_driverhathach
2019-11-11remove submodule lpc_driverhathach
2019-11-11update makefile for lpc mcuhathach
2019-11-11Merge pull request #214 from hathach/develophathach
Added nRF52833 support
2019-11-11added and tested nRF52833DK (pca10100)hathach
2019-11-11update dcd nrf5x to be indepent from nrf_usbd.hhathach
fix build error with nrfx 2.0
2019-11-10update submodule nrfx to 2.0.0 for nrf52833 supporthathach
2019-11-10Merge branch 'master' into msp430f5529hathach
2019-11-10added board nrf52840 mdk donglehathach
2019-11-09correct LED, button and uart for feather_stm32f405hathach
2019-11-05clean uphathach
2019-11-05Merge branch 'master' into fix-issue-207hathach
2019-11-05Merge branch 'master' into port-samg55hathach
2019-11-05Merge branch 'master' into cr1901-msp430f5529hathach
2019-11-05Merge pull request #149 from pigrew/ZLP_Request2hathach
Zlp request2
2019-11-04Merge pull request #212 from hathach/develophathach
fix #211
2019-11-04Change one more TU_ASSERT to TU_VERIFY in usbd.Nathan Conrad
2019-11-04fix #211hathach
2019-11-04clean uphathach
2019-11-04usbd: Change TU_ASSERT to TU_VERIFY as the assertion can be hit when bad ↵Nathan Conrad
data is sent from host.
2019-11-04Use control transfer function to send control data (in usbtmc)Nathan Conrad
2019-11-04Merge pull request #3 from hathach/pigrew-ZLP_Request2Nathan Conrad
fix tud_control_status() didn't update request
2019-11-04clean uphathach
2019-11-04board test workshathach
2019-11-04fix tud_control_status() didn't update requesthathach
2019-11-03Merge pull request #2 from hathach/pigrew-ZLP_Request2Nathan Conrad
zlp request2. PR for PR (has issues with STM32F0 FSDEV)
2019-11-03Add UART HAL source file to stm32f070 makefile.Nathan Conrad
2019-11-03Merge pull request #2 from hathach/cr1901-msp430f5529William D. Jones
added void dcd_control_status_complete(uint8_t rhport)
2019-11-04clean uphathach
2019-11-04clean uphathach
2019-11-03Enable UART debugging on F070.Nathan Conrad
2019-11-03added optional dcd_control_status_complete()hathach
2019-11-03add a bit of log1 for debugginghathach
2019-11-03seperate DEBUG from LOGhathach
2019-11-03add uart support for stm32f072discohathach
2019-11-03fix travis build issuehathach
2019-11-03make control buf statichathach
2019-11-02Merge pull request #1 from hathach/cr1901-msp430f5529William D. Jones
PR to PR for msp430 port
2019-11-03hack the request length for the first get device descriptor if EP0 size =8 or 16hathach
to prevent usbd control send out ZLP
2019-11-02Merge branch 'pigrew-ZLP_Request2' into cr1901-msp430f5529hathach
2019-11-02fix travis due to msp430 gcc link changeshathach