Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
totalspectrum committed Feb 5, 2020
1 parent 2f2788d commit a6b27cd
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changelog.txt
@@ -1,3 +1,6 @@
Version 4.1.3
- Allow const qualifier for inline assembly

Version 4.1.2
- Fixed "backwards" case ranges in Spin
- Fixed _rev() operator in C propeller2.h file for P2
Expand Down
21 changes: 21 additions & 0 deletions doc/TODO.md
Expand Up @@ -9,6 +9,21 @@ __attribute__ for constructors and cogexec

Finish porting simpletools.h

virtual methods?

allow method declarations outside the class?

C++ lambdas

Implement "long long"

Implement variable sized local arrays

#pragma lib

better flexcc frontend


BASIC Improvments
-----------------
Remaining math functions
Expand All @@ -17,6 +32,10 @@ Remaining string functions

Easier implicit declarations

Spin
----
Update to match spin2

Short Term Misc
---------------
More documentation.
Expand All @@ -31,6 +50,8 @@ Add in the missing openspin options to fastspin.

Add an option to get a report of method sizes and free space left.

full public/private support

Optimization
------------

Expand Down
2 changes: 1 addition & 1 deletion version.h
Expand Up @@ -7,7 +7,7 @@
#define VERSION_MAJOR 4
#define VERSION_MINOR 1
#define VERSION_REV 3
#define BETA "-beta"
//#define BETA "-beta"

#define VERSIONSTR version_string

Expand Down

0 comments on commit a6b27cd

Please sign in to comment.