Jared Boone
5363ec3672
Use new GPIO API to abstract GPIO in various drivers.
...
Had to do it all at once due to name conflicts with API exposed in libopencm3.
Quite invasive patch! Also precipitated an LED API...
2014-11-15 16:26:59 -08:00
Michael Ossmann
dcffe7173f
Revert "Merge pull request #132 from bgamari/update-libopencm3"
...
This reverts commit cbe69b3d0b0828e25850e9f3432848d99ec0865d, reversing
changes made to 2f2ca2e630651d97d385d9044149f2f13dd28d05.
I shouldn't have merged that ancient pull request that somehow was
reopened.
2014-11-04 23:25:55 -07:00
Ben Gamari
ac16a093fc
Update libopencm3
2014-08-26 11:22:10 -04:00
Jared Boone
2538785165
Replace GPIO control of 1V8 supply with official function enable_1v8_power().
2014-08-11 16:08:30 -07:00
Ben Gamari
2717b7534e
firmware/: Update #includes for libopencm3 merge
2013-07-07 17:48:54 -04:00
Ben Gamari
3dbe817b09
firmware/: Use uint32_t instead of u32
2013-07-07 17:48:54 -04:00
Jared Boone
72ee83eda9
Moving gpio_setup() / pin_setup() functions in separate projects to hackrf_core.h/c.
...
Moved enable_1v8_power() and release_cpld_jtag_pins() to hackrf_core.h/c.
2012-07-31 21:38:57 -07:00
TitanMKD
988b3e3a49
Fixed simple systick example
2012-06-25 22:45:18 +02:00
TitanMKD
53c7fcf768
* Fixed linker script form SPIFI and RAM execution.
...
* Added performance checks and results on SPIFI & SRAM code execution.
2012-06-25 22:15:10 +02:00
TitanMKD
8828cf2b24
LPCXpresso IDE Flash/Debug Tutorial for LPC43xx SPIFI
2012-06-14 01:09:04 +02:00
TitanMKD
2e05f03d83
Startup & Performance test using SysTick Timer.
2012-06-11 22:39:22 +02:00