| Commit message (Collapse) | Author | Age | Files | Lines | 
| | 
| 
| 
|  | 
Thanks to x893 for the suggestion.
 | 
| | 
| 
| 
| 
|  | 
Don't modify the core FreeRTOS code; only change source that's
specific to libmaple.
 | 
| | 
| 
| 
|  | 
example blinky.
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
Go through overlong source code lines and convert as many of them as
appropriate to be 80-column clean.  This mostly affects license
headers.  Overlong lines are determined by running following from the
libmaple base directory:
$ ack-grep --nocolor --nogroup --cpp --cc --ignore-dir=usb -- '.{80}'
Note that this excludes libmaple's usb subdirectory, which is still
full of ST code that doesn't follow the libmaple source code
guidelines.
Contents of ~/.ackrc (these won't matter, but are included for
completeness):
--ignore-dir=docs
--ignore-dir=build
--type-set
ld=.ld
--type-set
rst=.rst
--type-set
txt=.txt
--type-set
mk=.mk
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
-Fix clock calculations for fast-mode support
-Add I2C_REMAP option to remap i2c1 (untested)
-Add I2C_BUS_RESET option to reset bus on initialization
-Add optional timeout parameter
-Doxygen comments
-Various cleanup
10-bit slave addressing is untested until I have a device that speaks
such.
 | 
| |  | 
 | 
| |  | 
 | 
| | 
| 
| 
| 
| 
| 
| 
|  | 
For the changelog:
* util.h is free of __read(), __write(), etc. macros.
* systick_resume() was renamed systick_enable().
 | 
| | 
| 
| 
| 
|  | 
Add common linker scripts for ram and rom. Add medium and high density
libraries for libcs3.
 | 
| |\  
| | 
| | 
| | 
| | 
| | 
| | 
| | 
| |  | 
This provides DMA, IWDG, PWR, and BKP support, and fixes several bugs.
Conflicts:
	libmaple/adc.h
	libmaple/libmaple.h
	libmaple/ring_buffer.h
 | 
| | | 
| | 
| | 
| |  | 
renamed SysTick_Handler back to SysTickHandler since all of our linker magic/lanchon-stm32 depends on that name.  added backup register support in order to test independent watchdog support; it seems to work.  next major test target is DMA support.
 | 
| | |  | 
 | 
| | | 
| | 
| | 
| |  | 
other externs.
 | 
| |/   | 
 | 
| |  | 
 | 
| | 
| 
| 
| 
| 
|  | 
ripped out marti's SystemTick for the sake of simplicity and added a
systick_resume function to libmaple. new example program demonstrates
the functionality, also demonstrates micros()/USB bug
 | 
| |  | 
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
|  | 
Fixed millis(), it was just wrong, before.
Added micros(), not extensively tested.
New implementation of delayMicroseconds(). Should be more consistent
now.
Added a handful of nvic routines to enable/disable interrupts.
Cleaned up systick
 | 
| | 
| 
| 
| 
| 
|  | 
Relicensed the bulk of libmaple under the more permissive MIT License,
from GPLv3. Files that were largely or entirely derived from
the Arduino, STM, or Lanchon retain their original licenses.
 | 
| | 
| 
| 
| 
|  | 
Removed inttypes.h from libmaple. Will have another pass through to use
the standard libmaple types, but will come in another commit.
 | 
|   
  
  
  
   | 
copy-to-ide and Makefile updated to conform; .gitignore added;
LICENSE added
 |