pico-bootrom VS abi-aa

Compare pico-bootrom vs abi-aa and see what are their differences.

abi-aa

Application Binary Interface for the ArmĀ® Architecture (by ARM-software)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
pico-bootrom abi-aa
15 8
250 832
0.0% 2.0%
0.0 7.0
over 2 years ago 11 days ago
C HTML
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pico-bootrom

Posts with mentions or reviews of pico-bootrom. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-09.

abi-aa

Posts with mentions or reviews of abi-aa. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-09.
  • LKM Relocation ressources
    1 project | /r/osdev | 23 Dec 2022
    As far as I know, kernel modules are ordinary relocatable ELF executables, so the best resource will be the ELF specifications. The ARM-specific parts can be found here.
  • Cortex M7: get MSP using inline _asm algorithm checkup
    1 project | /r/embedded | 22 Sep 2022
    Yes, that would be the case when your code's entry-point executes, and from then on it is your responsibility to maintain the alignment. It has nothing to do with AHB. This advisory has some examples of what can go wrong if your stack isn't 8-byte aligned. The alignment does not make much of a difference in your little function, but it's something to keep in mind as you write more complex code.
  • Raspberry Pi Pico: What is this obfuscated code(?) doing in its boot ROM?
    8 projects | news.ycombinator.com | 9 Apr 2022
    Normally you'd save more than just PC as AAPCS (https://github.com/ARM-software/abi-aa/blob/main/aapcs32/aap...) mandates stack to be aligned to 8 bytes for "public interface" functions. But this is is not a "public" function so it's fine to only save lr here.

    "bx lr" is only used on it's own when the function doesn't call another function (altering lr), and doesn't need to save any registers.

    If you see pop {lr}; bx lr then that's code that's being compiled to explicitly support Armv4 (e.g. Arm7TDMI)

  • What can I expect to happen if I print a character above CHAR_MAX?
    1 project | /r/C_Programming | 8 Jan 2022
    The Arm Procedure Call Standards have "Arm C and C++ Language Mappings" sections that all say char is an "unsigned byte".
  • Details on brk #imm implementation ?
    1 project | /r/arm | 13 Dec 2021
  • This Week in Rust #412
    4 projects | /r/rust | 14 Oct 2021
    eabi: many pages in this official ARM repository define it as "An ABI suited to the needs of embedded, and deeply embedded (sometimes called free standing), applications." It seems to be the name of an ABI, or maybe the ABI, that code compiled for ARM chips is expected to use? Except there's also AEABI, the first A stands for ARM, and that's something different? ARM's naming conventions confuse me endlessly.
  • Resources for Amateur Compiler Writers
    3 projects | news.ycombinator.com | 24 Apr 2021
    Latest versions of the ABI specifications linked in the Machine Specific section

    ARM: https://github.com/ARM-software/abi-aa/releases

    x86-64: https://gitlab.com/x86-psABIs/x86-64-ABI (go to most recent CI job and download artifacts for a compiled PDF)

  • PyPy Project looking for sponsorship to add support for Apple Silicon
    5 projects | news.ycombinator.com | 31 Dec 2020
    > Apple changed some things that impact PyPy, like the register uses and ffi calling conventions.

    I thought everyone who used 64-bit ARM used ARM's AAPCS64 (https://github.com/ARM-software/abi-aa/blob/master/aapcs64/a...), so the register usage and FFI calling convention should be the same as on Linux and Windows. What did Apple do that would affect the PyPy JIT?

What are some alternatives?

When comparing pico-bootrom and abi-aa you can also consider the following projects:

hn-search - Hacker News Search

x86-64-ABI

uf2 - UF2 file format specification

luigi - Luigi is a Python module that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization etc. It also comes with Hadoop support built in.

xous-core - The Xous microkernel

rust - Empowering everyone to build reliable and efficient software.

pico-examples

MicroPython - MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems

kaleidoscope - Haskell LLVM JIT Compiler Tutorial

STM32-base - A simple start for any STM32 based project.

CPython - The Python programming language