libopencm3/lib
Stefan Agner 07b7d3e805 vf6xx: initial add of Vybrid VF6xx support
Freescale Vybrid is a familiy of ARM SoC, wheras the VF6xx models
have two cores in one SoC, a Cortex-A5 and a Cortex-M4. This adds
initial support for the Cortex-M4 in the libopencm3 library.

By using two different ram areas (pc_ram and ps_ram) the user can
put the code in a RAM area bounded to the code bus. The data can
be stored in the data area. However, currently the initial values
of for the variables in the data section are stored in the code
section and copied to the ram section by the initialization code
(like it's copied from ROM to RAM on microcontrollers).
2014-10-15 19:31:01 +02:00
..
cm3 init: call pre_main before C++ constructors 2014-10-07 11:31:36 +00:00
dispatch vf6xx: initial add of Vybrid VF6xx support 2014-10-15 19:31:01 +02:00
efm32 [BUILD] Fix the correct make behavior if compiling inside tree 2014-02-12 15:27:03 +00:00
ethernet [Style] Global style fix run. 2014-01-03 01:07:30 +01:00
lm3s [BUILD] Fix the correct make behavior if compiling inside tree 2014-02-12 15:27:03 +00:00
lm4f [BUILD] Fix the correct make behavior if compiling inside tree 2014-02-12 15:27:03 +00:00
lpc13xx [BUILD] Fix the correct make behavior if compiling inside tree 2014-02-12 15:27:03 +00:00
lpc17xx [BUILD] Fix the correct make behavior if compiling inside tree 2014-02-12 15:27:03 +00:00
lpc43xx [BUILD] Fix the correct make behavior if compiling inside tree 2014-02-12 15:27:03 +00:00
sam [sam3a] apply SRCLIBDIR patch 2014-03-01 18:16:33 +01:00
stm32 [f4] Added a 25mhz clock 2014-10-15 17:27:18 +02:00
usb Allow more than one usbd_register_set_config_callback 2014-07-14 14:04:58 +02:00
vf6xx vf6xx: initial add of Vybrid VF6xx support 2014-10-15 19:31:01 +02:00
Makefile.include Makefile: fix build for directories with spaces 2014-08-12 12:01:16 +00:00