The STM32F303 have a very similar USB peripheral as L1xx, however it lacked any internal DP pull up. The F303 driver is created by copying the L1xx driver, but removing all mentions to SYSCFG (where the pull up control lives.)
The same driver should work with F103 as well, but this is currently untested.
The STM32F303 have a very similar USB peripheral as L1xx, however it lacked any internal DP pull up. The F303 driver is created by copying the L1xx driver, but removing all mentions to SYSCFG (where the pull up control lives.)
The same driver should work with F103 as well, but this is currently untested.