Jeffrey Gorchynski
Senior Software Engineer at Clearpath Robotics
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by Jeffrey Gorchynski-
Jeffrey Gorchynski created a post,
Incorrect #warning message in IA32_flat portmacro.h
IA32_flat for GCC, portmacro.h:247 produces a warning " #warning config_USE_COMMON_INTERRUPT_ENTRY_POINT was not defined in FreeRTOSConfig.h and has been defaulted to 1." Warning should site the ...
-
Jeffrey Gorchynski created a post,
Incorrect #error message in IA32_flat portmacro.h
in portmacro.h, line 259, a #error is thrown if "configISR_STACK_SIZE" is not defined. However, the error message that is thrown refers to "configISE_STACK_SIZE" instead (ISE instead of ISR).