Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
c7e83e50
Commit
c7e83e50
authored
Dec 30, 2014
by
funshine
Browse files
build bins
parent
4cf5265c
Changes
5
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
c7e83e50
...
...
@@ -13,21 +13,9 @@ bbs: [中文论坛Chinese bbs](http://bbs.nodemcu.com)<br />
Tencent QQ group QQ群: 309957875
<br
/>
# Change log
2014-12-26
<br
/>
fix a bug when readline from uart.
<br
/>
2014-12-22
<br
/>
update to sdk 0.9.4
<br
/>
opensource
<br
/>
folder "pre_build" contain pre-build bin firmware.
<br
/>
folder "lua_examples" contain some pure lua examples.
<br
/>
folder "lua_modules" contain some pure lua lib based on NodeMCU.
<br
/>
2014-12-19
<br
/>
**Important**
Re-arrange GPIO MAP due to development kit.
[
New Gpio Map
](
#new_gpio_map
)
<br
/>
Add bitwise operation module.
<br
/>
Modify net.socket:connect() api to accept domain name, auto DNS.
2014-12-30
<br
/>
modify uart.on api, when run_input set to 0, uart.on now can read raw data from uart.
<br
/>
serial input now accept non-ascii chars
[
more change log
](
https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_en#change_log
)
<br
/>
[
更多变更日志
](
https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_cn#change_log
)
...
...
app/platform/pin_map.c
View file @
c7e83e50
...
...
@@ -20,17 +20,17 @@ GPIO_INT_TYPE pin_int_type[GPIO_PIN_NUM] = {
GPIO_PIN_INTR_DISABLE, GPIO_PIN_INTR_DISABLE, GPIO_PIN_INTR_DISABLE, GPIO_PIN_INTR_DISABLE};
#endif
#else
uint32_t
pin_mux
[
GPIO_PIN_NUM
]
=
{
PAD_XPD_DCDC_CONF
,
PERIPHS_IO_MUX_GPIO
4
_U
,
PERIPHS_IO_MUX_GPIO
5
_U
,
PERIPHS_IO_MUX_GPIO0_U
,
uint32_t
pin_mux
[
GPIO_PIN_NUM
]
=
{
PAD_XPD_DCDC_CONF
,
PERIPHS_IO_MUX_GPIO
5
_U
,
PERIPHS_IO_MUX_GPIO
4
_U
,
PERIPHS_IO_MUX_GPIO0_U
,
PERIPHS_IO_MUX_GPIO2_U
,
PERIPHS_IO_MUX_MTMS_U
,
PERIPHS_IO_MUX_MTDI_U
,
PERIPHS_IO_MUX_MTCK_U
,
PERIPHS_IO_MUX_MTDO_U
,
PERIPHS_IO_MUX_U0RXD_U
,
PERIPHS_IO_MUX_U0TXD_U
,
PERIPHS_IO_MUX_SD_DATA2_U
,
PERIPHS_IO_MUX_SD_DATA3_U
};
uint8_t
pin_num
[
GPIO_PIN_NUM
]
=
{
16
,
4
,
5
,
0
,
uint8_t
pin_num
[
GPIO_PIN_NUM
]
=
{
16
,
5
,
4
,
0
,
2
,
14
,
12
,
13
,
15
,
3
,
1
,
9
,
10
};
uint8_t
pin_func
[
GPIO_PIN_NUM
]
=
{
0
,
FUNC_GPIO
4
,
FUNC_GPIO
5
,
FUNC_GPIO0
,
uint8_t
pin_func
[
GPIO_PIN_NUM
]
=
{
0
,
FUNC_GPIO
5
,
FUNC_GPIO
4
,
FUNC_GPIO0
,
FUNC_GPIO2
,
FUNC_GPIO14
,
FUNC_GPIO12
,
FUNC_GPIO13
,
FUNC_GPIO15
,
FUNC_GPIO3
,
FUNC_GPIO1
,
FUNC_GPIO9
,
FUNC_GPIO10
};
...
...
pre_build/0.9.4/512k-flash/nodemcu_512k_20141226.bin
0 → 100644
View file @
c7e83e50
File added
pre_build/0.9.4/512k-flash/nodemcu_512k_latest.bin
View file @
c7e83e50
No preview for this file type
pre_build/latest/nodemcu_512k_latest.bin
View file @
c7e83e50
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment