1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00

22 Commits

Author SHA1 Message Date
Frédéric Thomas
d247f3dd69 Fix warning about parenthesis in operands of == 2008-08-05 10:07:08 +00:00
Bogdan Marinescu
4e6be0bc64 added prelimiary support for terminal functions 2008-08-04 13:45:38 +00:00
Bogdan Marinescu
03232c0068 removed numbering from files in docs/ 2008-08-04 12:08:24 +00:00
Bogdan Marinescu
095b4d42ae added conditional compilation for different components 2008-08-04 12:04:36 +00:00
Bogdan Marinescu
a5529cbed4 conditional compilation 2008-08-04 11:51:55 +00:00
Bogdan Marinescu
2d0652c808 updated str9-comstick initialization code 2008-08-03 15:19:01 +00:00
Frédéric Thomas
4759965d3a Increase naming coherence in platform interface and module:
* platform()/cpu() returns the platform/cpu name, respectively 
  (instead of previously name()/cpu())           
* platform interface is platform_pd_get_<cpu/platform/cpu_clock>

pd.name() is still defined to keep compatibility with samples on the
web site. It would be best for sample programs to be part of the repository         
so they could be kept aligned with the code they demonstrate.
2008-08-03 13:56:22 +00:00
Frédéric Thomas
803f776524 Added svn:ignore property for:
* mkfs.pyc
* .sconsign.dblite
* inc/luatest.h
2008-08-02 22:06:12 +00:00
Frédéric Thomas
883f32e552 Documentation update following recent commits 2008-08-02 22:04:39 +00:00
Bogdan Marinescu
632f4e1808 modified platform and pio modules 2008-08-02 18:01:01 +00:00
Bogdan Marinescu
cc38de7724 preliminary support for str9-comstick 2008-08-02 18:00:05 +00:00
Bogdan Marinescu
8ad0f6f31c added option for arm/thumb mode 2008-08-02 17:59:47 +00:00
Bogdan Marinescu
b0d76b66c9 changed build system 2008-08-02 17:52:11 +00:00
Bogdan Marinescu
bf2e0ba295 added platform_pd_cpu_name(), platform_pio_get_prefix() plus a few optimizations 2008-08-02 17:48:43 +00:00
Bogdan Marinescu
bc1f5c36b8 added platform_pd_cpu_name(), platform_pio_get_prefix() plus a few optimizations 2008-08-02 17:48:10 +00:00
Frédéric Thomas
a3a9862687 Return generic name as platform name 2008-08-02 15:30:27 +00:00
Frédéric Thomas
cbe23dcda5 Rename last file named specifically for LM3S8962 2008-08-02 15:10:38 +00:00
Frédéric Thomas
90d2c37184 Our LM3S8962 support works for most LM3S chips. Replace specific
platform with generic LM3S support.
2008-08-02 15:08:34 +00:00
Frédéric Thomas
46f75bf15d Preparing lm3s platform: Removed lm3s8962.h, nobody uses it. 2008-08-02 14:45:26 +00:00
Bogdan Marinescu
fab39f32ae better stack handling 2008-07-31 13:43:03 +00:00
Bogdan Marinescu
5c244e0118 changes after moving the project page 2008-07-29 12:45:28 +00:00
Bogdan Marinescu
3eb530b4eb initial import 2008-07-29 11:08:54 +00:00