insane-adding-machines / frosted

Frosted: Free POSIX OS for tiny embedded devices
GNU General Public License v2.0
215 stars 39 forks source link

hardcoded incorrect value of stm32_usb buffer in usbd_init #63

Closed kuldeepdhaka closed 7 years ago

kuldeepdhaka commented 8 years ago

in usbd_init the buffer length is incorrectly hardcoded to 128.
https://github.com/insane-adding-machines/frosted/blob/master/kernel/drivers/stm32_usb.c#L55 https://github.com/insane-adding-machines/frosted/blob/master/kernel/drivers/usb.h#L28 https://github.com/insane-adding-machines/frosted/blob/master/kernel/drivers/usb.h#L19

danielinux commented 8 years ago

What should be the appropriate value?

kuldeepdhaka commented 7 years ago

fixed in 2915780aad3541a59e4a54eb5edcea871fdc9551