You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
824 bytes is gained for use by sketches. Two new defines are added;
CDCACM_BUFFER_SIZE and UART_BUFFER_SIZE. The CDC-ACM Serial class and
the UART driver had been using the same #define for buffer size--
SERIAL_BUFFER_SIZE-- and separating them means that the CDC-ACM buffer
can stay the same size, while the UART buffer is shrunk.
0 commit comments