amgross

Results 24 issues of amgross

In non main files there is no need to compile + include so much things. In my system some of the includes made problems

As far as I understand, while real API called in the server the codec is not in use and all whatever in it won't be used. So what do you...

enhancement

**Is your feature request related to a problem? Please describe.** Currently there is difference between the message header and the message body, while the message header is read/write from the...

enhancement

**Describe the bug** 1Cursor class is in side message buffer class, although the message buffer don't use its inner cursor and the cursor is using message buffer that it gets...

bug

In multiple places I see in arc_em assembly you are allocating 16 bytes on the stack before calling c function, for example at: https://github.com/azure-rtos/threadx/blob/b216ceb25e2b6ae1ea83c1ae91d114a6fc2fc4ec/ports/arc_em/metaware/src/tx_thread_schedule.s#L137-L139 https://github.com/azure-rtos/threadx/blob/b216ceb25e2b6ae1ea83c1ae91d114a6fc2fc4ec/ports/arc_em/metaware/src/tx_timer_interrupt.s#L195-L197 what is the reason for...

In version 6.1.9 you changed in the scheduler the call to _tx_execution_thread_enter will be on the system stack. same behavior that those functions runs on system stack is at context_restore...

Why are you storing registers of idle context? why not to store those registers just after ensuring it wasn't idle? https://github.com/azure-rtos/threadx/blob/b216ceb25e2b6ae1ea83c1ae91d114a6fc2fc4ec/ports/arc_em/metaware/src/tx_thread_context_save.s#L153-L158

Hi As far as I see there is no built in option to clean the region of block/byte pool upon release. I think it is very important compile option. especially...

remove defining parse.error which make errors while compiling erpcgen.exe # Pull request **Choose Correct** - [X] bug - [ ] feature **Describe the pull request** see issue #314 **To Reproduce**...

**Describe the bug** Trying create my own version of Windows erpcgen, I got error. Running the failure command with command line the error was: erpcgen_parser.y:22.9-19: error: %define variable 'parse.error' is...

bug