72 Commits (755ce402e2366a1b27b07de4de794ca0ac3bc8b2)

Author SHA1 Message Date
Tido Klaassen aad8d06c3f make: rename CFLAGS in target Makefiles to TGT_CFLAGS 9 years ago
Karl Palsson 6d658c20b8 make: use shared DEBUG_FLAGS (-gdb3) by default 10 years ago
Frantisek Burian 6de1b50c4e [BUILD] Fix the correct make behavior if compiling inside tree 11 years ago
Stefan Agner 7681597e42 Use type suffix to avoid warnings 11 years ago
BuFran 65eaad938f [Style] checked and corrected 12 years ago
Alexandru Gagniuc 52d34c814b Global: Allow overriding float-abi flags 12 years ago
Ben Gamari 63d150008a lpc43xx/ssp: Mark ssp_wait_until_not_busy as static 12 years ago
Ben Gamari 5d4f759c92 lpc43xx/timer: Add timer utilities 12 years ago
Ben Gamari d7fdcefbd7 lpc43xx: Fix rom_to_ram linker script 12 years ago
Ben Gamari 78081bd794 lpc43xx: Add irq.yaml for M0 core 12 years ago
Ben Gamari c25461dfce lpc43xx: Move M4 specific files to m4/ 12 years ago
Ben Gamari 9aa2f82164 lpc32xx_ram_only.ld: Fix region name 12 years ago
Ben Gamari 8eb5fba93b lpc43xx/uart: Fix code style 12 years ago
Ben Gamari fa47bb80d5 lpc43xx/uart: Fix TER register definition 12 years ago
Ben Gamari 8201703e64 lpc43xx/ssp: Fix duplicate function definition from merge 12 years ago
Ben Gamari 994e679fb8 lpc43xx: Clean up linker script breakage from merge 12 years ago
Ben Gamari e8af7a98ee lpc43xx/ssp: Add ssp_transfer 12 years ago
Ben Gamari 0d29b1d2d6 lpc43: Use uint*_t instead of u* 12 years ago
Ben Gamari 26162762b7 lpc43xx: Update linker scripts 12 years ago
Ben Gamari 17fd708f66 Move lpc43xx and lpc43xx_m0 code to lpc43xx/ hierarchy 12 years ago
Hoernchen 4c8d260232 make sure the m0 is really running/stopped 12 years ago
TitanMKD 786e3215a4 Fixed a problem with rom to ram. (which can produce error "cannot move location counter backwards") 12 years ago
TitanMKD 0dec187fee lpc43xx basic IPC for multicore M4 & M0 (with basic examples for hackrf jellybean). 12 years ago
TitanMKD edab264704 Added _data_rom / _edata_rom for ld ram only and standard spifi ld Fixed ROM to RAM copy of ".data" 12 years ago
Jared Boone f4e45e74bc Add a duty cycle count argument to i2c0_init() to adjust for changes in APB1 clock. 12 years ago
Jared Boone 18bcbc3d28 Consolidate ssp_read and ssp_write into a single function, ssp_transfer. SSP bus transfers are bi-directional -- when bytes are written, they are also read. 12 years ago
Jared Boone 25d7853422 Switch ssp.c to using CGU #defines instead of local #defines. 12 years ago
Jared Boone 18d72099a5 Changed ldscripts to use new RAM region names, placed .data/.bss/stack into separate local RAM region. 12 years ago
Jared Boone ffffb71ba2 Added distinct _bss ldscript constant, in case .text and .bss are not contiguous. 12 years ago
Jared Boone 24d8d81b43 Add generated bit/shift/mask #defines for CGU, CREG, RGU, USB (USB0 only) peripherals. 12 years ago
TitanMKD f8542c09a6 UART driver and Example code for JellyBean. 13 years ago
Piotr Esden-Tempski 34de1e776e Changed to use stdint types. 12 years ago
Piotr Esden-Tempski 7df63fcae0 First coarse run to fix coding style in locm3. 12 years ago
Nicolas Schodet b2df978eae Add support for static constructors and destructors 12 years ago
Ken Sarkies 1627cd60c3 Documentation structures added to place the non-STM32 families into the documentation tree. 12 years ago
Piotr Esden-Tempski 9c552e7585 Fix all remaining lib warnings. 12 years ago
Piotr Esden-Tempski b0233ae6fb Added more warning CFLAGS to all makefiles. 12 years ago
chrysn 99d7b21032 define platform specific constants for all chips 12 years ago
chrysn 75c2165827 build common .o files everywhere (fixes issue #29) 12 years ago
chrysn bc5146b710 unified systick handling 12 years ago
chrysn 0548317683 fix bug resulting from equally named files 12 years ago
chrysn 5afa53f01a drop two-line vector.c dispatchers in favor of central dispatch 12 years ago
chrysn 9c13299f25 unified nvic.c 12 years ago
chrysn a69d83d312 unified vector table initialization 12 years ago
Tomaz Solc fc4047e4b4 Add assert macros to aid in debugging. 12 years ago
Nicolas Schodet 82ef2936a6 Support exceptions on all targets 12 years ago
Nicolas Schodet 74cd991e7e Use a specific symbol for data source address in flash 12 years ago
Nicolas Schodet 2a35377980 Clean up and make linker scripts more uniform 12 years ago
Piotr Esden-Tempski 3441bba1c4 Changed local build target for library and linker files. 12 years ago
TitanMKD 81317c02ab * Updated GPIO added gpio_toggle() function. 13 years ago