Difference between revisions of "ARM"

From Lazarus wiki
Jump to navigationJump to search
(Link to category page does not work - help please)
(→‎Embedded Libraries: added STM32 Template)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{ARM}}
 +
 
ARM is a processor architecture implemented in various (often incompatible) chipsets and devices running various operating systems.
 
ARM is a processor architecture implemented in various (often incompatible) chipsets and devices running various operating systems.
 +
 +
== Embedded Libraries ==
 +
There are some libraries related to the embedded target providing access to the hardware most ARM microcontrollers provide. If you run a full Linux on your ARM processor, it's best to use the Linux' way to handle the hardware - see [[Raspberry Pi#Accessing external hardware]] for more information.
 +
 +
* [https://github.com/Laksen/fp-stm32f7xx_hal Pascal port of the STM32F7xx_HAL]
 +
* [https://github.com/Laksen/fp-rtos  Realtime OS for embedded systems], currently supports ARMv4T, ARMv6, AVR
 +
* [https://github.com/Turro75/stm32lazarustemplate Project Template for STM32 MCU]
  
 
==See also==
 
==See also==
[[Category:ARM]]
+
* [[:Category:ARM]]
  
 
Cross compiling:
 
Cross compiling:
Line 8: Line 17:
 
* [[Cross Compile with FPC for ARM]]
 
* [[Cross Compile with FPC for ARM]]
 
* [[Cross compiling]]
 
* [[Cross compiling]]
 
 
[[Category:Operating Systems and Platforms]]
 
[[Category:ARM]]
 

Latest revision as of 12:58, 27 September 2017

English (en) español (es) Bahasa Indonesia (id)

ARM is a processor architecture implemented in various (often incompatible) chipsets and devices running various operating systems.

Embedded Libraries

There are some libraries related to the embedded target providing access to the hardware most ARM microcontrollers provide. If you run a full Linux on your ARM processor, it's best to use the Linux' way to handle the hardware - see Raspberry Pi#Accessing external hardware for more information.

See also

Cross compiling: