kasjer

Results 25 comments of kasjer

@rymanluk, PR is stripped down now to shell changes only and two examples that shows how os commands **tasks, mpool, reset...** are converted and module **prompt**. Changes to many other...

This problem was fixed by #3364 and #3395 and should work on master branch

If your first commit does not change functionality is it really needed?

With syscfg that you have try this code: ```c struct uart_conf uc = { .uc_speed = 115200, .uc_databits = 8, .uc_stopbits = 1, .uc_parity = UART_PARITY_NONE, .uc_flow_ctl = UART_FLOW_CTL_NONE, .uc_tx_char...

This seems to work for arm builds and pic32 (except for Windows). Mac not tested by me.