-
Notifications
You must be signed in to change notification settings - Fork 1
Feature/as6 #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Feature/as6 #8
Conversation
sclaiborne
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Can you clarify why arm is not supported?
- Is it okay to add rtk lib to public repo?
It throws compile errors when I try to build with these two function on ARM with GCC 11
It's included in AS.. so I assume it OK? Turns out it's always been in there. "C:\BrAutomation\AS\System\C0463\SG4\IA32.." has a bunch of .a libraries. This is just a way to get AS to link against it automagically |
|
I could see removing the headers from RTK |
I am not sure what the right decision is there |
What:
Start adding support for AS6
Notes:
This PR removes support for some time functions in ARM that don't appear to be supported. We might want to fix it.
This PR uses a new TLSF library that is yet unrelease.
This PR doesn't support auto building yet